equal
deleted
inserted
replaced
|
1 /* Feed item date */ |
|
2 .FeedItemDate { |
|
3 font-style: italic; |
|
4 } |
|
5 |
|
6 /* Feed item text */ |
|
7 .FeedItemDescription { |
|
8 padding: 4px 0px; |
|
9 } |
|
10 |
|
11 /* Feed item links */ |
|
12 .FeedItemLink { |
|
13 font-weight: bold; |
|
14 } |
|
15 |
|
16 /* Anchor tags in the context of a feed item link */ |
|
17 .FeedItemLink a { |
|
18 text-decoration: underline; |
|
19 font-weight: bold; |
|
20 color: rgb(0,0,0); |
|
21 } |
|
22 |
|
23 /* Focused anchor tags */ |
|
24 .FeedItemLink a:focus { |
|
25 background: rgb(253,200,47); |
|
26 color: rgb(0,0,0); |
|
27 } |
|
28 |
|
29 |
|
30 /* Flatten the main page table layout */ |
|
31 table.layout, |
|
32 table.layout tbody, |
|
33 table.layout tr, |
|
34 table.layout th, |
|
35 table.layout td, |
|
36 table.gallery, |
|
37 table.gallery tbody, |
|
38 table.gallery tr, |
|
39 table.gallery th, |
|
40 table.gallery td, |
|
41 #mp-topbanner, |
|
42 #mp-topbanner tbody, |
|
43 #mp-topbanner tr, |
|
44 #mp-topbanner th, |
|
45 #mp-topbanner td, |
|
46 #mp-upper, |
|
47 #mp-upper tbody, |
|
48 #mp-upper tr, |
|
49 #mp-upper th, |
|
50 #mp-upper td, |
|
51 #mp-tfp, |
|
52 #mp-tfp tbody, |
|
53 #mp-tfp tr, |
|
54 #mp-tfp th, |
|
55 #mp-tfp td { |
|
56 display: block ; |
|
57 width: 92% ; |
|
58 } |
|
59 |
|
60 |
|
61 table.wikitable { |
|
62 width: 92%; |
|
63 } |
|
64 table.wikitable, |
|
65 table.wikitable tbody, |
|
66 table.wikitable tr, |
|
67 table.wikitable th, |
|
68 table.wikitable td { |
|
69 border-bottom:1px solid #AAAAAA; |
|
70 border-collapse:collapse; |
|
71 border-spacing:1px; |
|
72 border-top:1px solid #AAAAAA; |
|
73 clear:both; |
|
74 font-size:90%; |
|
75 margin-bottom:2px; |
|
76 } |
|
77 |
|
78 table.wikitable th { |
|
79 font-weight: bold; |
|
80 } |
|
81 |
|
82 .codebox { |
|
83 font: normal 12px Arial, sans-serif; |
|
84 border-width: 1px 1px 1px 1px; |
|
85 padding: 1px 1px 1px 1px; |
|
86 border-style: inset inset inset inset; |
|
87 border-color: gray gray gray gray; |
|
88 } |
|
89 |
|
90 table.infobox { |
|
91 display: block ; |
|
92 width: 95%; |
|
93 clear:both; |
|
94 } |
|
95 |
|
96 .templatequote { |
|
97 font-style: italic; |
|
98 font-size: 90%; |
|
99 } |
|
100 |
|
101 .internal { |
|
102 display: none; |
|
103 } |
|
104 |
|
105 |
|
106 #minidiv { |
|
107 margin:0px 0px; |
|
108 padding: 0px 0px; |
|
109 overflow:hidden; |
|
110 background: url("WRTKit/Resources/title.png") no-repeat left top; |
|
111 } |
|
112 |
|
113 .box{ |
|
114 display: block; |
|
115 clear: both; |
|
116 width: 92%; |
|
117 } |
|
118 |
|
119 .vertical-navbox{ |
|
120 display: block; |
|
121 clear: both; |
|
122 width: 92%; |
|
123 } |
|
124 |
|
125 |
|
126 #wrtnavimg { |
|
127 width: auto; |
|
128 } |