style.css 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328
  1. body
  2. {
  3. font-family: Lucida Grande, Verdana, Geneva, Arial, sans-serif;
  4. font-size: 12px;
  5. background-color:#000000;
  6. margin:0px;
  7. padding:0px;
  8. width:100%;
  9. }
  10. table
  11. {
  12. background-color:#ffffff;
  13. width:1000px;
  14. margin-left:auto;
  15. margin-right:auto;
  16. }
  17. ul
  18. {
  19. padding:0px;
  20. margin:0px;
  21. }
  22. table.principale
  23. {
  24. background-color:#ff8000;
  25. border-style:none;
  26. border-width:0px;
  27. border-spacing:0px;
  28. margin: 0px;
  29. padding: 0px;
  30. width:100%;
  31. }
  32. tr.principale
  33. {
  34. background-color:#ff8000;
  35. border-style:none;
  36. border-width:0px;
  37. border-spacing:0px;
  38. margin: 0px;
  39. padding: 0px;
  40. }
  41. div.title1
  42. {
  43. text-align:center;
  44. font-size:48px;
  45. border-style:solid;
  46. border-width:0px;
  47. color:#000000;
  48. }
  49. div.title2
  50. {
  51. text-align:left;
  52. font-size:20px;
  53. font-weight:bold;
  54. color:#000000;
  55. }
  56. div.title3
  57. {
  58. text-align:center;
  59. font-size:16px;
  60. border-style:none;
  61. border-width:1px;
  62. }
  63. h3
  64. {
  65. font-family:Century;
  66. text-align:left;
  67. font-size:16px;
  68. font-weight:bolder;
  69. color:#FF8000;
  70. }
  71. div.title-date
  72. {
  73. text-align:right;
  74. font-size:16px;
  75. font-weight:bolder;
  76. color:#FF8000;
  77. }
  78. div.menu1
  79. {
  80. text-align:center;
  81. font-size:12px;
  82. font-weight:bolder;
  83. padding:16px;
  84. }
  85. div.menu2
  86. {
  87. text-align:center;
  88. font-size:12px;
  89. }
  90. div.news-separator
  91. {
  92. text-align:center;
  93. color:#FF8000;
  94. }
  95. div.email
  96. {
  97. text-align:center;
  98. }
  99. div.image
  100. {
  101. text-align:right;
  102. }
  103. div.post-image-white,
  104. div.post-image-black
  105. {
  106. width:100%;
  107. padding-top:32px;
  108. padding-bottom:32px;
  109. text-align:center;
  110. margin-left:auto;
  111. margin-right:auto;
  112. /*border-radius:0px;*/
  113. }
  114. div.post-image-black
  115. {
  116. background-color:#000000;
  117. }
  118. div.post-image-white
  119. {
  120. background-color:#ffffff;
  121. }
  122. div.post-image-title
  123. {
  124. display:block;
  125. font-style:italic;
  126. text-align:center;
  127. padding-bottom:32px;
  128. }
  129. img.menu-img
  130. {
  131. text-align:center;
  132. font-size:16px;
  133. border-color:#000000;
  134. border-style:solid;
  135. border-width:0px;
  136. }
  137. div.paragraph
  138. {
  139. /*text-indent:32px; */
  140. text-align:justify;
  141. }
  142. div.include
  143. {
  144. color:#0000FF;
  145. }
  146. spam.key
  147. {
  148. color:#0000FF;
  149. }
  150. div.comment
  151. {
  152. color:#008000;
  153. }
  154. td.page
  155. {
  156. vertical-align:top;
  157. padding-right: 32px;
  158. padding-left: 32px;
  159. padding-bottom: 0px;
  160. padding-top: 0px;
  161. width:100%;
  162. }
  163. td.menu
  164. {
  165. vertical-align:top;
  166. text-align:right;
  167. border-width:0px;
  168. border-right-style:solid;
  169. border-color:#000000;
  170. width:160px;
  171. padding-right: 0px;
  172. padding-left: 0px;
  173. padding-bottom: 0px;
  174. padding-top: 0px;
  175. }
  176. /*
  177. a.menu
  178. {
  179. color:#FF8000;
  180. font-weight:bolder;
  181. }
  182. */
  183. a.menu
  184. {
  185. color:#000000;
  186. }
  187. a
  188. {
  189. color:#000000;
  190. }
  191. div.issue-content
  192. {
  193. text-indent:32px;
  194. }
  195. div.issue-title
  196. {
  197. font-weight:bold;
  198. }
  199. span.progword
  200. {
  201. color:#000000;
  202. font-family:"Courier New";
  203. font-size:11px;
  204. }
  205. span.bold
  206. {
  207. font-weight:bold;
  208. }
  209. span.code-title
  210. {
  211. padding-left:0px;
  212. color:#803300;
  213. }
  214. span.code-line-content
  215. {
  216. display:inline;
  217. color:#000000;
  218. border-left-style:solid;
  219. border-left-width:1px;
  220. border-left-color:#ffdac1;
  221. margin-left:0px;
  222. padding-left:8px;
  223. }
  224. ul.code-list
  225. {
  226. border-style:solid;
  227. border-width:1px;
  228. border-color:#ffdac1;
  229. color:#803300;
  230. margin-bottom:16px;
  231. margin-left:0px;
  232. margin-right:0px;
  233. }
  234. li
  235. {
  236. list-style-position:inside;
  237. padding-left:8px;
  238. }
  239. li.code-line
  240. {
  241. color:#008080;
  242. font-family:"Courier New";
  243. font-size:11px;
  244. clear:both;
  245. width:100%;
  246. list-style-position:inside;
  247. list-style-type:decimal-leading-zero;
  248. margin:0px;
  249. padding:0px;
  250. padding-left:0px;
  251. }
  252. li.code-line:after
  253. {
  254. clear:both;
  255. }
  256. span.code-line-content
  257. {
  258. display:inline;
  259. color:#000000;
  260. border-left-style:solid;
  261. border-left-width:1px;
  262. border-left-color:#ffdac1;
  263. margin-left:0px;
  264. padding-left:8px;
  265. }
  266. span.userword
  267. {
  268. color:#ff8000;
  269. }
  270. span.keyword
  271. {
  272. color:#0000ff;
  273. }
  274. span.comment
  275. {
  276. color:#008000;
  277. }
  278. span.string
  279. {
  280. color:#800000;
  281. }
  282. span.codeword
  283. {
  284. color:#000000;
  285. font-family:"Courier New";
  286. }