<b>REGISTER</b>

GFX-Sector - HTML, CSS


 
GFX-Sector » Coding Area » Webentwicklung » HTML, CSS » Rand färben... » Hello Guest [Login|Register]
Last Post | First Unread Post Print Page | Recommend to a Friend | Add Thread to Favorites

HTML, CSS

Einfache Scriptsprachen und deren Layout mit HTML und CSS
Pages (2): « previous 1 [2] Post New Thread Post Reply

Rand färben...

     Deutsche Version  English version
Author
Post « Previous Thread | Next Thread »

Mero Mero is a male
The Dreadworks Project

Spender


Avatar von Mero

Registration Date: 12.11.2006
Posts: 3,294
Location: Weserbergland
Program: Photoshop, Illustrator, Notepad++
Deviantart: dreadworks

Spacer
Rand färben...

Rand-faerben

      

ja


.
The Dreadworks Project

And in my darkest moment, fetal and weeping
The moon tells me a secret - my confidant
As full and bright as I am
This light is not my own and
A million light reflections pass over me

Rand färben... 10.06.2008 17:50 Mero is offline Homepage of Mero Search for Posts by Mero

Sultan Sultan is a male
Abwedler


Avatar von Sultan

Registration Date: 16.01.2008
Posts: 152
Location: Hessen

Thread Starter Thread Started by Sultan
Spacer
      

code:
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:
242:
243:
244:
245:
246:
247:
248:
249:
250:
251:
252:
253:
254:
255:
256:
257:
258:
259:
260:
261:
262:
263:
264:
265:
266:
267:
268:
269:
270:
271:
272:
273:
274:
275:
276:
277:
278:
279:
280:
281:
282:
283:
284:
285:
286:
287:
288:
289:
290:
291:
292:
293:
294:
295:
296:
297:
298:
299:
300:
301:
302:
303:
304:
305:
306:
307:
308:
309:
310:
311:
312:
313:
314:
315:
316:
317:
318:
319:
320:
321:
322:
323:
324:
325:
326:
327:
328:
329:
330:
331:
332:
333:
334:
335:
336:
body,p,td,li {
  font-family: Verdana, Arial, Helvetica;
  font-size: 12px;
  color: #cfcfcf;
}

a:link, a:visited, a:active   {
  color: #cfcfcf;
  text-decoration: underline;
}

#allgemein {
background-image: url(grafiken/allgemein.gif);
height: 39px;
width: 170px;
}

#spiel {
background-image: url(grafiken/spiel.gif);
height: 39px;
width: 170px;
}

#buero {
background-image: url(grafiken/buero.gif);
height: 39px;
width: 170px;
}

#login {
background-image: url(grafiken/login.gif);
height: 39px;
width: 170px;
}

#login2 {
background-image: url(grafiken/login2.gif);
height: 39px;
width: 170px;
}

#top_user {
background-image: url(grafiken/top_user.gif);
height: 39px;
width: 170px;
}

#torjaeger {
background-image: url(grafiken/torjaeger.gif);
height: 39px;
width: 170px;
}

#briefkasten {
background-image: url(grafiken/briefkasten.gif);
height: 39px;
width: 170px;
}

#umfrage {
background-image: url(grafiken/umfrage.gif);
height: 39px;
width: 170px;
}

#statistiken {
background-image: url(grafiken/statistiken.gif);
height: 39px;
width: 170px;
}

#user_online {
background-image: url(grafiken/user_online.gif);
height: 39px;
width: 170px;
}

#start {
background-image: url(grafiken/start.gif);
height: 25px;
width: 170px;
}

#news {
background-image: url(grafiken/news.gif);
height: 25px;
width: 170px;
}

#calendar {
background-image: url(grafiken/calendar.gif);
height: 25px;
width: 170px;
}

#faq {
background-image: url(grafiken/faq.gif);
height: 25px;
width: 170px;
}

#umfrage2 {
background-image: url(grafiken/umfrage2.gif);
height: 25px;
width: 170px;
}

#imprint {
background-image: url(grafiken/imprint.gif);
height: 25px;
width: 170px;
}

#members {
background-image: url(grafiken/members.gif);
height: 25px;
width: 170px;
}

