1
0
mirror of https://github.com/Tygs/0bin.git synced 2023-08-10 21:13:00 +03:00
0bin/static/css/style.css

134 lines
1.5 KiB
CSS
Raw Normal View History

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;
}
2012-04-26 17:26:58 +04:00
.brand em {
2012-04-24 17:05:55 +04:00
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
}
2012-04-26 23:04:36 +04:00
#paste-content {
background-color:white;
}
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 {
2012-04-28 12:52:33 +04:00
margin: 0 0 20px;
2012-04-24 18:58:01 +04:00
}
.form-options li{
float: left;
2012-04-24 18:58:01 +04:00
list-style-type: none;
}
2012-04-28 14:51:30 +04:00
form textarea {
overflow-y:auto;
}
button.btn, input[type="submit"].btn {
margin-left: 5px;
}
.well {
padding-bottom: 40px;
padding-right: 17px;
2012-04-28 14:51:30 +04:00
}
.legal {
margin: 0 auto;
width: 300px;
text-align: center;
margin-top: 30px;
2012-04-24 18:58:01 +04:00
}
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-28 14:51:30 +04:00
}
2012-04-24 22:15:38 +04:00
.btn-primary {
position:relative;
top:-4px;
}
.linenums{
padding:1em 50px;
}
ol.linenums li {
line-height:14px;
}
ol.linenums span:first-child {
border-left: solid 1px #999;
padding-left:1em;
}
li.L0, li.L1, li.L2, li.L3, li.L4,
li.L5, li.L6, li.L7, li.L8, li.L9
{
list-style-type: decimal;
background:inherit;
}