My static website generator using poole https://www.xythobuz.de
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

style.css 4.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259
  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#lang2 {
  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. z-index: 1;
  103. background-color: #FFFFFF;
  104. }
  105. .nav {
  106. float: left;
  107. position: relative;
  108. padding: 0 0 0 0;
  109. padding-right: 1em;
  110. overflow: hidden;
  111. background-color: #FFFFFF;
  112. border-right: solid #FF9900 1px;
  113. border-bottom: solid #FF9900 1px;
  114. z-index: 1;
  115. }
  116. div#logo {
  117. width: 180px;
  118. height: 180px;
  119. box-shadow: 0px 0px 10px #666666;
  120. border-radius: 8px;
  121. border: solid #FF9900 3px;
  122. background-color: #FF9900;
  123. overflow: hidden;
  124. padding: 10px;
  125. margin: 10px;
  126. }
  127. img#logoImg {
  128. padding: 0;
  129. border-radius: 8px;
  130. width: 180px;
  131. height: 180px;
  132. overflow: hidden;
  133. }
  134. ul#menuList {
  135. list-style-type: none;
  136. padding: 0.5em;
  137. padding-top: 0;
  138. margin-top: 0;
  139. }
  140. #recent {
  141. padding-top: 1.5em;
  142. padding-bottom: 0.5em;
  143. }
  144. ul#recentList {
  145. list-style: none;
  146. padding:0;
  147. margin:0;
  148. }
  149. li.recentDate {
  150. padding-left: 1em;
  151. padding-bottom: 0.7em;
  152. }
  153. li.recentList {
  154. padding-left: 1em;
  155. text-indent: -1em;
  156. }
  157. li.recentList:before {
  158. content: "→ ";
  159. }
  160. .leftmenu {
  161. background: #FFFFFF; /* right column background colour */
  162. }
  163. .leftmenu .colleft {
  164. right: 75%; /* right column width */
  165. background: #FFFFFF; /* left column background colour */
  166. }
  167. .leftmenu .content {
  168. width: 70%; /* right column content width */
  169. left: 102%; /* 100% plus left column left padding */
  170. }
  171. .leftmenu .nav {
  172. width: 21%; /* left column content width (column width minus left and right padding) */
  173. left: 6%; /* (right column left and right padding) plus (left column left padding) */
  174. }
  175. #dude {
  176. position: fixed;
  177. bottom: 0px;
  178. left: 30px;
  179. max-width: 20%;
  180. max-height: 50%;
  181. }
  182. #walter {
  183. position: fixed;
  184. bottom: 0px;
  185. right: 30px;
  186. max-width: 20%;
  187. max-height: 50%;
  188. }
  189. #dude:hover {
  190. z-index: 2;
  191. }
  192. #walter:hover {
  193. z-index: 2;
  194. }
  195. #footer {
  196. clear: both;
  197. float: left;
  198. width: 95%;
  199. text-align: center;
  200. font-size: small;
  201. color: gray;
  202. margin: 1em;
  203. }
  204. #footer a {
  205. color: #666666;
  206. text-decoration: none;
  207. }
  208. #footer a:hover {
  209. color: #666666;
  210. text-decoration: underline;
  211. }
  212. #footer a:visited {
  213. color: #666666;
  214. text-decoration: none;
  215. }
  216. pre {
  217. border: dotted black 2px;
  218. background: #EEEEEC;
  219. padding: 1em;
  220. overflow: scroll;
  221. }