Update
This commit is contained in:
@@ -671,6 +671,17 @@ image_gruppenavn{
|
||||
border-radius: 50%;
|
||||
}
|
||||
/*Kalender slut*/
|
||||
/*Event*/
|
||||
#testEvent2 {
|
||||
position: absolute;
|
||||
width: 220px;
|
||||
height: 10px;
|
||||
position: absolute;
|
||||
background: red;
|
||||
border-radius: 10px;
|
||||
display: none;
|
||||
}
|
||||
/*Event slut*/
|
||||
|
||||
#return-to-top {
|
||||
position: fixed;
|
||||
@@ -712,4 +723,37 @@ image_gruppenavn{
|
||||
#return-to-top:hover i {
|
||||
color: rgba(255, 255, 255, .55);;
|
||||
top: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
/*Adminside*/
|
||||
|
||||
#nameOfGameJam {
|
||||
|
||||
}
|
||||
#startDate {
|
||||
|
||||
}
|
||||
#endDate{
|
||||
|
||||
}
|
||||
#startTime{
|
||||
|
||||
}
|
||||
#endTime{
|
||||
|
||||
}
|
||||
#description {
|
||||
|
||||
background-color: rgb(18, 18, 18);
|
||||
color: rgba(255, 255, 255, .55);
|
||||
border-radius:15px;
|
||||
border:double;
|
||||
|
||||
}
|
||||
#indsend {
|
||||
border-radius: 10px;
|
||||
color: rgba(255, 255, 255, .55);
|
||||
background-color: rgb(18, 18, 18);
|
||||
border: double;
|
||||
}
|
||||
/*Adminside slut*/
|
||||
Reference in New Issue
Block a user