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 3.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247
  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: 1em;
  51. }
  52. #twitter {
  53. padding: 1em;
  54. }
  55. #reddit {
  56. padding: 1em;
  57. }
  58. #github {
  59. padding: 1em;
  60. }
  61. #print {
  62. padding: 1em;
  63. }
  64. div#lang {
  65. text-align: right;
  66. padding-right: 10em;
  67. }
  68. span#lang2 {
  69. line-height: 2em;
  70. }
  71. .colmask {
  72. position: relative; /* This fixes the IE7 overflow hidden bug */
  73. clear: both;
  74. float: left;
  75. width: 100%; /* width of whole page */
  76. overflow: hidden; /* This chops off any overhanging divs */
  77. }
  78. .colleft {
  79. float: left;
  80. width: 100%;
  81. position: relative;
  82. }
  83. .content {
  84. float: left;
  85. position: relative;
  86. padding-left: 0.5em;
  87. padding-right: 0.5em;
  88. overflow: hidden;
  89. z-index: 1;
  90. background-color: #FFFFFF;
  91. }
  92. .nav {
  93. float: left;
  94. position: relative;
  95. padding: 0 0 0 0;
  96. padding-right: 1em;
  97. overflow: hidden;
  98. background-color: #FFFFFF;
  99. border-right: solid #FF9900 1px;
  100. border-bottom: solid #FF9900 1px;
  101. z-index: 1;
  102. }
  103. div#logo {
  104. width: 180px;
  105. height: 180px;
  106. box-shadow: 0px 0px 10px #666666;
  107. border-radius: 8px;
  108. border: solid #FF9900 3px;
  109. background-color: #FF9900;
  110. overflow: hidden;
  111. padding: 10px;
  112. margin: 10px;
  113. }
  114. img#logoImg {
  115. padding: 0;
  116. border-radius: 8px;
  117. width: 180px;
  118. height: 180px;
  119. overflow: hidden;
  120. }
  121. ul#menuList {
  122. list-style-type: none;
  123. padding: 0.5em;
  124. padding-top: 0;
  125. margin-top: 0;
  126. }
  127. #recent {
  128. padding-top: 1.5em;
  129. padding-bottom: 0.5em;
  130. }
  131. ul#recentList {
  132. list-style: none;
  133. padding:0;
  134. margin:0;
  135. }
  136. li.recentDate {
  137. padding-left: 1em;
  138. padding-bottom: 0.7em;
  139. }
  140. li.recentList {
  141. padding-left: 1em;
  142. text-indent: -1em;
  143. }
  144. li.recentList:before {
  145. content: "→ ";
  146. }
  147. .leftmenu {
  148. background: #FFFFFF; /* right column background colour */
  149. }
  150. .leftmenu .colleft {
  151. right: 75%; /* right column width */
  152. background: #FFFFFF; /* left column background colour */
  153. }
  154. .leftmenu .content {
  155. width: 70%; /* right column content width */
  156. left: 102%; /* 100% plus left column left padding */
  157. }
  158. .leftmenu .nav {
  159. width: 21%; /* left column content width (column width minus left and right padding) */
  160. left: 6%; /* (right column left and right padding) plus (left column left padding) */
  161. }
  162. #dude {
  163. position: fixed;
  164. bottom: 0px;
  165. left: 30px;
  166. max-width: 20%;
  167. max-height: 50%;
  168. }
  169. #walter {
  170. position: fixed;
  171. bottom: 0px;
  172. right: 30px;
  173. max-width: 20%;
  174. max-height: 50%;
  175. }
  176. #dude:hover {
  177. z-index: 2;
  178. }
  179. #walter:hover {
  180. z-index: 2;
  181. }
  182. #footer {
  183. clear: both;
  184. float: left;
  185. width: 95%;
  186. text-align: center;
  187. font-size: small;
  188. color: gray;
  189. margin: 1em;
  190. }
  191. #footer a {
  192. color: #666666;
  193. text-decoration: none;
  194. }
  195. #footer a:hover {
  196. color: #666666;
  197. text-decoration: underline;
  198. }
  199. #footer a:visited {
  200. color: #666666;
  201. text-decoration: none;
  202. }
  203. pre {
  204. border: dotted black 2px;
  205. background: #EEEEEC;
  206. padding: 1em;
  207. overflow: scroll;
  208. }