#1

Pocket css

in Speicherplatz
14.11.2023 23:11
von Zephyr Nicolas King | 24.067 Beiträge

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
 
.tranzparenz {
background:rgba(255,255,255,0);
}

 
/***** LAST MESSAGE *****/

.lastmessage {
text-align: center;
text-decoration: none;
font-family: montserrat;
font-size: 11px;
font-weight: light;
letter-spacing: 1px;
font-style: italic;
color: #c5a69ea6;
}

.lastmessage:hover {
text-shadow: 0px 0px 1px #c5a69ea6;
transition: all 0.5s ease 0s;
color: #c5a69ea6;
}

.lastmuser {
text-align: center;
font-family: montserrat;
font-size: 10px;
color: #c5a69ea6;
}

.lastmuser:hover {
text-shadow: 0px 0px 0.5px #c5a69ea6;
transition: all 0.5s ease 0s;
color: #c5a69ea6;
}

.messagecont div {
position: relative;
}

.messagetext {
margin-right: 425px;
margin-left: 2px;
margin-top: 15px;
margin-bottom: 20px;
}

/**************************************

.bottomtitelschrift {
font-family: 'montserrat', serif;
font-size: 14px;
font-weight: 500;
color: #c5a69ea6;
margin: 3px;
text-decoration: none !important;
display:inline;
}

.titelschrift:hover {
transition: all 1.2s;
text-decoration: none;
letter-spacing: 0px;
}

/************************************** HEADBEREICH ***/
#header { width:1185px;background:#f0f0ef;color:#000;border:none;}
.htitel { font-size:15px;text-transform:uppercase;text-align:justify;color:#000;}
.hzelle { padding-bottom:2px;padding-top:2px; text-align: justify;}
.htext { height:110px;margin-top:-4px;padding-left:4px;padding-right:4px;font-size:10px;
text-align:justify;overflow:auto;}
.alink1 a { text-decoration:none;text-transform:uppercase;transition-duration:0.5s;
transition-property:all;transition-timing-function:ease;-moz-transition-duration:0.5s;
-o-transition-duration:0.5s;-webkit-transition-duration:0.5s;}
.alink1 a:hover { opacity:0.6;}
.htext::-webkit-scrollbar { width:3px;}
.headerlinkkasten { text-align:center;background-color:#f3f3f1;
padding:5px 10px 5px 10px;text-shadow:1px 1px 1px #fff;color:#000;
text-transform:uppercase;font-size:9.5px;font-weight:bold;letter-spacing:0.5px;}

 
.nav_n a { background-color:#ffffffb0;margin:-20px 7px 0px -5px;list-style-type:none;
padding:11px 25px;font-weight:700;display:inline;
border-radius:5px 5px 5px 5px;opacity:0.7;text-align:center;color:white;
font-family:montserrat;font-size:12px;text-shadow:1px 1px 1px #fff;
letter-spacing:1px;text-transform:uppercase;}
.nav_n { margin:auto;width:98%;}
strong { font-weight:700;}
.tranzparenz { background:rgba(255,255,255,0);}

 
/************************************** BEITRÄGE & PROFIL***/

.spoilerclear { clear:both;display:block !important;}
.clear { visibility:hidden;display:block;height:0;clear:both;}

.column { -webkit-column-count: 2; column-count:2;}

.ratingbutton { font-size: 11px; font-weight: 700; color: #242323; background-color: #ffffff70;
border-radius:12%;background-color:#ffffff70; border: 2px solid #ffffff70; padding:5px;
cursor: pointer;}

.tab-links1 { border: 1px solid #d1d1d1; height: 30px; width: 60px; background-color: #eeedec;
color: #898989; font-size: 11px; }

 
/************************************** BODYFRONT ***/
.überschrift { background-color:#d1cfcf;padding:2px 8px 2px 8px;font-size:10px;font-weight:bold;
text-shadow:1px 1px 0px #e1e0e0;color:#645451;text-transform:uppercase;margin-left:500px;}

.xFeedContainer h2:first-child { visibility:hidden;line-height:0px;}
.xFeedContainer h2:after { visibility:visible;content:url();background-repeat:no-repeat;}

html { --scrollbarBG: #f4f4f4;--thumbBG: #cebab3;} ::-webkit-scrollbar{ width:6px;height:6px;} body{ scrollbar-width:thin;scrollbar-color:var(--thumbBG) var(--scrollbarBG);} ::-webkit-scrollbar-track{ background:var(--scrollbarBG);}
::-webkit-scrollbar-thumb{ background-color:var(--thumbBG) ;border-radius:6px;border:2px solid var(--scrollbarBG);}

::selection { background:#c4b5b1;color:#000;}

a:link,a:visited,a:active { color:#44403d;font-weight:bold;line-height:15px;text-shadow:1px 1px 1px #fff;}

:root { --main-bg-color:#0d090a;--sec-bg-color:#361f27;--font1:#d9c4c1;--font2:#e8d3d6;
--bars1:#521945;--bars2:#912f56;}

.hpm_spoiler,.hpm_spoiler_headinput { width:450px !important;outline:none;}

.lastactions li { border-bottom:0px !important;min-height:10px !important;}

.forumtable { border-collapse:separate;border-spacing:3px;width:1170px;
height:130px !important;margin-left:7px;margin-top:-12px;padding:3px;}
.forumtable .firsttd { border-collapse:none;padding:0;height:139px;margin-right:-10px;}
hr { display:none;}

.bereichtitel { width:260px;height:100px;text-align:center;padding:18px 0;
letter-spacing:2px;border-radius:10px 10px 0 0;font-size:10px;
font-weight:500;text-transform:uppercase;color:#000 !important;}

.upperforum { font-family:'montserrat',serif;font-size:25px;font-weight:700;
color: #c5a69ea6;padding-left:-100px;margin-right:240px;margin-top:8px;
margin-bottom:-13px;border-bottom:8px solid #f3f3f1;letter-spacing:-2px;
text-transform:lowercase;text-decoration:none !important;text-align:right;}

.beschreibungstext { height:45px;width:270px;display:hidden;float:left;font-size:6.5px;
font-weight:600;letter-spacing:0px;margin-left:5px;margin-top:15px;
line-height:12px;color: #a0a0a0bf;text-transform:uppercase;
border-bottom:10px solid #efeeec;overflow:auto;}

span.tinybox:hover { color:#b58c81;border:1px solid #efeeec;transition:all 1.2s;}

span.tinybox { width:90%;color:#b58c81;background-color:#efeeec;font-size:10px;
text-transform:uppercase;padding:3px 3px 3px 3px;line-height:15px;
margin-bottom:-10px;border:2px solid #efeeec;text-align:center;display:block;}

a:link,a:visited { text-decoration:none;}

.button_reply { width:150px;margin-top:-15px;font-size:11px;color:#000;
text-transform:uppercase;letter-spacing:0px;font-weight:500;}
.button_edit { width:150px;margin-right:60px;margin-top:-15px;font-size:11px;color:#000;
text-transform:uppercase;letter-spacing:0px;font-weight:500;}

.bottomtitelschrift { font-family:'montserrat',serif;font-size:11px;font-weight:600;
color:#000;margig:3px;text-decoration:none !important;display:inline;}

 
.subforum,.subforum a { text-align:center;font-size:7.5px;background-color:#f3f3f2;
color:#000;font-family:'montserrat',cursive;}

span.subforum { width:70%;padding:3px 3px 3px 3px;line-height: 15px;
margin-bottom: -10px;border: 1px solid #;color: #000000b5;
text-align:center; display:block;margin-left:290px;background-color:#f3f3f2;
text-decoration:none;text-transform:uppercase;transition-duration:0.5s;
transition-property:all;transition-timing-function:ease;
-moz-transition-duration:0.5s;-o-transition- duration:0.5s;
-webkit-transition-duration:0.5s;}

 
span.subforum:hover { color:#c5a69e;border:1px solid #0;transition:all 1.2s;}
span.subforum1 { color:#c5a69e;font-size:8px;text-transform:uppercase;width:50%;
padding:2px 2px 2px 2px ;padding-left:10px;margin-bottom:-3px;}

/***TOOLS***/
{ height:125px;width:245px; width: 250px; margin: auto; padding: 10px; box-sizing: border-box; background: linear-gradient(0deg, #d3cac7, #d3cac7); -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; }

.newsbox_l { height:195px;width:325px;padding:10px;margin:auto;
box-sizing:border-box;background:#c5a69e29;-moz-border-radius:10px;
-webkit-border-radius:5px;border-radius:5px;}
.newsdatum_l { box-sizing:border-box;padding:5px;margin:auto;background:#6d554f73;font-family:Oswald;
font-size:14px;color:#000;text-transform:uppercase;font-style:italic;
text-align:center;}
.newsinhalt_l { height:125px;padding:10px;margin:auto;box-sizing:border-box;background:#ffffff52;
font-family:Calibri;font-size:12px;color:#141414;text-align:justify;
line-height:1.0;overflow:auto;}

#brooklyn-sms-01 { margin:0 auto;width:250px;text-align:justify;font-family:'Cousine';
font-size:11px;color:#262626;line-height:165%;}
#brooklyn-sms-01 .bubble-white,#brooklyn-sms-01 .bubble-green { border-radius:0.5em;padding:15px;box-sizing:border-box;}
#brooklyn-sms-01 .bubble-white b,#brooklyn-sms-01 .bubble-green b,#brooklyn-sms-01 .bubble-white b2,#brooklyn-sms-01
.bubble-green b2 { font-weight:700;letter-spacing:1px;font-size:9px;color:#839496;}
#brooklyn-sms-01 .bubble-white b:before,#brooklyn-sms-01 .bubble-green b:before { content:"\2713";display:inline;
font-size:12px;margin-
right:3px;color:#4cd964;}
#brooklyn-sms-01 .bubble-white b2:before,#brooklyn-sms-01 .bubble-green b2:before {content:"\2713";display:inline;
font-size:12px;
margin-right:3px;color:#bdc3c7;}
#brooklyn-sms-01 .bubble-white { background:#ffffff;}
#brooklyn-sms-01 .bubble-green { background:#edecd1;}

.bubble1 { width:300px;margin-top:20px;margin-left:0px;background:#b79b94;
box-shadow:rgba(0,0,0,0.15) 1.95px 1.95px 2.6px;border-radius:4px;
border:0px solid transparent;padding:15px;text-align:justify;
font-size:12px;color:#000;position:relative;}
.bubble-arrow1:before { content:"";width:15px;height:30px;position:absolute;
border:0 solid transparent;border-top:9px solid #b79b94;
border-radius:0 20px 0;transform:rotate(37deg)
scaleY(-1);bottom:10px;right:-18px;}
.bubble2 { width:300px;margin-top:20px;margin-left:0px;background:#ffffff;
box-shadow:rgba(0,0,0,0.15) 1.95px 1.95px 2.6px;border-radius:4px;
border:0px solid transparent;padding:15px;text-align:justify;
font-size:12px;color:#000;position:relative;}
.bubble-arrow2:before { content:"";width:15px;height:30px;position:absolute;
border:0 solid transparent;border-top:9px solid #ffffff;
border-radius:0 20px 0;transform:rotate(145deg);bottom:10px;left:-18px;}

/************************************** ICONBAR HACK ***/
.xob_subiconlist { line-height: 32px; display: none; position: absolute; top: 15px; left: -240px;
width: 250px; max-height: 200px; overflow-y: scroll; background-color: #f0f0ef;
border: 1px solid black; z-index: 10; padding: 1px; text-align: center; }

/************************************** POSTVORLAGEN ***/
#postcode1 { width: 350px; margin: auto; background: #f5f5f5; padding: 5px; } #postcode1 > img.gif { max-width: 245px; border: 1px solid #c5a69e; margin: 20px auto; display: block; } #postcode1 > p.text { width: 245px; text-align: justify; color: #202020; font-family: 'Raleway', sans-serif; display: block; margin: auto; margin-bottom: 20px; font-size: 11px; line-height: 1.8em; letter-spacing: 1px; } #postcode1 > div.line { margin: auto; margin-bottom: 20px; width: 245px; height: 1px; background: #c5a69e; } /*

*/ #postcode2 { width: 350px; margin: auto; background: #f5f5f5; padding: 5px; } #postcode2 > div.lyrics { box-sizing: border-box; width: 245px; margin: 20px auto; padding: 15px; background: #f0f0f0; font-family: 'Oswald', sans-serif; text-align: justify; font-size: 14px; text-transform: uppercase; color: #c5a69e; line-height: 1.1em; } #postcode2 > p.text { width: 245px; text-align: justify; color: #202020; font-family: 'Raleway', sans-serif; display: block; margin: auto; margin-bottom: 20px; font-size: 11px; line-height: 1.8em; letter-spacing: 1px; } #postcode2 > div.line { margin: auto; margin-bottom: 20px; width: 245px; height: 1px; background: #c5a69e; } #postcode2 > div.lyrics::first-line { font-size: 18px; line-height: 1.2em; } /*

*/ #postcode3 { width: 550px; margin: auto; background: #f5f5f5; padding: 5px; } #postcode3 img.gif { max-width: 220px; border: 1px solid #c5a69e; margin: 20px auto; display: block; } #postcode3 div.lyrics { box-sizing: border-box; width: 240px; margin: 20px auto; padding: 15px; background: #f0f0f0; font-family: 'Oswald', sans-serif; text-align: justify; font-size: 14px; text-transform: uppercase; color: #707070; line-height: 1.1em; color: #c5a69e;} #postcode3 > p.text { width: 500px; text-align: justify; color: #202020; font-family: 'Raleway', sans-serif; display: block; margin: auto; margin-bottom: 20px; font-size: 11px; line-height: 1.8em; letter-spacing: 1px; } #postcode3 > div.line { margin: auto; margin-bottom: 20px; width: 500px; height: 1px; background: #c5a69e; } #postcode3 div.lyrics::first-line { font-size: 18px; line-height: 1.2em; } /*

*/ #postcode4 { width: 550px; margin: auto; background: #f5f5f5; padding: 5px; } #postcode4 img.gif { max-width: 220px; border: 1px solid #c5a69e; margin: 20px auto; display: block; } #postcode4 div.lyrics { color: #c5a69e; box-sizing: border-box; width: 500px; margin: 20px auto; padding: 15px; background: #f0f0f0; font-family: 'Oswald', sans-serif; text-align: center; font-size: 14px; text-transform: uppercase; line-height: 1.1em; } #postcode4 > p.text { width: 500px; text-align: justify; color: #202020; font-family: 'Raleway', sans-serif; display: block; margin: auto; margin-bottom: 20px; font-size: 11px; line-height: 1.8em; letter-spacing: 1px; } #postcode4 > div.line { margin: auto; margin-bottom: 20px; width: 500px; height: 1px; background: #c5a69e; } #postcode4 div.lyrics::first-line { font-size: 18px; line-height: 1.2em; } /*

*/ #postcode5 { width: 550px; margin: auto; background: #f5f5f5; padding: 5px; } #postcode5 img.gif { float: left; margin: 20px; margin-bottom: 5px; max-width: 180px; border: 1px solid #c5a69e; display: block; } #postcode5 div.lyrics { box-sizing: border-box; width: 240px; margin: 20px auto; padding: 15px; background: #f0f0f0; font-family: 'Oswald', sans-serif; text-align: justify; font-size: 14px; text-transform: uppercase; color: #707070; line-height: 1.1em; } #postcode5 > p.text { width: 500px; text-align: justify; color: #202020; font-family: 'Raleway', sans-serif; display: block; margin: 20px auto; font-size: 11px; line-height: 1.8em; letter-spacing: 1px; } #postcode5 > div.line { margin: auto; margin-bottom: 20px; width: 500px; height: 1px; background: #c5a69e; }

 

 


nach oben springen


0 Citizen
und
2 Ghost's
sind Online




206
       
65274



Besucherzähler

Heute waren 8 Ghost's, gestern 20 Ghost's online


Heute waren 0 Citizen Online:

Xobor Forum Software von Xobor
Einfach ein eigenes Forum erstellen