1
0
mirror of https://github.com/gamaio/lobli.git synced 2024-12-22 19:52:40 +00:00

Changes to global css for site, some duplicate code and un-used code as well

This commit is contained in:
alopexc0de 2014-06-18 00:32:47 -04:00
parent 8123350295
commit de2f067f18

View File

@ -1,6 +1,7 @@
body{ body{
/*background: #2f4f5b;*/ /*background: #2f4f5b;*/
background: #e0a518; background: #1a6b1a;
background-image: url('../img/body.jpg');
font-family: "Verdana"; font-family: "Verdana";
min-width:100%; min-width:100%;
} }
@ -25,35 +26,29 @@ h4 {
} }
hr { hr {
margin-top: 40px; margin-top: 28px;
margin-bottom: 40px; margin-bottom: 28px;
} }
.navbar { .navbar {
margin-bottom: 20px; margin-bottom: 20px;
background: rgba(34, 32, 27, .38); background: rgba(34, 32, 27, .6);
border: none; border: none;
width: 52%;
} }
.active{ .active{
background: rgba(34, 32, 27, .46); background: rgba(0,0,0,.5);
} }
.navbar li a{ .navbar li a{
font-size: 40px; font-size: 40px;
color: #eeeeee; color: #355713;
} }
.navbar a:hover{ .navbar a:hover{
background: #000; background: rgba(34, 32, 27, 1);
color: #248; text
webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 15px rgba(94, 125, 142, 0.9) !important;
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 15px rgba(94, 125, 142, 0.9) !important;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 15px rgba(94, 125, 142, 0.9) !important;
}
.navbar a:active{
background: rgba(0,0,0,.5);
} }
.header h3{ .header h3{
@ -61,10 +56,11 @@ hr {
font-size: 60px; font-size: 60px;
font-weight: 700; font-weight: 700;
margin-left: 24%; margin-left: 24%;
color: #53960f;
} }
.spacer{ .spacer{
margin-bottom: 8%; margin-bottom: 2%;
} }
.form-shorten input[type="text"] { .form-shorten input[type="text"] {
@ -86,7 +82,7 @@ hr {
} }
.submitbtn{ .submitbtn{
width:840%; width:30px;
height: 46px; height: 46px;
background: #333; background: #333;
border: none; border: none;
@ -97,11 +93,11 @@ hr {
} }
.text-muted{ .text-muted{
color: #2f4f5b; color: ##457587;
} }
#message{ #message{
width:100%; width:515px;
font-size: 15px; font-size: 15px;
font-weight: 550; font-weight: 550;
margin-left: 3.5%; margin-left: 3.5%;
@ -114,3 +110,47 @@ hr {
#newlink:hover{ #newlink:hover{
color: rgba(0, 191, 0, 1); color: rgba(0, 191, 0, 1);
} }
@media screen and (max-width:767px){
div.navbar{
display:none;
}
}
.icon-rotate{
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.stat-flip{
-webkit-transform: scaleX(-1);
-moz-transform: scaleX(-1);
-o-transform: scaleX(-1);
transform: scaleX(-1);
-ms-filter: fliph; /*IE*/
filter: fliph; /*IE*/
}
.form-shorten-heading{
margin-bottom: 10px;
color: #bbb;
}
.glyphicon {
display: block;
text-align: center;
margin: auto;
}
.col-centered{
float: none;
margin: 0 auto;
}
.linktext{
position: relative;
font-size: 76%;
}