51ff3226 |
1 | body { |
2 | color : #008000; |
3 | font-size: 8pt; |
4 | font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica; |
5 | text-decoration: none; |
6 | background-color: #000; |
7 | } |
8 | #body { |
9 | width: 850px; |
10 | margin-right: 93px; |
11 | } |
12 | inframe { |
13 | width: 90%; |
14 | height: 230px; |
15 | } |
16 | /* ----- NODE CONTENT ----- */ |
17 | #topic { |
18 | width: 662px; |
19 | padding: 2px; |
20 | display: table; |
21 | wordwrap: break-word; |
22 | } |
23 | img { |
24 | padding: 2px; |
25 | border: 1px solid #008000; |
26 | margin: 2px; |
27 | background: #000; |
28 | max-width: 800px; |
29 | } |
30 | img:hover { |
31 | background: #111; |
32 | padding: 2px; |
33 | border: 1px dashed #008000; |
34 | margin: 2px; |
35 | } |
36 | a { |
37 | color: #FFF; |
38 | font-size: 8pt; |
39 | font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica; |
40 | text-decoration: none; |
41 | } |
42 | a:hover { |
43 | color: #F00; |
44 | font-size: 8pt; |
45 | font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica; |
46 | text-decoration: none; |
47 | } |
48 | a.mail { |
49 | color: #FFF; |
50 | font-size: 8pt; |
51 | font-weight: bold; |
52 | text-align: center; |
53 | font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica; |
54 | text-decoration: none; |
55 | } |
56 | a.mail:hover { |
57 | color: #9A6; |
58 | border-bottom: 1px solid #9A6; |
59 | font-size: 8pt; |
60 | font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica; |
61 | text-decoration: none; |
62 | font-weight: bold; |
63 | text-align: center; |
64 | } |
65 | td { |
66 | font-size: 8pt; |
67 | font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica; |
68 | wordwrap: break-word; |
69 | } |
70 | .bordered { |
71 | border: 1px dashed #008000; |
72 | background-color: #000; |
73 | wordwrap: break-word; |
74 | } |
75 | .bordered2 { |
76 | border-right: 1px dashed #008000; |
77 | border-bottom: 1px dashed #008000; |
78 | border-left: 1px dashed #008000; |
79 | } |
80 | .header { |
81 | background-color: #222; |
82 | border-bottom: solid 1px #008000; |
83 | height: 100%; |
84 | width: 100%; |
85 | vertical-align: top; |
86 | align: left; |
87 | padding: 0pt; |
88 | width: 100%; |
89 | } |
90 | .important { |
91 | font-weight: bold; |
92 | text-align: center; |
93 | } |
94 | .most_important { |
95 | font-weight: bold; |
96 | color: #F00; |
97 | } |
98 | |
99 | /* ----- USERLISTY ----- */ |
100 | .active_users { display: none;} |
101 | .active_user_img { display: none;} |
102 | .active_user_name { display: none;} |
103 | .acitive_friends { display: none;} |
104 | |
105 | /* ----- FORM ----- */ |
106 | textarea { |
107 | width : 666px; |
108 | height: 123px; |
109 | background-color: transparent; |
110 | border: 1px dashed #008000; |
111 | color: #999; |
112 | font-size: 8pt; |
113 | font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica; |
114 | } |
115 | /* ----- MENU ----- */ |
116 | #main_menu { |
117 | width: 85px; |
118 | text-align: center; |
119 | } |
120 | .menu_off { |
121 | display: block; |
122 | } |
123 | .menu_on { |
124 | display: block; |
125 | } |
126 | #onik { display: none;} |
127 | #offik { display: none;} |