master.css 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  1. body{
  2. background:url("../images/back.png") repeat #F4F4F4;
  3. color: #000305;
  4. font-size: 1.0em;
  5. font-family: Cambria,'Palatino Linotype','Book Antiqua','URW Palladio L',serif;
  6. line-height: 1.5;
  7. }
  8. h2{font-size: 1.4em}
  9. h3{font-size: 1.4em}
  10. h4{font-size: 1.3em}
  11. h5{font-size: 1.1em}
  12. h2, h3, h4, h5{
  13. ztext-shadow: 0 1px 1px #FFFFFF;
  14. font-weight: 400;
  15. line-height: 1.1;
  16. margin-bottom: .8em;
  17. }
  18. a:link, a:visited{
  19. text-decoration: none;
  20. color: #97220B;
  21. }
  22. a:hover, a:active{
  23. color: #fff;
  24. background:#F33611;
  25. text-decoration: none;
  26. }
  27. p{margin-bottom: 1.2em;}
  28. * p:last-child {margin-bottom: 0;}
  29. ::-moz-selection {background:#F33611;color:#fff;}
  30. ::selection {background:#F33611;color:#fff;}
  31. header, section, footer,
  32. aside, nav, article, figure{
  33. display: block;
  34. }
  35. .right{
  36. float:right;
  37. }
  38. #action-call{
  39. background: #97220B;
  40. padding: 5px 10px;
  41. display:block;
  42. color: #fff;
  43. text-decoration: none;
  44. font-size: 0.9em;
  45. border: none;
  46. }
  47. #action-call:hover{
  48. background: #F33611;
  49. }
  50. #featured{
  51. background:#B9E46B;
  52. }
  53. #featured article{
  54. margin-top: 25px;
  55. }
  56. #featured a{
  57. font-weight: bold;
  58. }
  59. .body{clear:both; margin: 25px auto;width: 750px;background:#F4F4F4;padding:1.6em;}
  60. #banner{
  61. margin: 0 auto;
  62. padding: 2em 1.6em 0em 1.6em;
  63. }
  64. #extras {margin: 0 auto 3em auto; overflow: hidden;}
  65. #extras ul{list-style: none; margin: 0;}
  66. #extras li{border-bottom: 1px solid #fff;}
  67. #descriptions-list li h2{font-size: 1.2em}
  68. #descriptions-list li{
  69. overflow: hidden;
  70. border-top:1px solid #eee;
  71. background: #f3f3f3;
  72. padding: 10px 15px;
  73. -webkit-transition: padding .15s linear;
  74. -o-transition: padding .15s linear;
  75. -moz-transition: padding .15s linear;
  76. transition: padding .15s linear;
  77. }
  78. #descriptions-list li:hover{
  79. background: #fff;
  80. /*padding: 35px 15px;
  81. -webkit-transition: padding .15s linear;
  82. -moz-transition: padding .15s linear;
  83. -o-transition: padding .15s linear;
  84. trransition: padding .15s linear;*/
  85. }
  86. #descriptions-list article{
  87. width:220px;
  88. float: left;
  89. display: block;
  90. }
  91. #descriptions-list .dentry-text{
  92. width: 490px;
  93. float: right;
  94. }
  95. .site-title
  96. {
  97. text-shadow: 0 1px 0 lightgrey;
  98. font-weight: bold;
  99. color: #333;
  100. font-size: 3em;
  101. margin-left: 20%;
  102. margin-top: -100px;
  103. }
  104. .site-slogan
  105. {
  106. margin-left: 25%;
  107. margin-top: -60px;
  108. }
  109. .art-colon
  110. {
  111. font-size: 0.9em;
  112. width: 48%;
  113. text-align: justify;
  114. }
  115. #first-colon
  116. {
  117. float: left;
  118. }
  119. #second-colon
  120. {
  121. float: right;
  122. }
  123. .art-colon span
  124. {
  125. font-weight: bold;
  126. font-size: 1.2em;
  127. }
  128. .clear
  129. {
  130. clear: both;
  131. }
  132. .introduction
  133. {
  134. font-style: italic;
  135. text-align: justify;
  136. }
  137. em {
  138. font-weight: bold;
  139. font-size: 1.1em;
  140. }
  141. footer
  142. {
  143. background: none;
  144. font-size: 14px;
  145. }
  146. blockquote {
  147. font-style: italic;
  148. text-align: justify;
  149. }
  150. .book {
  151. padding: 5px;
  152. border-style: solid;
  153. border-width: 1px;
  154. border-color: #97220B;
  155. background-color: #fff;
  156. }