123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185 |
- body{
- background:url("../images/back.png") repeat #F4F4F4;
- color: #000305;
- font-size: 1.0em;
- font-family: Cambria,'Palatino Linotype','Book Antiqua','URW Palladio L',serif;
- line-height: 1.5;
- }
- h2{font-size: 1.4em}
- h3{font-size: 1.4em}
- h4{font-size: 1.3em}
- h5{font-size: 1.1em}
- h2, h3, h4, h5{
- ztext-shadow: 0 1px 1px #FFFFFF;
- font-weight: 400;
- line-height: 1.1;
- margin-bottom: .8em;
- }
- a:link, a:visited{
- text-decoration: none;
- color: #97220B;
- }
- a:hover, a:active{
- color: #fff;
- background:#F33611;
- text-decoration: none;
- }
- p{margin-bottom: 1.2em;}
- * p:last-child {margin-bottom: 0;}
- ::-moz-selection {background:#F33611;color:#fff;}
- ::selection {background:#F33611;color:#fff;}
- header, section, footer,
- aside, nav, article, figure{
- display: block;
- }
- .right{
- float:right;
- }
- #action-call{
- background: #97220B;
- padding: 5px 10px;
- display:block;
- color: #fff;
- text-decoration: none;
- font-size: 0.9em;
- border: none;
- }
- #action-call:hover{
- background: #F33611;
- }
- #featured{
- background:#B9E46B;
- }
- #featured article{
- margin-top: 25px;
- }
- #featured a{
- font-weight: bold;
- }
- .body{clear:both; margin: 25px auto;width: 750px;background:#F4F4F4;padding:1.6em;}
- #banner{
- margin: 0 auto;
- padding: 2em 1.6em 0em 1.6em;
- }
- #extras {margin: 0 auto 3em auto; overflow: hidden;}
- #extras ul{list-style: none; margin: 0;}
- #extras li{border-bottom: 1px solid #fff;}
- #descriptions-list li h2{font-size: 1.2em}
- #descriptions-list li{
- overflow: hidden;
- border-top:1px solid #eee;
- background: #f3f3f3;
- padding: 10px 15px;
- -webkit-transition: padding .15s linear;
- -o-transition: padding .15s linear;
- -moz-transition: padding .15s linear;
- transition: padding .15s linear;
- }
- #descriptions-list li:hover{
- background: #fff;
- /*padding: 35px 15px;
- -webkit-transition: padding .15s linear;
- -moz-transition: padding .15s linear;
- -o-transition: padding .15s linear;
- trransition: padding .15s linear;*/
- }
- #descriptions-list article{
- width:220px;
- float: left;
- display: block;
- }
- #descriptions-list .dentry-text{
- width: 490px;
- float: right;
- }
- .site-title
- {
- text-shadow: 0 1px 0 lightgrey;
- font-weight: bold;
- color: #333;
- font-size: 3em;
- margin-left: 20%;
- margin-top: -100px;
- }
- .site-slogan
- {
- margin-left: 25%;
- margin-top: -60px;
- }
- .art-colon
- {
- font-size: 0.9em;
- width: 48%;
- text-align: justify;
- }
- #first-colon
- {
- float: left;
- }
- #second-colon
- {
- float: right;
- }
- .art-colon span
- {
- font-weight: bold;
- font-size: 1.2em;
- }
- .clear
- {
- clear: both;
- }
- .introduction
- {
- font-style: italic;
- text-align: justify;
- }
- em {
- font-weight: bold;
- font-size: 1.1em;
- }
- footer
- {
- background: none;
- font-size: 14px;
- }
- blockquote {
- font-style: italic;
- text-align: justify;
- }
- .book {
- padding: 5px;
- border-style: solid;
- border-width: 1px;
- border-color: #97220B;
- background-color: #fff;
- }
|