Demo

Probiere ClanSphere aus und teste daran herum. Demo


Antworten: 4
Seite [1]
Skyfire


Beginner





Beiträge: 2
# Thema - 13.01.2008 um 19:59 Uhr
http://www.db91.de/seite


Hallo,
ich bin neu hier und wollte nachfragen, wie ich meine CSS Datei so veränder kann, dass ich z.B. bei Letzte Themen da bei Gehe zu Forum die Textfarbe extra ändern kann? also ich habe da etwas mal gemacht ist aber eine Weile her. Da habe ich extra einen Style erstellt, also:

boxa:link {
color: #FFFFFF;
text-decoration: none;
}

boxa:visited {
color: #FFFFFF;
text-decoration: none;
}

boxa:hover {
color: #9bb52f;
text-decoration: none;
}

boxa:active {
color: #FFFFFF;
text-decoration: none;
}

würde das so gehen? und welchen Code müsste ich dann vor die einzelnen Stellen setzeb?


Dann noch etwas, man hat ja so art Tabellen bei Clansphere / Webspell etc. aber die werden bei mir nicht angezeigt... fehlt bei mir was in der CSS? Hier ein Auszug:

Bitte Klicken +-
/* DB91.de */
html,body {
text-align: center;
padding: 0px;
margin: 0px;
color: #c9c9c9;
font-family: arial;
font-size: 11px;
height: 100%;
}

a:link {
color: #c9c9c9;
text-decoration: none;
}

a:visited {
color: #c9c9c9;
text-decoration: none;
}

a:hover {
color: #9bb52f;
text-decoration: none;
}

a:active {
color: #c9c9c9;
text-decoration: none;
}

* html #page {
height: 100%;
}

/* stylesheets.css by clansphere.de */

img {
border:0px;
}

#errors {
color:#CC0000;
}
#sql {
color:#777777;
}

h3 {
color: #333333;
font-size: 12px;
font-weight: normal;
text-decoration: none;
margin: 0px;
padding: 0px;
}

h4 {
font-weight: normal;
text-decoration: none;
font-size: 11px;
color: #ffffff;
margin: 0px;
padding: 0px;
}

.newshead {
width: 100%;
background-image: url(Bilder/title_bg.gif);
background-repeat: repeat-x;
background-color:#262626;
color:#2d2d2d;
font-size: 10pt;
height: 16px;
text-align:left;
padding-left: 2px;
padding-top: 0px;
padding-bottom: 6px;
margin: 0px;
}

.newsheadline {
width: 99%;
background-color:#383838;
padding-left: 2px;
padding-right: 5px;
padding-top: 5px;
padding-bottom: 5px;
}

.newsinhalt {
width: 99%;
padding-left: 0px;
padding-right: 5px;
}

}
textarea {
width:100%;
}

ul {
margin:0px;
}

.form {
background-color:#3e3e3e;
border:1px solid #383838;
color:#676767;
font-family:Verdana,Helvetica,sans-serif;
font-size:8pt;
margin:2px;
padding-left:3px;
}
.calhead {
background-color:#464646;
color:inherit;
padding:4px 2px 4px 2px;
text-align:center;
}
.calday,.calevent,.caltoday, .calweek {
padding:4px 2px 4px 2px;
text-align:right;
}
.calday {
background-color:#686868;
color:inherit;
}
.calevent {
background-color:#accb2a;
color:#ffffff;
}
.caltoday {
background-color:#9bb52f;
color:#ffffff;
}
.calweek {
background-color:#464646;
color:inherit;
}
.forum {
background-color:#434343;
color:inherit;
margin:auto;
padding-left: 1px;
width: 518px;
}/* DB91.de */
html,body {
text-align: center;
padding: 0px;
margin: 0px;
color: #c9c9c9;
font-family: arial;
font-size: 11px;
height: 100%;
}

a:link {
color: #c9c9c9;
text-decoration: none;
}

a:visited {
color: #c9c9c9;
text-decoration: none;
}

a:hover {
color: #9bb52f;
text-decoration: none;
}