#highscorelist {
background-image: url(grafiken/highscorelist.gif);
height: 25px;
width: 170px;
}

#saison {
background-image: url(grafiken/saison.gif);
height: 25px;
width: 170px;
}

#ergebnisse {
background-image: url(grafiken/ergebnisse.gif);
height: 25px;
width: 170px;
}

#tabelle {
background-image: url(grafiken/tabelle.gif);
height: 25px;
width: 170px;
}

#ligen {
background-image: url(grafiken/ligen.gif);
height: 25px;
width: 170px;
}

#vereine {
background-image: url(grafiken/vereine.gif);
height: 25px;
width: 170px;
}

#spieler {
background-image: url(grafiken/spieler.gif);
height: 25px;
width: 170px;
}

#torjaeger2 {
background-image: url(grafiken/torjaeger2.gif);
height: 25px;
width: 170px;
}

#userpage {
background-image: url(grafiken/userpage.gif);
height: 25px;
width: 170px;
}

#postfach {
background-image: url(grafiken/postfach.gif);
height: 25px;
width: 170px;
}

#aufstellung {
background-image: url(grafiken/aufstellung.gif);
height: 25px;
width: 170px;
}

#login3 {
background-image: url(grafiken/login3.gif);
height: 25px;
width: 170px;
}

#finanzen {
background-image: url(grafiken/finanzen.gif);
height: 25px;
width: 170px;
}

#logo {
background-image: url(grafiken/logo.jpg);
height: 200px;
width: 900px;
}

#vertraege {
background-image: url(grafiken/vertraege.gif);
height: 25px;
width: 170px;
}

#scouting {
background-image: url(grafiken/scouting.gif);
height: 25px;
width: 170px;
}

#stadion {
background-image: url(grafiken/stadion.gif);
height: 25px;
width: 170px;
}

#sponsor {
background-image: url(grafiken/sponsor.gif);
height: 25px;
width: 170px;
}

#forum {
background-image: url(grafiken/forum.gif);
height: 25px;
width: 170px;
}

#logout {
background-image: url(grafiken/logout.gif);
height: 25px;
width: 170px;
}

a:hover {
  color: #cfcfcf;
  text-decoration: underline;
}

.nav {
  font-size: 12px;
  font-weight: bold;
  color: #cfcfcf;
}

a.nav:link, a.nav:visited, a.nav:active   {
  color: #cfcfcf;
  text-decoration: none;
}

a.nav:hover {
  color: #cfcfcf;
  text-decoration: none;
  font-weight: normal;
}

.nav_head {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
}

.tab_head  {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
}

a.tab_head_link:link, a.tab_head_link:visited, a.tab_head_link:active   {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
}

a.tab_head_link:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

.textfeld {
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica;
  color: #000039;
  background-color: #EBEBEB;
  border:1px solid #00A2FF;
}

.button {
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica;
  font-weight: bold;
  color: #000039;
}


.titel {
  font-family: Verdana, Arial, Helvetica;
  font-size: 17px;
  font-weight: bold;
  color: #25afde;
}

.copyright {
  font-size: 11px;
  color: #cfcfcf;
  text-align: center;
}

.klein {
  font-size: 11px;
}

.rot {
  color: #FF0000;
}

.mannschaft_a {
  color: #8eb75f;
}
.mannschaft_b {
  color: #5fa7cf;
}

select, option, textarea {
  font-family: Verdana, Arial, Helvetica;
  font-size: 13;
  color: #000000;
  background-color: #F0F0F0;
}



Rand färben... 10.06.2008 19:14 Sultan is offline Homepage of Sultan Search for Posts by Sultan

Mero Mero is a male
The Dreadworks Project

Spender


Avatar von Mero

Registration Date: 12.11.2006
Posts: 3,294
Location: Weserbergland
Program: Photoshop, Illustrator, Notepad++
Deviantart: dreadworks

Spacer

Rand-faerben

      

du, ganz im ernst: ich finds nicht, tut mir leid



.
The Dreadworks Project

And in my darkest moment, fetal and weeping
The moon tells me a secret - my confidant
As full and bright as I am
This light is not my own and
A million light reflections pass over me

