idk, lots
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 72 KiB After Width: | Height: | Size: 9.8 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 4.0 KiB |
BIN
app/assets/images/logo_old.png
Normal file
BIN
app/assets/images/logo_old.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 19 KiB |
BIN
app/assets/images/sel_arr.png
Normal file
BIN
app/assets/images/sel_arr.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 168 B |
@@ -9,4 +9,19 @@ and (max-width: 999px)
|
||||
display: block;
|
||||
font-size: 0.7em;
|
||||
}
|
||||
|
||||
#head {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
#main-content {
|
||||
padding: 30px 5px;
|
||||
}
|
||||
|
||||
.editlink {
|
||||
float: right;
|
||||
opacity: 1;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -20,7 +20,7 @@ and (min-width: 0px) //TODO
|
||||
|
||||
body {
|
||||
background-image: url('/assets/bg.png');
|
||||
background-color: #F0F2F2;
|
||||
background-color: #F2F2F2;
|
||||
color: #222;
|
||||
}
|
||||
|
||||
@@ -54,20 +54,14 @@ and (min-width: 0px) //TODO
|
||||
#head {
|
||||
background-image: url('/assets/head_bg.png');
|
||||
width: 100%;
|
||||
max-width: 1000px;
|
||||
margin: auto;
|
||||
position: relative;
|
||||
text-align: center;
|
||||
|
||||
#logo {
|
||||
float: left;
|
||||
margin: 10px;
|
||||
max-width: 100%;
|
||||
img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
#userinfo {
|
||||
float: right;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
margin: 10px;
|
||||
img.avatar {
|
||||
border: 1px solid #000;
|
||||
@@ -134,9 +128,8 @@ and (min-width: 0px) //TODO
|
||||
}
|
||||
|
||||
#main-content {
|
||||
padding: 30px;
|
||||
padding: 30px 100px;
|
||||
width: 100%;
|
||||
max-width: 1000px;
|
||||
margin: auto;
|
||||
|
||||
h1 {
|
||||
@@ -309,6 +302,11 @@ and (min-width: 0px) //TODO
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
select {
|
||||
text-indent: 0.01px;
|
||||
text-overflow: "";
|
||||
}
|
||||
|
||||
input , select, textarea {
|
||||
margin: 4px;
|
||||
vertical-align: middle;
|
||||
@@ -430,6 +428,7 @@ and (min-width: 0px) //TODO
|
||||
border: none;
|
||||
font-size: 12px;
|
||||
line-height: normal;
|
||||
display: inline-block;
|
||||
&[disabled], &[disabled]:hover {
|
||||
box-shadow: 0 0 5px #ddd inset;
|
||||
color: #ddd;
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
/* General CSS for all screens */
|
||||
|
||||
|
||||
|
||||
/* Global CSS for all screen sizes */
|
||||
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font: 14px/1.6 'Oswald','Calibri','Arial','DejaVu Sans', 'Open Sans','Lucida Sans','Lucida Grande','Lucida Sans Unicode',sans-serif;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user