Fork de wikipp, le moteur de wiki en c++, basé sur cppcms. Le fork ajoute la langue française
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

style.css 4.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240
  1. /***************************************************************************
  2. * *
  3. * contented5 - An open source xhtml/css website template by Contented *
  4. * Designs. You're free to modify it and use it for any purpose without *
  5. * cost or obligation. We'd prefer that you leave the link to our website *
  6. * in the footer but it's not required. *
  7. * *
  8. * If you have comments or questions, please contact us at *
  9. * http://www.ContentedDesigns.com. Thanks! *
  10. * *
  11. * Version: 1.01 (May 17, 2006) *
  12. ***************************************************************************/
  13. #page {
  14. color: #222222;
  15. background-color:#FFFFFF;
  16. font-family: Arial, sans-serif;
  17. font-size:83%;
  18. margin:20px auto;
  19. width:760px;
  20. padding-left:10px;
  21. padding-right:10px;
  22. }
  23. h1 {font-size:167%; border-bottom: #999999 solid thin;}
  24. h2 {font-size:139%;}
  25. h3 {font-size:120%;}
  26. h4 {font-size:100%;}
  27. #title { border:none; }
  28. a {
  29. color: #CC0000;
  30. background-color: #FFFFFF;
  31. font-weight: normal;
  32. text-decoration: none;
  33. }
  34. a:hover {
  35. color: #CC0000;
  36. background-color: #FFFFFF;
  37. font-weight: normal;
  38. text-decoration: underline;
  39. }
  40. #contact {
  41. padding:0px 0px 0px 0px;
  42. float:right;
  43. }
  44. #contact a {
  45. color: #CC0000;
  46. background-color:#FFFFFF;
  47. font-weight:bold;
  48. text-decoration:none;
  49. }
  50. #contact a:hover {
  51. color: #CC0000;
  52. background-color:#FFFFFF;
  53. text-decoration:underline;
  54. }
  55. #header {
  56. clear:both;
  57. color: #CC0000;
  58. background-color:#FFFFFF;
  59. }
  60. #title {
  61. color: #CC0000;
  62. background-color:#FFFFFF;
  63. font-size:200%;
  64. font-weight:bold;
  65. width:90%;
  66. }
  67. #slogan {
  68. color:#222222;
  69. background-color:#FFFFFF;
  70. font-size:83%;
  71. font-weight:normal;
  72. font-style:normal;
  73. width:90%;
  74. }
  75. #navall {width:40%;}
  76. #nav {
  77. line-height:125%;
  78. height:3em;
  79. list-style: none;
  80. text-align: left;
  81. }
  82. #nav ul {list-style: none; }
  83. #nav li a {
  84. display: block;
  85. font-size: small;
  86. color: #CC0000;
  87. background-color:#FFFFFF;
  88. font-weight: normal;
  89. text-decoration: none;
  90. }
  91. #nav li a:hover {
  92. border-bottom:3px solid #CC0000;
  93. }
  94. #nav a.selected {
  95. border-bottom:3px solid #CC0000;
  96. }
  97. #path {
  98. width:760px;
  99. clear:both;
  100. float:left;
  101. font-size:75%;
  102. font-weight:normal;
  103. margin:4px 0px 5px 0px;
  104. border-top:5px solid #222222;
  105. }
  106. #path a {
  107. font-weight:normal;
  108. }
  109. #sidecontent a {
  110. color: #CC0000;
  111. background-color:#FFFFFF;
  112. }
  113. #sidecontent h2 { margin:0.75em 0.25em 0.25em 0em;}
  114. #sidecontent ul { margin:0.25em 0.25em 0.25em 0.25em;}
  115. #footer {
  116. height:40px;
  117. color:#222222;
  118. background-color:#FFFFFF;
  119. border-top:5px solid #222222;
  120. font-size:75%;
  121. line-height:1.5em;
  122. width: 760px;
  123. clear:both;
  124. }
  125. #footer a {
  126. color:#CC0000;
  127. background-color:#FFFFFF;
  128. text-decoration: none;
  129. }
  130. #footer a:hover {
  131. color:#CC0000;
  132. background-color:#FFFFFF;
  133. font-weight: normal;
  134. text-decoration: underline;
  135. }
  136. .published, .nextpage, .rsslink {
  137. font-size:80%;
  138. font-style:italic;
  139. margin-top:-10px;
  140. padding-top:0px;
  141. }
  142. #comments {
  143. border-top: #999999 solid thin;
  144. }
  145. #comments dd {
  146. margin-left:25px;
  147. padding-left:5px;
  148. margin-right:25px;
  149. padding-right:5px;
  150. }
  151. #comments textarea {
  152. width:100%
  153. }
  154. #footercontact {
  155. color:#CC0000;
  156. background-color:#FFFFFF;
  157. }
  158. #copyrightdesign {
  159. color:#222222;
  160. background-color:#FFFFFF;
  161. width: 580px;
  162. }
  163. #maincontent {
  164. font-size:100%;
  165. margin:0px 0px 0px 0px;
  166. width:540px;
  167. text-align:justify;
  168. }
  169. #sidecontent {
  170. font-family:Arial, sans-serif;
  171. color: #222222;
  172. background-color:#FFFFFF;
  173. font-size:75%;
  174. width:180px;
  175. border: #999999 solid thin;
  176. }
  177. #copyright {
  178. margin-top:15px;
  179. }
  180. /*#toc_table {
  181. text-padding : 5px 5px 5px 5px;
  182. }*/
  183. h1.categorytitle {
  184. text-align:center;
  185. text-decoration:none;
  186. border-bottom:none;
  187. }
  188. tr.d_del{background:red;}
  189. tr.d_add{background:green;}