Add css to repo
parent
288aac2b1f
commit
0de6cf25ab
@ -0,0 +1,109 @@
|
|||||||
|
body {
|
||||||
|
color: #000;
|
||||||
|
background-color: #FFF;
|
||||||
|
margin: 50px;
|
||||||
|
}
|
||||||
|
h1, h2 {
|
||||||
|
font-family: Arial, sans-serif;
|
||||||
|
}
|
||||||
|
a, :visited {
|
||||||
|
color: #A70;
|
||||||
|
background-color: #FFF;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
border: 0;
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
text-align: justify;
|
||||||
|
font-size: 1.2em;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin-top: 40px;
|
||||||
|
padding: .5em 1em;
|
||||||
|
border-left: 5px solid #FCE27C;
|
||||||
|
border-radius: 40px;
|
||||||
|
background-color: #FAF0D1;
|
||||||
|
font-size: .8em;
|
||||||
|
}
|
||||||
|
blockquote p {
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
blockquote p:first-letter {
|
||||||
|
float: left;
|
||||||
|
font-size: 2em;
|
||||||
|
color: #960;
|
||||||
|
}
|
||||||
|
div.split {
|
||||||
|
clear: both;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
div.left, div.right {
|
||||||
|
display: table-cell;
|
||||||
|
width: 50%;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
div.left {
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
.author {
|
||||||
|
font-weight: bold;
|
||||||
|
font-style: normal;
|
||||||
|
text-align: right;
|
||||||
|
margin-top: -5px;
|
||||||
|
margin-right: 50px;
|
||||||
|
color: #630;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
height: 170px;
|
||||||
|
width: 100%;
|
||||||
|
font-family: Arial, sans-serif;
|
||||||
|
}
|
||||||
|
header h1 {
|
||||||
|
font-size: 2.5em;
|
||||||
|
color: #000;
|
||||||
|
margin-top: 50px;
|
||||||
|
text-shadow: 0.1em 0.1em 0.2em #960;
|
||||||
|
}
|
||||||
|
header div#logo {
|
||||||
|
float: right;
|
||||||
|
margin-left: 50px;
|
||||||
|
}
|
||||||
|
footer {
|
||||||
|
margin-top: 50px;
|
||||||
|
font-size: .6em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
footer p {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
footer a {
|
||||||
|
display: inline;
|
||||||
|
margin-right: 10px;
|
||||||
|
width: 50px;
|
||||||
|
padding: 1px;
|
||||||
|
font-size: 9px;
|
||||||
|
font-family: Verdana, Geneva, sans-serif;
|
||||||
|
text-decoration: none;
|
||||||
|
text-align: center;
|
||||||
|
color: #960;
|
||||||
|
background-color: #DDD;
|
||||||
|
border: 1px solid #000;
|
||||||
|
vertical-align: middle;
|
||||||
|
white-space: nowrap;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
footer a strong {
|
||||||
|
font-weight: bold;
|
||||||
|
color: #FFF;
|
||||||
|
background-color: #960;
|
||||||
|
padding-left: 2px;
|
||||||
|
margin-right: 5px;
|
||||||
|
}
|
||||||
|
footer a:hover {
|
||||||
|
color: #FFF;
|
||||||
|
background-color: #960;
|
||||||
|
}
|
||||||
|
footer a:hover strong {
|
||||||
|
color: #960;
|
||||||
|
background-color: #DDD;
|
||||||
|
}
|
Loading…
Reference in New Issue