Update
[less_retarded_wiki.git] / style_gold.css
blob0385f08508aef4220eda73693075c006f05f4ff0
1 body
3 color: #201511;
4 background-image: linear-gradient(104deg, rgb(232, 198, 169) 0%, rgb(240, 237, 201) 23%, rgb(227, 208, 163) 50%, rgb(248, 255, 221) 77%, rgb(225, 186, 135) 100%);
5 text-align: justify;
6 text-shadow: -1px -1px 0 #fff, 1px 1px 0 #46433121;
7 padding: 30px;
10 i, em
12 color: #20777b;
15 p:first-letter
17 margin-left: 20px;
20 i:hover, em:hover
22 background-color: #ddd;
25 h1:first-of-type:after
27 content: ": PREMIUM $ ";
30 .nav
32 display: block;
33 margin: 30px 30px 0;
36 .nav:before
38 content: "[>>> ";
39 color: brown;
42 .nav:after
44 content: " <<<]";
45 color: brown;
48 h1:before, h2:before, h3:before, h1:after, h2:after, h3:after
50 content: " $ ";
55 margin: 20px;
58 b, strong
60 color: #772828;
61 text-decoration: underline;
64 code, pre
66 color: #572b27;
67 font-family: monospace;
68 text-shadow: -1px 1px 0 #ffffff75;
69 font-weight: bold;
72 pre
74 border-radius: 10px;
75 border-right: 4px solid #c4a8a8;
76 border-left: 4px solid #e3dcb5;
77 padding: 15px 0 15px 20px;
78 border-top: 2px solid rgb(230, 212, 169);
79 border-bottom: 2px solid rgb(179, 143, 98);
80 background-image: linear-gradient(90deg, rgb(162, 124, 76) 0%, rgb(217, 190, 155) 2%, rgb(255, 243, 214) 49%, rgb(187, 167, 133) 98%, rgb(247, 213, 157) 100%);
83 h1, h2, h3
85 border-top: 1px solid #f0e7c2;
86 text-shadow: -1px -1px 0 #fff, 1px 1px 0 #370b0b;
87 color: #dfc485;
88 margin: 50px 0px 20px;
89 border-bottom: 4px solid #665d44;
90 border-radius: 10px;
91 padding: 20px;
92 text-align: center;
93 background-image: linear-gradient(180deg, rgb(236, 220, 136) 0%, rgb(183, 149, 120) 36%, rgb(244, 220, 165) 69%, rgb(183, 138, 80) 100%)
96 h1:hover, h2:hover, h3:hover
98 background-image: linear-gradient(119deg, rgb(236, 220, 136) 0%,
99 rgb(183, 149, 120) 36%, rgb(244, 220, 165) 69%, rgb(183, 138, 80) 100%);
101 color: #ba7;
102 /* text-shadow: 1px 1px 0 #fff, -1px -1px 0 #370b0b; */
105 table
107 text-shadow: none;
108 background-image: linear-gradient(304deg, rgba(238, 208, 118, 0.5) 0%, rgba(234, 212, 189, 0.5) 100%);
109 border-spacing: 0;
110 border: 3px solid #601f1f;
111 border-radius: 10px;
112 margin: 40px 30px;
117 border: 1px solid #c84545;
118 padding: 3px;
123 padding: 3px;
124 color: #ece9d7;
125 text-align: left;
126 background-color: #4f463b;
131 border-bottom: 2px dotted black;
132 color: #2c9310;
133 text-decoration: none;
136 a:hover
138 color: blue;
139 text-shadow: none;
142 .dead
144 color: #ff2121;
149 margin: 30px 20px;
150 border-top: 1px dotted brown;
151 border-bottom: 1px solid white;