edited css

This commit is contained in:
arcan1s 2014-01-21 15:28:11 +04:00
parent 0f42f4dee0
commit ae764693b9

View File

@ -98,6 +98,7 @@ body {
font: 14px/1.5 "Liberation Serif", Lato, "Helvetica Neue", Helvetica, Arial, sans-serif; font: 14px/1.5 "Liberation Serif", Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #555555; color: #555555;
font-weight: 300; font-weight: 300;
background: #dcdcdc
} }
h1, h2, h3, h4, h5, h6 { h1, h2, h3, h4, h5, h6 {
@ -126,20 +127,20 @@ h3, h4, h5, h6 {
} }
a { a {
color: #39c; color: #3399cc;
font-weight: 350; font-weight: 350;
text-decoration: none; text-decoration: none;
} }
a small { a small {
font-size: 11px; font-size: 11px;
color: #777; color: #777777;
margin-top: -0.6em; margin-top: -0.6em;
display: block; display: block;
} }
.wrapper { .wrapper {
width: 860px; width: 80%;
margin: 0 auto; margin: 0 auto;
} }
@ -152,7 +153,7 @@ blockquote {
code, pre { code, pre {
font-family: "Liberation Mono", Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal; font-family: "Liberation Mono", Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal;
color: #333; color: #333333;
font-size: 12px; font-size: 12px;
} }
@ -170,7 +171,7 @@ div.codeblock {
height: 200px; height: 200px;
border: 1px solid #e5e5e5; border: 1px solid #e5e5e5;
font-family: "Liberation Mono", Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal; font-family: "Liberation Mono", Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal;
color: #333; color: #333333;
font-size: 12px; font-size: 12px;
background: #f8f8f8; background: #f8f8f8;
overflow: auto; overflow: auto;
@ -186,16 +187,16 @@ table {
th, td { th, td {
text-align: left; text-align: left;
padding: 5px 10px; padding: 5px 10px;
border-bottom: 1px solid #e5e5e5; border-bottom: 1px solid #ffffff;
} }
dt { dt {
color: #444; color: #444444;
font-weight: 700; font-weight: 700;
} }
th { th {
color: #444; color: #444444;
} }
img { img {
@ -203,7 +204,7 @@ img {
} }
header { header {
width: 270px; width: 24%;
float: left; float: left;
position: fixed; position: fixed;
} }
@ -212,21 +213,15 @@ header ul {
list-style: none; list-style: none;
height: 40px; height: 40px;
padding: 0; padding: 0;
background: #eee; background: #eeeeee;
background: -moz-linear-gradient(top, #f8f8f8 0%, #dddddd 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#dddddd));
background: -webkit-linear-gradient(top, #f8f8f8 0%,#dddddd 100%);
background: -o-linear-gradient(top, #f8f8f8 0%,#dddddd 100%);
background: -ms-linear-gradient(top, #f8f8f8 0%,#dddddd 100%);
background: linear-gradient(top, #f8f8f8 0%,#dddddd 100%);
border-radius: 5px; border-radius: 5px;
border: 1px solid #d2d2d2; border: 1px solid #d2d2d2;
box-shadow: inset #fff 0 1px 0, inset rgba(0,0,0,0.03) 0 -1px 0; box-shadow: inset #fff 0 1px 0, inset rgba(0,0,0,0.03) 0 -1px 0;
width: 270px; width: 24%;
} }
header li { header li {
width: 89px; width: 8%;
float: left; float: left;
border-right: 1px solid #d2d2d2; border-right: 1px solid #d2d2d2;
height: 40px; height: 40px;
@ -235,7 +230,7 @@ header li {
header ul a { header ul a {
line-height: 1; line-height: 1;
font-size: 11px; font-size: 11px;
color: #999; color: #999999;
display: block; display: block;
text-align: center; text-align: center;
padding-top: 6px; padding-top: 6px;
@ -243,28 +238,28 @@ header ul a {
} }
strong { strong {
color: #222; color: #222222;
font-weight: 700; font-weight: 700;
} }
header ul li + li { header ul li + li {
width: 88px; width: 8%;
border-left: 1px solid #fff; border-left: 1px solid #ffffff;
} }
header ul li + li + li { header ul li + li + li {
width: 8%;
border-right: none; border-right: none;
width: 89px;
} }
header ul a strong { header ul a strong {
font-size: 14px; font-size: 14px;
display: block; display: block;
color: #222; color: #222222;
} }
section { section {
width: 500px; width: 60%;
float: right; float: right;
padding-bottom: 50px; padding-bottom: 50px;
} }
@ -275,13 +270,13 @@ small {
hr { hr {
border: 0; border: 0;
background: #e5e5e5; background: #ffffff;
height: 1px; height: 1px;
margin: 0 0 20px; margin: 0 0 20px;
} }
footer { footer {
width: 270px; width: 24%;
float: left; float: left;
position: fixed; position: fixed;
bottom: 50px; bottom: 50px;
@ -344,14 +339,14 @@ footer {
body { body {
padding: 0.4in; padding: 0.4in;
font-size: 12pt; font-size: 12pt;
color: #444; color: #444444;
} }
} }
/* COMMENTS */ /* COMMENTS */
.comment { .comment {
background-color: transparent; background-color: transparent;
border-color: #CACACA; border-color: #cacaca;
border-style: solid; border-style: solid;
border-width: 1px; border-width: 1px;
color: black; color: black;
@ -362,12 +357,12 @@ footer {
width: 100%; width: 100%;
} }
.comment .commentheader { .comment .commentheader {
border-bottom-color: #CACACA; border-bottom-color: #cacaca;
border-bottom-style: solid; border-bottom-style: solid;
border-bottom-width: 1px; border-bottom-width: 1px;
color: black; color: black;
background-image: -webkit-linear-gradient(#F8F8F8,#E1E1E1); background-image: -webkit-linear-gradient(#f8f8f8,#e1e1e1);
background-image: -moz-linear-gradient(#F8F8F8,#E1E1E1); background-image: -moz-linear-gradient(#f8f8f8,#e1e1e1);
color: black; color: black;
display: block; display: block;
float: left; float: left;
@ -393,7 +388,7 @@ footer {
background-color: white; background-color: white;
background-image: none; background-image: none;
background-origin: padding-box; background-origin: padding-box;
border-color: #C8C8C8; border-color: #c8c8c8;
border-style: solid; border-style: solid;
border-width: 1px; border-width: 1px;
color: black; color: black;
@ -448,7 +443,7 @@ footer {
} }
.comment .commentheader .commentdate { .comment .commentheader .commentdate {
background-color: transparent; background-color: transparent;
color: #777; color: #777777;
display: inline; display: inline;
float: none; float: none;
font-family: "Liberation Sarif", helvetica, arial, freesans, clean, sans-serif; font-family: "Liberation Sarif", helvetica, arial, freesans, clean, sans-serif;
@ -473,7 +468,7 @@ footer {
background-color: transparent; background-color: transparent;
background-image: none; background-image: none;
background-origin: padding-box; background-origin: padding-box;
color: #333; color: #333333;
display: block; display: block;
margin-bottom: 1em; margin-bottom: 1em;
margin-left: 1em; margin-left: 1em;
@ -493,16 +488,16 @@ footer {
margin-right: 0em; margin-right: 0em;
} }
.comment .commentbody pre { .comment .commentbody pre {
border: 0px solid #ddd; border: 0px solid #dddddd;
background-color: #eef; background-color: #eeeeff;
padding: 0 .4em; padding: 0 .4em;
} }
.comment .commentbody pre code { .comment .commentbody pre code {
border: 0px solid #ddd; border: 0px solid #dddddd;
} }
.comment .commentbody code { .comment .commentbody code {
border: 1px solid #ddd; border: 1px solid #dddddd;
background-color: #eef; background-color: #eeeeff;
font-size: 85%; font-size: 85%;
padding: 0 .2em; padding: 0 .2em;
} }