unminified css

This commit is contained in:
Samuel Ryan 2013-05-12 19:43:30 +01:00
parent 278c827b32
commit a697be9a21
4 changed files with 159 additions and 3 deletions

156
assets/css/style.css Normal file
View File

@ -0,0 +1,156 @@
* {
padding: 0;
margin: 0;
}
body {
color: #556270;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 20px;
background-color: #FFF;
}
a {
font-weight: bold;
text-decoration: none;
color: #d6156c;
}
a:hover {
color: #f56991;
}
#wrapper {
margin: 40px;
width: 600px;
}
.header {
font-size: 22px;
font-weight: bold;
margin-bottom: 10px;
}
.header .status_title {
color: #BBB;
text-transform: uppercase;
line-height: 24px;
}
.share_buttons {
width: auto;
float: right;
}
.share_buttons .share_button {
float: left;
display: block;
}
#return {
font-size: 14px;
}
#intro {
font-family: Georgia;
font-size: 14px;
line-height: 24px;
}
#intro p {
margin-bottom: 10px;
}
#intro a {
text-decoration: none;
color: #AAA;
}
#desc {
font-family: Georgia;
font-size: 14px;
line-height: 24px;
}
#desc p {
margin-bottom: 10px;
}
#desc .reference {
font-size: 13px;
}
#statuses {
margin-top: 20px;
}
.status_list {
margin-bottom: 20px;
}
.status_list .head {
border-bottom: 2px solid #EEE;
margin-bottom: 10px;
padding-bottom: 2px;
}
.status_list .head .title {
font-weight: bold;
font-size: 14px;
float: left;
text-transform: lowercase;
}
.status_list .head .description {
font-style: italic;
float: right;
}
.status_list .status {
width: 180px;
padding-right: 20px;
height: 70px;
float: left;
overflow: hidden;
}
.status_list .status .st {
font-size: 14px;
font-weight: bold;
}
.status_list .status .description {
font-size: 11px;
height: 46px;
overflow: hidden;
width: 160px;
}
#code_references {
margin: 20px 0;
}
.info_list {
font-size: 14px;
}
.info_list .info_item .title {
width: 200px;
float: left;
}
.info_list .info_item .value {
float: left;
}
#footer {
margin-top: 10px;
font-size: 11px;
}
.clear {
clear: both;
}

View File

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<title>404real &mdash; httpstatus.es</title>
<link rel="author" href="humans.txt" />
<link rel="stylesheet" href="assets/css/style.min.css" type="text/css" />
<link rel="stylesheet" href="assets/css/style.css" type="text/css" />
<script type="text/javascript">
var _gaq = _gaq || [];

View File

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<title>HTTP Status Codes &mdash; httpstatus.es</title>
<link rel="author" href="humans.txt" />
<link rel="stylesheet" href="assets/css/style.min.css" type="text/css" />
<link rel="stylesheet" href="assets/css/style.css" type="text/css" />
<link rel="shortcut icon" href="assets/img/favicon.ico">
<script type="text/javascript">

View File

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<title><?php echo $this->code; ?> &mdash; httpstatus.es</title>
<link rel="author" href="humans.txt" />
<link rel="stylesheet" href="assets/css/style.min.css" type="text/css" />
<link rel="stylesheet" href="assets/css/style.css" type="text/css" />
<link rel="shortcut icon" href="assets/img/favicon.ico">
<script type="text/javascript">