stylesheet.css 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338
  1. /* This is copied from http://tor.eff.org/stylesheet.css
  2. * If you want to edit something, edit that one and then
  3. * copy it over to here. */
  4. body {
  5. background-color: #FFFFFF;
  6. margin-top: 0px;
  7. font-family: Arial, Helvetica, sans-serif;
  8. font-size: 1em;
  9. font-style: normal;
  10. color: #000000;
  11. padding-top: 0px;
  12. }
  13. /* images */
  14. img {
  15. border: 0;
  16. }
  17. li {
  18. margin: .2em .2em .2em 1em;
  19. }
  20. /* this centers the page */
  21. .center {
  22. text-align: center;
  23. background-color: white;
  24. margin: 0px auto 0 auto;
  25. width: 85%;
  26. }
  27. .center table {
  28. margin-left: auto;
  29. margin-right: auto;
  30. text-align: left;
  31. }
  32. /* for the shadow box */
  33. table.shadowbox {
  34. width: 788px;
  35. border-collapse: collapse;
  36. padding: 0;
  37. margin-bottom: 2em;
  38. }
  39. table.shadowbox td {
  40. margin: 0;
  41. padding: 0;
  42. }
  43. /* spacer */
  44. td.spacer {
  45. width: 110px;
  46. }
  47. div.banner {
  48. text-align: center;
  49. height: 79px;
  50. margin-bottom: 10px;
  51. width:100%;
  52. }
  53. table.table-banner {
  54. margin: 0 auto 0 auto;
  55. background-image: url("/images/tor_mast.gif");
  56. background-repeat: no-repeat;
  57. }
  58. div.bottom {
  59. font-size: 0.8em;
  60. margin-top: 2cm;
  61. margin-left: 1em;
  62. margin-right: 1em;
  63. text-align: right;
  64. }
  65. /* the sidebar */
  66. div.sidebar {
  67. float: right;
  68. padding-top: 10px;
  69. padding-right: 10px;
  70. padding-bottom: 15px;
  71. padding-left: 10px;
  72. width: 260px;
  73. text-align: center;
  74. }
  75. /* The main column (left text) */
  76. div.main-column {
  77. padding: 15px 0 10px 10px;
  78. text-indent: 0pt;
  79. font-size: 1em;
  80. text-align: left;
  81. }
  82. /* formatting styles */
  83. h1 {
  84. font-size: 1.5em;
  85. margin-bottom: 0.5em;
  86. }
  87. h2 {
  88. font-size: 1.2em;
  89. margin-bottom: 0em;
  90. font-weight: bold;
  91. margin-top: 0;
  92. }
  93. p {
  94. margin-top: 0;
  95. margin-bottom: 1em;
  96. }
  97. a:link {
  98. color: blue;
  99. font-size: 1em;
  100. }
  101. a:visited {
  102. color: purple;
  103. font-size: 1em;
  104. }
  105. a.anchor:link {
  106. font-size: 1em;
  107. color: black;
  108. font-weight: bold;
  109. text-decoration: none;
  110. }
  111. a.anchor:visited {
  112. font-size: 12pt;
  113. color: black;
  114. font-weight: bold;
  115. text-decoration: none;
  116. }
  117. a.anchor {
  118. font-size: 1em;
  119. color: black;
  120. font-weight: bold;
  121. text-decoration: none;
  122. }
  123. td {
  124. vertical-align: top;
  125. }
  126. a.smalllink {
  127. font-size: 0.8em;
  128. }
  129. /* the banner */
  130. table.banner {
  131. width: 100%;
  132. height: 79px;
  133. margin-left: auto;
  134. margin-right: auto;
  135. }
  136. td.banner-left {
  137. background-image: url("/images/top-left.png");
  138. background-repeat: no-repeat;
  139. width: 193px;
  140. }
  141. td.banner-middle {
  142. background-image: url("/images/top-middle.png");
  143. background-repeat: repeat-x;
  144. vertical-align: bottom;
  145. padding-bottom: 10px;
  146. color: white;
  147. font-weight: bold;
  148. font-size: 1em;
  149. }
  150. td.banner-middle a, td.banner-middle a:visited {
  151. color: white;
  152. font-weight: bold;
  153. font-size: 1em;
  154. }
  155. td.banner-middle a:hover {
  156. color: #FF7F00;
  157. font-weight: bold;
  158. font-size: 1em;
  159. }
  160. td.banner-right {
  161. background-image: url("/images/top-right.png");
  162. background-repeat: no-repeat;
  163. width: 40px;
  164. background-position: right;
  165. padding-top: 8px;
  166. }
  167. .banner-middle a.current {
  168. text-decoration: none;
  169. color: #FF7F00;
  170. font-weight: bold;
  171. font-size: 1em;
  172. width: auto;
  173. text-align: auto;
  174. left: -50px;
  175. }
  176. .donatebutton {
  177. width: auto;
  178. text-align: center;
  179. }
  180. .donatebutton a {
  181. margin: 10px 0 0 0;
  182. font-weight: bold;
  183. display: block;
  184. padding: 6px;
  185. background-color: #00802B;
  186. border-top: 1px solid #00A838;
  187. border-left: 1px solid #00A838;
  188. border-bottom: 1px solid #00591E;
  189. border-right: 1px solid #00591E;
  190. color: #FFFFFF;
  191. }
  192. .donatebutton a:hover {
  193. color: orange;
  194. }
  195. .donatebutton a:active {
  196. color: orange;
  197. }
  198. /* these styles are for the menu on the gui contest pages */
  199. .guileft {
  200. width: 25%;
  201. float: left;
  202. padding: 0;
  203. margin: 0;
  204. }
  205. .guimenu {
  206. border: 1px solid #AAA6AB;
  207. background-color: #E2DFE3;
  208. margin: 0 15px 15px 0;
  209. padding: 0;
  210. }
  211. .guimenuinner a {
  212. display: block;
  213. text-decoration: none;
  214. padding: 2px 0px 0px 12px;
  215. margin: 0 0 0 0px;
  216. color: #333333;
  217. }
  218. .guimenuinner a:visited {
  219. color: #333333;
  220. }
  221. .guimenuinner a:hover {
  222. background-image: url(gui/img/arrow.png);
  223. background-repeat: no-repeat;
  224. background-position: left;
  225. color: #EF8012;
  226. }
  227. .guimenuinner a.on {
  228. background-image: url(gui/img/arrow.png);
  229. background-repeat: no-repeat;
  230. background-position: left;
  231. color: #EF8012;
  232. }
  233. .guimenu h1 {
  234. width: 85%;
  235. font-size: 16px;
  236. margin: 0 0 8px 0;
  237. padding: 0;
  238. border-bottom: 1px solid #AAA6AB;
  239. }
  240. .curveleft {
  241. background-image: url(gui/img/corner-topleft.png);
  242. background-repeat: no-repeat;
  243. background-position: top left;
  244. margin: -1px;
  245. }
  246. .curveright {
  247. background-image: url(gui/img/corner-topright.png);
  248. background-repeat: no-repeat;
  249. background-position: top right;
  250. }
  251. .guimenuinner {
  252. padding: 0 10px 0 10px;
  253. }
  254. //.wiki {
  255. padding: 5px 40px 0 0;
  256. display: block;
  257. text-align: right;
  258. }
  259. .curvebottomleft {
  260. background-image: url(gui/img/corner-bottomleft.png);
  261. background-repeat: no-repeat;
  262. background-position: bottom left;
  263. margin: -1px;
  264. }
  265. .curvebottomright {
  266. background-image: url(gui/img/corner-bottomright.png);
  267. background-repeat: no-repeat;
  268. background-position: bottom right;
  269. }