My static website generator using poole https://www.xythobuz.de
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

style.css 3.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237
  1. /*
  2. * Color Combination
  3. * #000000 - Text
  4. * #FF9900 - Link, Hover Link, Dashes
  5. * #FFFFFF - Background
  6. * #666666 - Visited Link, Footer
  7. * #EEEEEC - <pre>
  8. */
  9. body {
  10. font-family: 'Droid Sans', sans-serif;
  11. margin: 0;
  12. padding: 0;
  13. border: 0; /* This removes the border around the viewport in old versions of IE */
  14. width: 100%;
  15. min-width: 600px; /* Minimum width of layout - remove line if not required */
  16. color: #000000;
  17. }
  18. a {
  19. color: #FF9900;
  20. font-weight: bold;
  21. text-decoration: none;
  22. }
  23. a:visited {
  24. color: #848484;
  25. text-decoration: none;
  26. }
  27. a:hover {
  28. color: #FF9900;
  29. text-decoration: underline;
  30. }
  31. #header {
  32. clear: both;
  33. float: left;
  34. width: 95%;
  35. padding-left: 1em;
  36. padding-top: 0.5em;
  37. padding-bottom: 0.5em;
  38. border-bottom: dashed #FF9900 2px;
  39. }
  40. #header h1 {
  41. display: inline;
  42. padding-right: 0.5em;
  43. font-size: 3.5em;
  44. }
  45. #header h2 {
  46. display: inline;
  47. font-size: 2em;
  48. }
  49. #flattr {
  50. padding-right: 1.5em;
  51. padding-bottom: 1em;
  52. padding-left: 1em;
  53. float: right;
  54. clear: both;
  55. }
  56. #twitter {
  57. padding-right: 1.5em;
  58. padding-bottom: 1em;
  59. padding-left: 1em;
  60. float: right;
  61. clear: both;
  62. }
  63. #reddit {
  64. padding-right: 1.5em;
  65. padding-bottom: 1em;
  66. padding-left: 1em;
  67. float: right;
  68. clear: both;
  69. }
  70. #github {
  71. padding-right: 3em;
  72. padding-bottom: 1em;
  73. padding-left: 1em;
  74. float: right;
  75. clear: both;
  76. }
  77. div#lang {
  78. text-align: right;
  79. padding-right: 10em;
  80. }
  81. span#lang {
  82. line-height: 2em;
  83. }
  84. .colmask {
  85. position: relative; /* This fixes the IE7 overflow hidden bug */
  86. clear: both;
  87. float: left;
  88. width: 100%; /* width of whole page */
  89. overflow: hidden; /* This chops off any overhanging divs */
  90. }
  91. .colleft {
  92. float: left;
  93. width: 100%;
  94. position: relative;
  95. }
  96. .content {
  97. float: left;
  98. position: relative;
  99. padding-left: 0.5em;
  100. padding-right: 0.5em;
  101. overflow: hidden;
  102. }
  103. .nav {
  104. float: left;
  105. position: relative;
  106. padding: 0 0 0 0;
  107. overflow: hidden;
  108. background-color: #FFFFFF;
  109. z-index: 1;
  110. }
  111. div#logo {
  112. width: 180px;
  113. height: 180px;
  114. box-shadow: 0px 0px 10px #666666;
  115. border-radius: 8px;
  116. border: solid #FF9900 3px;
  117. background-color: #FF9900;
  118. overflow: hidden;
  119. padding: 10px;
  120. margin: 10px;
  121. }
  122. img#logo {
  123. padding: 0;
  124. border-radius: 8px;
  125. width: 180px;
  126. height: 180px;
  127. overflow: hidden;
  128. }
  129. ul#menuList {
  130. list-style-type: none;
  131. padding: 0.5em;
  132. padding-top: 0;
  133. margin-top: 0;
  134. }
  135. #recent {
  136. padding-top: 1.5em;
  137. padding-bottom: 0.5em;
  138. }
  139. ul#recentList {
  140. list-style: none;
  141. padding:0;
  142. margin:0;
  143. }
  144. li.recentDate {
  145. padding-left: 1em;
  146. padding-bottom: 0.7em;
  147. }
  148. li.recentList {
  149. padding-left: 1em;
  150. text-indent: -1em;
  151. }
  152. li.recentList:before {
  153. content: "→ ";
  154. }
  155. .leftmenu {
  156. background: #FFFFFF; /* right column background colour */
  157. }
  158. .leftmenu .colleft {
  159. right: 75%; /* right column width */
  160. background: #FFFFFF; /* left column background colour */
  161. }
  162. .leftmenu .content {
  163. width: 70%; /* right column content width */
  164. left: 102%; /* 100% plus left column left padding */
  165. }
  166. .leftmenu .nav {
  167. width: 21%; /* left column content width (column width minus left and right padding) */
  168. left: 6%; /* (right column left and right padding) plus (left column left padding) */
  169. }
  170. #dude {
  171. position: fixed;
  172. bottom: 0px;
  173. left: 10px;
  174. max-width: 20%;
  175. }
  176. #footer {
  177. clear: both;
  178. float: left;
  179. width: 95%;
  180. text-align: center;
  181. font-size: small;
  182. color: gray;
  183. margin: 1em;
  184. }
  185. #footer a {
  186. color: #666666;
  187. text-decoration: none;
  188. }
  189. #footer a:hover {
  190. color: #666666;
  191. text-decoration: underline;
  192. }
  193. #footer a:visited {
  194. color: #666666;
  195. text-decoration: none;
  196. }
  197. pre {
  198. border: dotted black 2px;
  199. background: #EEEEEC;
  200. padding: 1em;
  201. overflow: scroll;
  202. }