Guest User

Untitled

a guest
Jun 19th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.29 KB | None | 0 0
  1. body {
  2. background-color: black;
  3. color: white;
  4. font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  5. font-size: 10pt;
  6. line-height: 1em;
  7. margin: 0;
  8. padding: 0;
  9. text-align: center;
  10. }
  11. a {
  12. color: white;
  13. text-decoration: none;
  14. }
  15. a:hover {
  16. text-decoration: underline;
  17. }
  18. #header {
  19. background: url("/Netwars/images/joined.jpg") no-repeat scroll right top #000000;
  20. height: 199px;
  21. width: 100%;
  22. }
  23. #content {
  24. margin-left: auto;
  25. margin-right: auto;
  26. min-width: 800px;
  27. }
  28. #contentwrapper {
  29. float: left;
  30. margin-right: auto;
  31. max-width: 1000px;
  32. min-width: 800px;
  33. }
  34. #contentcolumn {
  35. margin-right: 300px;
  36. }
  37. #menu {
  38. background-image: url("/Netwars/images/tlo.menu.jpg");
  39. background-position: 22px 0;
  40. background-repeat: repeat-y;
  41. float: left;
  42. font-size: 12pt;
  43. line-height: 18px;
  44. margin-left: -228px;
  45. width: 228px;
  46. }
  47. #footer {
  48. clear: left;
  49. }
  50. .wrapper {
  51. padding: 0 2% 2%;
  52. width: 96%;
  53. }
  54. .menu_wrapper {
  55. font-size: 9pt;
  56. padding-left: 20px;
  57. padding-top: 0;
  58. width: 96%;
  59. }
  60. #page {
  61. margin-left: auto;
  62. margin-right: auto;
  63. margin-top: 10px;
  64. max-width: 1000px;
  65. text-align: left;
  66. width: 96%;
  67. }
  68. .topic_list {
  69. padding-top: 15px;
  70. width: 700px;
  71. }
  72. .dark {
  73. background-color: #612D00;
  74. }
  75. .light {
  76. background-color: #934E2D;
  77. }
  78. .topic a {
  79. color: #FFA500;
  80. font-size: 11pt;
  81. }
  82. .pined a {
  83. color: red;
  84. font-size: 11pt;
  85. }
  86. th {
  87. background-color: #422100;
  88. padding: 10px;
  89. }
  90. td {
  91. padding: 4px;
  92. }
  93. .autor {
  94. font-weight: bold;
  95. text-align: center;
  96. }
  97. .posts {
  98. text-align: center;
  99. }
  100. .last {
  101. font-size: small;
  102. text-align: right;
  103. }
  104. .last a {
  105. color: silver;
  106. }
  107. .post {
  108. font-size: 13px;
  109. line-height: 18px;
  110. margin-top: 10px;
  111. }
  112. .posthead {
  113. background-color: #422100;
  114. clear: both;
  115. font-weight: bold;
  116. width: 100%;
  117. }
  118. .posthead_left {
  119. clear: both;
  120. display: block;
  121. float: left;
  122. position: relative;
  123. text-align: left;
  124. width: 180px;
  125. }
  126. .posthead_right {
  127. display: block;
  128. margin-left: 200px;
  129. }
  130. .post_body {
  131. background-color: #612D00;
  132. clear: both;
  133. padding: 5px;
  134. }
  135. .p2_nick {
  136. display: block;
  137. margin-right: 200px;
  138. padding: 5px;
  139. text-align: left;
  140. }
  141. .p2_data {
  142. clear: both;
  143. display: block;
  144. float: right;
  145. padding: 5px;
  146. position: relative;
  147. text-align: right;
  148. width: 180px;
  149. }
  150. .cite {
  151. background: none repeat scroll 0 0 #753D00;
  152. border: 1px solid black;
  153. font-weight: bold;
  154. margin: 3px;
  155. padding: 2px;
  156. }
  157. .cite_link {
  158. color: #A56D00;
  159. }
  160. .cite_field {
  161. display: none;
  162. font-weight: normal;
  163. }
  164. .forum_navi {
  165. font-size: 9pt;
  166. font-weight: bold;
  167. line-height: 25px;
  168. padding-left: 10px;
  169. padding-top: 10px;
  170. }
  171. form {
  172. color: White;
  173. display: inline;
  174. font-family: Arial,Helvetica,sans-serif;
  175. font-size: 9pt;
  176. font-weight: bold;
  177. line-height: 25px;
  178. }
  179. input {
  180. background: none repeat scroll 0 0 #612D00;
  181. border-color: #FFC18A;
  182. border-style: solid;
  183. border-width: 1px;
  184. color: White;
  185. font-family: Arial;
  186. }
  187. TEXTAREA {
  188. background: none repeat scroll 0 0 #612D00;
  189. border: 1px solid #FFC18A;
  190. color: White;
  191. font-family: Arial CE;
  192. width: 100%;
  193. }
  194. .ignored {
  195. color: red;
  196. }
  197. .post_body a {
  198. color: orange;
  199. font-weight: bold;
  200. }
  201. .error {
  202. color: red;
  203. }
  204. .label {
  205. margin-top: 0;
  206. }
  207.  
  208.  
  209.  
  210.  
  211. /*
  212. ** NW 1.0
  213. */
  214.  
  215. body {
  216. margin: 0 auto;
  217. width: 860px;
  218. }
  219.  
  220. form {
  221. font-family: inherit;
  222. font-size: inherit;
  223. }
  224.  
  225. textarea {
  226. font-family: inherit;
  227. font-size: inherit;
  228. height: 200px;
  229. }
  230.  
  231. input {
  232. font-family: inherit;
  233. font-size: inherit;
  234. }
  235.  
  236. #contentcolumn {
  237. margin-right: 250px;
  238. }
  239.  
  240. .login_box {
  241. padding: 8px;
  242. }
  243.  
  244. .forum_navi {
  245. padding: 8px;
  246. display: block;
  247. }
  248.  
  249. .topic_list {
  250. width: auto;
  251. }
  252.  
  253. .post {
  254. margin: 0 0 16px;
  255. font-size: inherit;
  256. }
  257.  
  258. .posthead {
  259. font-weight: 400;
  260. padding: 7px 8px 8px;
  261. border-bottom: 1px solid rgb(0, 0, 0);
  262. width: auto;
  263. }
  264.  
  265. .p2_nick {
  266. font-weight: 700;
  267. padding: 0;
  268. }
  269.  
  270. .p2_data {
  271. padding: 0;
  272. }
  273.  
  274. .post_body {
  275. padding: 8px;
  276. }
  277.  
  278. .post_body a {
  279. font-weight: 400;
  280. }
  281.  
  282. .cite .post {
  283. margin: 0;
  284. }
  285.  
  286. .lastvisit_info {
  287. font-weight: 700;
  288. margin: 32px 0;
  289. text-align: center;
  290. }
  291.  
  292. table * {
  293. font-size: 13px !important;
  294. }
Add Comment
Please, Sign In to add comment