mirror of
https://github.com/jimeh/960-grid-system-plus.git
synced 2026-02-19 11:06:40 +00:00
initial import
This commit is contained in:
52
code/css/uncompressed/demo.css
Normal file
52
code/css/uncompressed/demo.css
Normal file
@@ -0,0 +1,52 @@
|
||||
body {
|
||||
background: #123;
|
||||
border-top: 5px solid #000;
|
||||
color: #333;
|
||||
font-size: 11px;
|
||||
padding: 20px 0 40px;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-family: Georgia, serif;
|
||||
font-weight: normal;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
h2 {
|
||||
padding: 20px 0 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
p {
|
||||
border: 1px solid #666;
|
||||
overflow: hidden;
|
||||
padding: 10px 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
p.double {
|
||||
padding: 40px 0px 39px 0px;
|
||||
}
|
||||
|
||||
.container_12 {
|
||||
background: #fff url(../../img/12_col.gif) repeat-y;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.container_16 {
|
||||
background: #fff url(../../img/16_col.gif) repeat-y;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.container_24 {
|
||||
background: #fff url(../../img/24_col.gif) repeat-y;
|
||||
}
|
||||
Reference in New Issue
Block a user