2012-04-24 17:05:55 +04:00
|
|
|
/* logo */
|
|
|
|
|
|
|
|
|
|
|
|
.brand {
|
|
|
|
font-size: 38px !important;
|
|
|
|
padding: 0px 55px 3px !important;
|
2012-04-24 22:15:38 +04:00
|
|
|
|
2012-04-24 17:05:55 +04:00
|
|
|
text-shadow: 0 1px 0 rgba(255, 255, 255, .1), 0 0 30px rgba(255, 255, 255, .125);
|
|
|
|
-webkit-transition: all .2s linear;
|
|
|
|
-moz-transition: all .2s linear;
|
|
|
|
transition: all .2s linear;
|
|
|
|
|
|
|
|
}
|
|
|
|
.brand span {
|
|
|
|
font-size: 48px;
|
|
|
|
line-height: 0;
|
|
|
|
|
|
|
|
}
|
|
|
|
.brand p {
|
|
|
|
display: inline;
|
|
|
|
color: #D40202;
|
|
|
|
margin: 0px !important;
|
|
|
|
font-size: 27px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
/* body & other stuff */
|
|
|
|
|
|
|
|
body {
|
|
|
|
padding-top: 60px;
|
|
|
|
padding-bottom: 40px;
|
|
|
|
}
|
|
|
|
.sidebar-nav {
|
|
|
|
padding: 9px 0;
|
|
|
|
}
|
|
|
|
|
2012-04-24 18:58:01 +04:00
|
|
|
.btn-group {
|
2012-04-24 22:15:38 +04:00
|
|
|
float:left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.paste-option {
|
|
|
|
float:right;
|
2012-04-24 18:58:01 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
select {
|
|
|
|
width: 135px;
|
|
|
|
}
|
|
|
|
|
|
|
|
label {
|
|
|
|
|
|
|
|
display: inline;
|
|
|
|
margin-left: 18px;
|
|
|
|
font-style: italic;
|
|
|
|
font-size: 11px;
|
|
|
|
color: #888;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul, ol {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
|
|
|
margin: 0 0 0px;
|
|
|
|
}
|
|
|
|
|
2012-04-24 22:15:38 +04:00
|
|
|
form li{
|
2012-04-24 18:58:01 +04:00
|
|
|
list-style-type: none;
|
|
|
|
}
|
|
|
|
|
2012-04-24 22:15:38 +04:00
|
|
|
.btn {
|
2012-04-24 18:58:01 +04:00
|
|
|
margin-left: 5px;
|
|
|
|
}
|
|
|
|
|
2012-04-24 22:15:38 +04:00
|
|
|
form {
|
|
|
|
padding-bottom:3em !important;
|
2012-04-24 18:58:01 +04:00
|
|
|
padding-right: 17px;
|
|
|
|
}
|
|
|
|
|
2012-04-24 22:15:38 +04:00
|
|
|
.btn-primary {
|
|
|
|
position:relative;
|
|
|
|
top:-4px;
|
|
|
|
}
|