Rand färben... 10.06.2008 19:43 Mero is offline Homepage of Mero Search for Posts by Mero

XeYn XeYn is a male
Fingerwischer


Avatar von XeYn

Registration Date: 24.01.2008
Posts: 36
Program: CS3

Spacer
      

border-left: 1px solid #0099FF;

das wars dann is der border da auf der seite in dieser farbe

border = alles

border-top = oben

border-bottom = unten

border-right = rechts

border-left = links

----------------------------------------------------------

<table class="classname" WIDTH=100% cellspacing="0" cellpadding="0">



zu der css wo reingeladen wird in die tpl

.classname {
border: 3px solid #0099FF;
border-left: 1px solid #0099FF;
background: #deinhexcode;

}

joa


mfg

This post has been edited 1 time(s), it was last edited by XeYn: 23.06.2008 11:12.

Rand färben... 23.06.2008 11:05 XeYn is offline Search for Posts by XeYn

Mero Mero is a male
The Dreadworks Project

Spender


Avatar von Mero

Registration Date: 12.11.2006
Posts: 3,294
Location: Weserbergland
Program: Photoshop, Illustrator, Notepad++
Deviantart: dreadworks

Spacer
      

quote:
Original von XeYn
border = alles

border-top = oben

border-bottom = unten

border-right = rechts

border-left = links


oder:

border: 1px 2px 3px 4px;

___

da ist der oben 1px, rechts 2px, unten 3px und links 4px breit...



.
The Dreadworks Project

And in my darkest moment, fetal and weeping
The moon tells me a secret - my confidant
As full and bright as I am
This light is not my own and
A million light reflections pass over me

Rand färben... 23.06.2008 13:07 Mero is offline Homepage of Mero Search for Posts by Mero

XeYn XeYn is a male
Fingerwischer


Avatar von XeYn

Registration Date: 24.01.2008
Posts: 36
Program: CS3

Spacer
      

quote:
Original von Mero
quote:
Original von XeYn
border = alles

border-top = oben

border-bottom = unten

border-right = rechts

border-left = links


oder:

border: 1px 2px 3px 4px;

___

da ist der oben 1px, rechts 2px, unten 3px und links 4px breit...


ja aber er will ja nur den rechten border in ner anderen farbe so wie ich da sehe !

http://www.gfx-sector.de/attachment.php?...400&thumbnail=1

Rand färben... 23.06.2008 13:12 XeYn is offline Search for Posts by XeYn

Sultan Sultan is a male
Abwedler


Avatar von Sultan

Registration Date: 16.01.2008
Posts: 152
Location: Hessen

Thread Starter Thread Started by Sultan
Spacer
      

So Mero:: Dein Code hat geklappt fröhlich

erledigt



This post has been edited 1 time(s), it was last edited by Sultan: 09.07.2008 03:38.

Rand färben... 07.07.2008 21:59 Sultan is offline Homepage of Sultan Search for Posts by Sultan
 
Spacer
   
GFX-Sector
unregistered


 hat kein Avatar


Spacer

Have you enjoyed this topic?


If you were enjoying this post and if you keen on reading more interesting stuff then do not hesitate to complete the free sign up.

After the free registration you will gain access to all areas and you will be able to communicate with other artists from all over the world.

In addition you will benefit from our Photoshop and coding section as well as from our huge (hundreds of gigabytes) free resource section where you can find everything you will need to be a successful (web) designer/artist.

Sign up now and enjoy the advantages as a registered member.

(This website will be ad-free after a complete free sign up.)

New Post 07.07.2008 21:59  
Pages (2): « previous 1 [2] Tree Structure | Board Structure
Post New Thread Post Reply
GFX-Sector » Coding Area » Webentwicklung » HTML, CSS » Rand färben...

Similar topics to Rand färben...
Thread
strand fleeeeerr (Forum: Artworks)
Brand New World (Forum: Signaturen/Avatare)
Carnelian - ULTRA GEILER RAND!!! (Forum: Signaturen/Avatare)
[C.C] Random (Forum: Signaturen/Avatare)
Bilder nicht ganz am Rand (Forum: HTML, CSS)