a:active {
color: #c9c9c9;
text-decoration: none;
}

* html #page {
height: 100%;
}

/* stylesheets.css by clansphere.de */

img {
border:0px;
}

#errors {
color:#CC0000;
}
#sql {
color:#777777;
}

h3 {
color: #333333;
font-size: 12px;
font-weight: normal;
text-decoration: none;
margin: 0px;
padding: 0px;
}

h4 {
font-weight: normal;
text-decoration: none;
font-size: 11px;
color: #ffffff;
margin: 0px;
padding: 0px;
}

.newshead {
width: 100%;
background-image: url(Bilder/title_bg.gif);
background-repeat: repeat-x;
background-color:#262626;
color:#2d2d2d;
font-size: 10pt;
height: 16px;
text-align:left;
padding-left: 2px;
padding-top: 0px;
padding-bottom: 6px;
margin: 0px;
}

.newsheadline {
width: 99%;
background-color:#383838;
padding-left: 2px;
padding-right: 5px;
padding-top: 5px;
padding-bottom: 5px;
}

.newsinhalt {
width: 99%;
padding-left: 0px;
padding-right: 5px;
}

}
textarea {
width:100%;
}

ul {
margin:0px;
}

.form {
background-color:#3e3e3e;
border:1px solid #383838;
color:#676767;
font-family:Verdana,Helvetica,sans-serif;
font-size:8pt;
margin:2px;
padding-left:3px;
}
.calhead {
background-color:#464646;
color:inherit;
padding:4px 2px 4px 2px;
text-align:center;
}
.calday,.calevent,.caltoday, .calweek {
padding:4px 2px 4px 2px;
text-align:right;
}
.calday {
background-color:#686868;
color:inherit;
}
.calevent {
background-color:#accb2a;
color:#ffffff;
}
.caltoday {
background-color:#9bb52f;
color:#ffffff;
}
.calweek {
background-color:#464646;
color:inherit;
}
.forum {
background-color:#434343;
color:inherit;
margin:auto;
padding-left: 1px;
width: 518px;
}


Vielen Dank

Das nächste mal bitte die css direkt in einen Klapptext //equaL


Zuletzt editiert von equaL ClanSphere Team am 13.01.2008 um 20:04 Uhr (2x Editiert)
Inaktiv
taM*


Geekboy




Beiträge: 1055
# Antwort: 1 - 13.01.2008 um 20:07 Uhr
.navicontainer a:link, .navicontainer a:visited {
Definition
}

.navicontainer a:hover, .navicontainer a:active {
Definition
}


So hab ich das, deins sollte aber auch gehen...


Zuletzt editiert von taM* am 13.01.2008 um 20:08 Uhr (1x Editiert)
Inaktiv
|
Fredd<y


Poststar





Beiträge: 766
# Antwort: 2 - 13.01.2008 um 20:19 Uhr
ot: das about solltest du aber schon noch reinmachen, wenn du seite mit "echtem"Inhalt" füllst

oder bin ich zu blind ??


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

KBs speichern, Produktion ausrechnen, Spioberichte speichern...
Machs dir einfach!

(System for Intelligence, Cooperation and Combat)


Zuletzt editiert von killahkazinski am 13.01.2008 um 20:19 Uhr (1x Editiert)
Inaktiv
|
Rider


Going for pro




Beiträge: 406
# Antwort: 3 - 13.01.2008 um 20:23 Uhr
er wollte es anscheinend hinter infos verlinken aber das muss er wohl noch mache weil der link geht nicht!
es gibt kein mod=about!
versuchs mal mit

http://www.db91.de/seite/index.php?mod=clansphere&action=about


Inaktiv
|
Skyfire
Thread-Ersteller


Beginner





Beiträge: 2
# Antwort: 4 - 13.01.2008 um 20:30 Uhr
ja die Seite ist ja noch nicht richtig online, aber danke!

zwei Fragen sind noch nicht beantwortet, wäre nett wenn jemand die Antwort weiß

mfg


Inaktiv
|
Antworten: 4
Seite [1]


Sie müssen sich registrieren, um zu antworten.