Login  Regeln Aktuelles Datum und Uhrzeit: 19.11.2008, 23:52  
Startseite
Registrieren
Profil
Suchen
Mitgliederliste
Verzeichnis
Impressum



Partner
kostenlose Homepage
Fussball
Kostenloses Forum
SMS kostenlos
Webhosting
Webmasterportal
Kostenlos
Kredit ohne Schufa
Esoterik-Forum
Selbsthilfeforum
Artikel Backlink
Datenrettung
Wie heißt diese Zeile???

 
Neues Thema eröffnen   Neue Antwort erstellen    Webmaster Forum -> HTML & CSS
Vorheriges Thema anzeigen Nächstes Thema anzeigen 
Autor Nachricht
Pferdevermisst
Neuer [User]
Neuer



Anmeldung: 05.08.08
Beiträge: 5

BeitragVerfasst am: 04.09.2008, 20:26    Titel: Wie heißt diese Zeile??? Antworten mit Zitat

Ich bin grad an einem Design dabei und brauche den Namen oder die Bezeichnung für diese Zeile:


Der Code lautet:
Code:

<style type="text/css"> <!--body {
background-color: #496EA3;
background-image: url(http://i33.tinypic.com/96xslw.gif);
scrollbar-face-color: #496EA3;
scrollbar-highlight-color: #EDF7C6;
scrollbar-shadow-color: #EDF7C6;
scrollbar-3dlight-color: #EDF7C6;
scrollbar-arrow-color: #EDF7C6;
scrollbar-track-color: #EDF7C6;
scrollbar-darkshadow-color: #EDF7C6;  }

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
p, td { font-size : 13px; color : #2B5085 ; }
a:link,a:active,a:visited { color : #2B5085 ; }
a:hover { text-decoration: underline; color : #2B5085 ; }
hr { height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}
h1,h2 { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size : 23px; font-weight : bold; text-decoration : none; line-height : 120%; color : #2B5085;}


/* This is the border line & background colour round the entire page */
.bodyline { background-color: #333333; border: 13px #CC9900 none ;
background-image: url(http://i33.tinypic.com/96xslw.gif);}


/* This is the outline round the main forum tables */
.forumline { background-color: #F2E5A6; border: 1px #FFC125solid; }


/* Main table cell colours and backgrounds */
td.row1 { background-color: #FFF6C0; }
td.row2 { background-color: #FFF6C0; }
td.row3 { background-color: #FFF6C0; }


/*
This is for the table cell above the Topics, Post & Last posts on the index.php page
By default this is the fading out gradiated silver background.
However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
background-color: #AFEEEE; border: 3px #FFC125 double;
background-image: url(http://i25.tinypic.com/21zwqv.jpg);
background-repeat: repeat
}

/* Header cells - the blue and silver gradient backgrounds */
th {
color: #2B5085; font-size: 12px; font-weight : bold;
background-color: #AFEEEE; height: 25px; border: 3px #FFC125 double;
background-image: url(http://i25.tinypic.com/21zwqv.jpg);
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
background-image: url(http://i25.tinypic.com/21zwqv.jpg);
background-color:#AFEEEE; border: 3px #FFC125 double; height: 28px;
}


/*
Setting additional nice inner borders for the main table cells.
The names indicate which sides the border will be on.
Don't worry if you don't understand this, just ignore it
*/
td.cat,td.catHead,td.catBottom {
height: 29px;
border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
font-weight: bold; border: #FFC125; border-style: double; height: 28px; }
td.row3Right,td.spaceRow {
background-color: #FFF6C0; border: #FFC125; border-style: double; }

th.thHead,td.catHead { font-size: 13px; border-width: 3px 3px 3px 3px; }
th.thSides,td.catSides,td.spaceRow { border-width: 3px 3px 3px 3px; }
th.thRight,td.catRight,td.row3Right { border-width: 3px 3px 3px 3px; }
th.thLeft,td.catLeft { border-width: 3px 3px 3px 3px; }
th.thBottom,td.catBottom { border-width: 3px 3px 3px 3px; }
th.thTop { border-width: 3px 3px 3px 3px; }
th.thCornerL { border-width: 3px 3px 3px 3px; }
th.thCornerR { border-width: 3px 3px 3px 3px; }


/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2 {
font-weight: bold; font-size: 23px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
text-decoration: none; line-height : 120%; color : #2B5085;
}


/* General text */
.gen { font-size : 13px; }
.genmed { font-size : 12px; }
.gensmall { font-size : 11px; }
.gen,.genmed,.gensmall { color : #2B5085; }
a.gen,a.genmed,a.gensmall { color: #2B5085; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover { color: #2B5085; text-decoration: underline; }


/* The register, login, search etc links at the top of the page */
.mainmenu { font-size : 13px; color : #2B5085; }
a.mainmenu { text-decoration: none; color : #2B5085; }
a.mainmenu:hover{ text-decoration: underline; color : #2B5085; }


/* Forum category titles */
.cattitle { font-weight: bold; font-size: 13px ; letter-spacing: 1px; color : #2B5085}
a.cattitle { text-decoration: none; color : #2B5085; }
a.cattitle:hover{ text-decoration: underline; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink { font-weight: bold; font-size: 13px; color : #2B5085; }
a.forumlink { text-decoration: none; color : #2B5085; }
a.forumlink:hover{ text-decoration: underline; color : #2B5085; }
{background-image: url(http://i25.tinypic.com/105wf3t.gif)}



/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav { font-weight: bold; font-size: 12px; color : #2B5085;}
a.nav { text-decoration: none; color : #2B5085; }
a.nav:hover { text-decoration: underline; }


/* titles for the topics: could specify viewed link colour too */
.topictitle { font-weight: bold; font-size: 12px; color : #2B5085; }
a.topictitle:link { text-decoration: none; color : #2B5085; }
a.topictitle:visited { text-decoration: none; color : #2B5085; }
a.topictitle:hover { text-decoration: underline; color : #2B5085; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name { font-size : 12px; color : #2B5085;}

/* Location, number of posts, post date etc */
.postdetails { font-size : 11px; color : #2B5085; }


/* The content of the posts (body of text) */
.postbody { font-size : 13px;}
a.postlink:link { text-decoration: none; color : #2B5085 }
a.postlink:visited { text-decoration: none; color : #2B5085; }
a.postlink:hover { text-decoration: underline; color : #2B5085}


/* Quote & Code blocks */
.code {
font-family: Courier, 'Courier New', sans-serif; font-size: 12px; color: #2B5085;
background-color: #FFCD76; border: #DF8D00; border-style: double;
border-left-width: 4px; border-top-width: 4px; border-right-width: 4px; border-bottom-width: 4px
}

.quote {
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #2B5085; line-height: 125%;
background-color: #FFCD76; border: #DF8D00; border-style: double;
border-left-width: 4px; border-top-width: 4px; border-right-width: 4px; border-bottom-width: 4px
}


/* Copyright and bottom info */
.copyright { font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #2B5085; letter-spacing: -1px;}
a.copyright { color: #2B5085; text-decoration: none;}
a.copyright:hover { color: #2B5085; text-decoration: underline;}


/* Form elements */
input,textarea, select {
color : #2B5085;
font: normal 12px Verdana, Arial, Helvetica, sans-serif;
border-color : #FFCD76;
}

/* The text input fields background colour */
input.post, textarea.post, select {
background-color : #FAFAD2;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
background-color : #FFCD76;
color : #2B5085;
font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
background-color : #FFCD76;
font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
background-color : #FFCD76;
font-weight : normal;
}

/* This is the line in the posting page which shows the rollover
help line. This is actually a text box, but if set to be the same
colour as the background no one will know
*/
.helpline { background-color: #FFCD76; border-style: none; }


/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");

table.cp { background-color: #FFCD76; border: 1px #DAA520 solid; }
td.cp { font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #2B5085; }
a.cp:link { color: #2B5085; text-decoration: none;}
a.cp:active { color: #2B5085; text-decoration: none;}
a.cp:visited { color: #2B5085; text-decoration: none;}
a.cp:hover { color: #2B5085; text-decoration: underline;}

.postimage {
cursor: pointer;
cursor: hand;
}
.postimage:hover {
background-color: #FFCD76;
cursor: pointer;
cursor: hand;
}--></style>



Und alle mit der Bezeichnung 2B5085 durchgehen hab ich ehrlich gesagt keine Lust *schäm*
Hatte mir das irgendwo mal notiert aber verlegt...


Nach oben
Private Nachricht senden Website dieses Benutzers besuchen
koellmania
Erfahrener [User]
Erfahrener



Anmeldung: 09.04.08
Beiträge: 95

BeitragVerfasst am: 04.09.2008, 22:06    Titel: Antworten mit Zitat

da gibts n einfaches tool (add-on), wenn du firefox benutzt.
google doch mal nach "color-zilla" oder "color-picker".
das zeigt dir neben der farbe, auch die bezeichnung des elements an (class, id,...)


Nach oben
Private Nachricht senden Website dieses Benutzers besuchen
chris1988
Bekannter [User]
Bekannter



Anmeldung: 12.12.05
Beiträge: 1623

BeitragVerfasst am: 04.09.2008, 22:08    Titel: Antworten mit Zitat

Rechtsklick auf Foren-Quelltext (Wenn Seite im Browser geöffnet) -> Quelltext anzeigen.

Dann "STRG" und "F" drücken und im Such-Fenster den Text aus dem Bereich eintippen - da hast du dann die Stelle, Klassen, IDs etc. kannst du dann daraus ablesen.


Ansonsten Link schicken, dann kann man eben mal gucken.

_________________
Mancher ertrinkt lieber,
als daß er um Hilfe ruft.


(Wilhelm Busch)


Nach oben
Private Nachricht senden
800XE
Bekannter [Mod]
Bekannter



Anmeldung: 24.10.04
Beiträge: 1378
Wohnort: Speyer

BeitragVerfasst am: 05.09.2008, 03:57    Titel: Antworten mit Zitat

chris1988 hat folgendes geschrieben:
Dann "STRG" und "F" drücken und im Such-Fenster den Text aus dem Bereich eintippen - da hast du dann die Stelle, Klassen, IDs etc. kannst du dann daraus ablesen.

So tu ich das immer machen tun ...

.. nur ein klein wenig um die Ecke denken
Ich will die ID von dem Ding .... ich nem den COntentText in dem Ding ... finde diesen und kann dann lesen was ich eigentlich suche bzw finden wollte ....

_________________
Seien wir realistisch, versuchen wir das Unmögliche!
CMS800 :::::::::: Andy 800XE Zmuda :::::::::
ich bin nicht unhöflich, ich bin binär


Nach oben
Private Nachricht senden Website dieses Benutzers besuchen
koellmania
Erfahrener [User]
Erfahrener



Anmeldung: 09.04.08
Beiträge: 95

BeitragVerfasst am: 05.09.2008, 10:20    Titel: Antworten mit Zitat

naja, meine methode hab ich durch zufall gefunden, wollt ich eigentlich gar nicht haben, aber jetzt will ich nicht mehr ohne. Sehr glücklich is halt für die fauleren unter uns, und wenn mans öfter braucht, geht das einem ziemlich auf die nerven im quelltext rum zu suchen. Cool

Nach oben
Private Nachricht senden Website dieses Benutzers besuchen
eforium
Bekannter [Mod]
Bekannter



Anmeldung: 20.01.06
Beiträge: 1349
Wohnort: Irgendwo i ...

BeitragVerfasst am: 06.09.2008, 16:38    Titel: Antworten mit Zitat

Das einfachste ist Firebug, da kannst du schnell öffnen, auf "Inspect" klicken, mit der Maus den gewünschten Bereich anwählen und schon wird dir angezeigt, was du angewählt hast.
_________________
Deihro Internet Programming - Ihre Webseite zu angenehmen Konditionen
Sie suchen eine TemplateEngine? Klicken Sie!


Nach oben
Private Nachricht senden E-Mail senden Website dieses Benutzers besuchen MSN Messenger
Beiträge der letzten Zeit anzeigen:   
Neues Thema eröffnen   Neue Antwort erstellen Alle Zeiten sind GMT + 1 Stunde
Seite 1 von 1

Gehe zu:  

Ähnliche Beiträge
Thema Autor Forum Antworten Verfasst am
Keine neuen Beiträge Wie optimiere ich diese Seite allgemein? 800XE Suchmaschinen/Promotion 1 11.11.2008, 10:47 Letzten Beitrag anzeigen
Keine neuen Beiträge Link erstellen zu bestimmter Zeile Vossi Einsteigerforum 2 13.04.2008, 18:43 Letzten Beitrag anzeigen
Keine neuen Beiträge Womit/wie sind diese Webseiten gemacht? bobbeline Einsteigerforum 2 07.04.2008, 15:46 Letzten Beitrag anzeigen
Keine neuen Beiträge Suche Menu wie diese.. Pulldown? eforium HTML & CSS 5 14.03.2008, 12:04 Letzten Beitrag anzeigen
Keine neuen Beiträge Schon wieder diese Frage apfel Einsteigerforum 9 01.02.2008, 16:50 Letzten Beitrag anzeigen
Threadübersicht