idk, lots

This commit is contained in:
jomo
2014-02-01 00:56:50 +01:00
parent 86452ea00b
commit 02f9664624
30 changed files with 1467 additions and 54 deletions

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 B

View File

@@ -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;
}
}

View File

@@ -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;

View File

@@ -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;
}
}