ABCSSified Less files
This commit is contained in:
parent
567f2368e3
commit
fc297fe362
3 changed files with 16 additions and 15 deletions
|
@ -1,8 +1,8 @@
|
|||
body, textarea, input {
|
||||
background: 0;
|
||||
border-radius: 0;
|
||||
font: 16px sans-serif;
|
||||
margin: 0;
|
||||
border-radius: 0;
|
||||
background: 0;
|
||||
}
|
||||
|
||||
.smooth {
|
||||
|
@ -24,8 +24,8 @@ body, textarea, input {
|
|||
|
||||
@media(min-width:1310px) {
|
||||
.container {
|
||||
width: 1270px;
|
||||
margin: auto;
|
||||
width: 1270px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -5,17 +5,18 @@ textarea, input, .addon-front, .btn-sm, .nav a {
|
|||
textarea, input {
|
||||
border: 1px solid #ccc;
|
||||
padding: 8px;
|
||||
|
||||
&:focus {
|
||||
border-color: #5ab;
|
||||
}
|
||||
}
|
||||
|
||||
textarea, input[type='text'] {
|
||||
width: 13em;
|
||||
-webkit-appearance: none; /* make iOS inputs pretty */
|
||||
width: 13em;
|
||||
}
|
||||
|
||||
.addon-front {
|
||||
padding: 8px 12px;
|
||||
box-shadow: 0 0 0 1px #ccc;
|
||||
padding: 8px 12px;
|
||||
}
|
||||
|
|
|
@ -13,18 +13,18 @@
|
|||
}
|
||||
|
||||
.nav a {
|
||||
padding-right: 1em;
|
||||
color: #aaa;
|
||||
top: -1px;
|
||||
padding-right: 1em;
|
||||
position: relative;
|
||||
top: -1px;
|
||||
}
|
||||
|
||||
.btn.btn-close {
|
||||
background: #000;
|
||||
visibility: hidden;
|
||||
float: right;
|
||||
margin-top: -54px;
|
||||
font-size: 25px;
|
||||
margin-top: -54px;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.nav .pagename {
|
||||
|
@ -44,27 +44,27 @@
|
|||
margin-top: -11px;
|
||||
}
|
||||
.nav:focus {
|
||||
height: auto;
|
||||
/* Necesary for animations
|
||||
max-height: 500px;
|
||||
height: 100%;
|
||||
*/
|
||||
height: auto;
|
||||
}
|
||||
.nav div:before {
|
||||
content: '';
|
||||
border-top: 3px solid;
|
||||
background: #000;
|
||||
border-bottom: 10px double;
|
||||
border-top: 3px solid;
|
||||
content: '';
|
||||
float: right;
|
||||
height: 4px;
|
||||
position: relative;
|
||||
right: 3px;
|
||||
top: 14px;
|
||||
width: 20px;
|
||||
position: relative;
|
||||
background: #000;
|
||||
}
|
||||
.nav a {
|
||||
display: block;
|
||||
padding: .5em 0;
|
||||
width: 50%;
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue