Forum Kategorien und Gästebuch abtrennen
Eingetragen von Silurius (174)
am 02.08.2007 - 12:33 Uhr in
am 02.08.2007 - 12:33 Uhr in
Hallo Drupalis =)
ich möchte im Forum die "Ordner" bzw Kategorien trennen entweder mit
----------------------------------------
oder ähnlich geht das?
das selbe möchte ich im Gästebuch auch machen, nach jedem Eintrag soll
----------------------------
oder ähnliches kommen......
LG
SILI
- Anmelden oder Registrieren um Kommentare zu schreiben
Benutze CSS für optische
am 02.08.2007 - 12:36 Uhr
Benutze CSS für optische Anpassungen.
vg
--
sanduhrs - drupalcenter
--------------------------------
Stefan Auditor
http://erdfisch.de
--
sanduhrs · Stefan Auditor · Drupalcenter
http://drupal.org/user/28074 · http://association.drupal.org/user/646
Das machst du am besten mit
am 02.08.2007 - 12:38 Uhr
Das machst du am besten mit CSS, so in der Art:
.class {
border-bottom: 1px dotted #000;
}
gruß pebosi
gruß pebosi
--
https://pebosi.net
pebosi mein Held^^
am 02.08.2007 - 12:40 Uhr
pebosi lansam wirste zu meinem Helden=)
hehe
ehm wie genau amche ich das ? mit der css
also ich hab ahnung von xml und xsl/xslt und html und css aber wie wo mache ich das genau?
So nett es aussieht, aber
am 02.08.2007 - 12:40 Uhr
So nett es aussieht, aber dotted können leider nicht alle Browser.
Nimm lieber sowas wie solid oder dashed.
vg
--
sanduhrs - drupalcenter
--------------------------------
Stefan Auditor
http://erdfisch.de
--
sanduhrs · Stefan Auditor · Drupalcenter
http://drupal.org/user/28074 · http://association.drupal.org/user/646
Guck die den Quellcode
am 02.08.2007 - 12:41 Uhr
Guck die den Quellcode deiner Seite an (den Bereich wo ein Ordner ausgegeben wird), dort guckst du was du für CSS Klassen hast. Dann kannst du die nehmen und in die style.css deines Themes wie oben nutzen.
gruß pebosi
gruß pebosi
--
https://pebosi.net
ach du sch....
am 02.08.2007 - 13:12 Uhr
class="guestbook"
kann des sein? also im fall des gästebuchs
Benutzt Du den Firefox? Dann
am 02.08.2007 - 13:15 Uhr
Benutzt Du den Firefox?
Dann installier Dir die Web Developer Toolbar[1] oder Firebug[2].
Das macht alles sehr viel einfacher ;)
vg
[1] https://addons.mozilla.org/de/firefox/addon/60
[2] https://addons.mozilla.org/de/firefox/addon/1843
--
sanduhrs - drupalcenter
--------------------------------
Stefan Auditor
http://erdfisch.de
--
sanduhrs · Stefan Auditor · Drupalcenter
http://drupal.org/user/28074 · http://association.drupal.org/user/646
Ich glaube es ist die hier:
am 02.08.2007 - 13:17 Uhr
Ich glaube es ist die hier: ".guestbook-entry" und vom Forum-Order: "td.container"
gruß pebosi
gruß pebosi
--
https://pebosi.net
FireFox Jehaaa
am 02.08.2007 - 13:25 Uhr
jep hab FireFox werde das gleichmal prüfen =)
erstma danke euch beiden=)
keine css
am 02.08.2007 - 16:20 Uhr
in meinem template gibts keinen css datei was nun?
Welches Theme? Die Datei
am 02.08.2007 - 16:48 Uhr
Welches Theme?
Die Datei heisst style.css
--
sanduhrs - drupalcenter
--------------------------------
Stefan Auditor
http://erdfisch.de
--
sanduhrs · Stefan Auditor · Drupalcenter
http://drupal.org/user/28074 · http://association.drupal.org/user/646
Template ist....
am 02.08.2007 - 21:15 Uhr
also das template ist grafix_community_wow_portal
und da is keine css wirklich...
*wow* ist schön
am 02.08.2007 - 21:29 Uhr
*wow* ist schön beschrieben, genau so sieht der Quellcode aus.
Das CSS steht in der page.tpl.php
vg
--
sanduhrs - drupalcenter
--------------------------------
Stefan Auditor
http://erdfisch.de
--
sanduhrs · Stefan Auditor · Drupalcenter
http://drupal.org/user/28074 · http://association.drupal.org/user/646
ehhhm??
am 03.08.2007 - 05:58 Uhr
body { background-color: #000000;
margin: 0px;
font-family: Tahoma, Verdana, Helvetica, Arial;
color: #ffffff;
font-size: 11px;
scrollbar-base-color: #000000;}
font {
font-size: 11px;
font-family: Tahoma, Verdana, Helvetica, Arial;
font-size: 11px;
color: #ffffff;}
table.standard,
table.userhead,
table.userbody,
table.userbottom,
table.quote,
table.contenthead,
table.contentbody,
table.contentbottom,
table.forumhead,
table.forumbody,
table.forumbottom,
table.event,
table.commentbody {
background: #000000;}
td, th {
font-size: 11px;
font-family: Tahoma, Verdana, Helvetica, Arial;
color: #F59A0C;}
hr {
color: #1D1D1D;}
input,
option,
select,
textarea {
font-family: Tahoma, Verdana, Helvetica, Arial;
font-size: 11px;
color: #ffffff;
background: #141416;}
.radio, .checkbox {background: none;}
.w90 {width: 90%;}
.big {
font-size: 11px;}
.small, .forumedit {
font-size: 10px;}
.bg, .bgsmall {
color: #ffffff;}
.bgsmall {
font-size: 10px;}
a, a.forumcat, a.forumthread {
font-family: Tahoma, Verdana, Helvetica, Arial;
font-size: 11px;}
a:link, a:visited,
a.forumcat:link, a.forumcat:visited,
a.forumthread:link, a.forumthread:visited {
color: #ffffff;}
a:hover, a:active,
a.forumcat:active, a.forumcat:hover,
a.forumthread:active, a.forumthread:hover {
color: #999999;}
a.big:hover, a.big:active {
color: #999999;}
a.small:hover, a.small:active {
color: #999999;}
.heads, .headssmall {
font-family: Tahoma, Verdana, Helvetica, Arial;
color: #F59A0C;
}
a.heads, td.heads, th.heads {
font-size: 11px;
}
td.heads, th.heads {
background-color: #828181; background-image: url(
<?php
print base_path() . path_to_theme()
?>
a.heads:link,
a.heads:visited {
color: #F59A0C;
}
a.heads:active,
a.heads:hover {
color: #666666;
}
a.headssmall, font.headssmall {
font-size: 10px;}
a.headssmall:link,
a.headssmall:visited {
color: #F59A0C;
}
a.headssmall:active, a.headssmall:hover {
color: #666666;}
td,th {color: #F59A0C;}
td.left,
th.left,
td.commentleft,
th.commentleft {
background-color: #141416;
color: #F59A0C; }
td.right,
th.right,
td.commentright,
th.commentright {
background-color: #1D1D1F;
color: #F59A0C; }
td.standard,
th.standard,
td.event,
th.event {
background-color: #141416;
color: #F59A0C; }
td.highlight,
th.highlight {
background-color: #1D1D1F;
color: #F59A0C; }
td.highlightsmall,
th.highlightsmall {
background-color: #1D1D1F;
color: #F59A0C;
font-size: 10px; }
td.odd,
th.odd,
td.contentodd,
th.contentodd,
td.forum1,
th.forum1 {
background-color: #141416;
color: #F59A0C;
}
td.odd2,
th.odd2,
td.contentodd2,
th.contentodd2,
td.forum2,
th.forum2 {
background-color: #141416;
color: #F59A0C;
}
td.even,
th.even,
td.contenteven,
th.contenteven,
td.forum3,
th.forum3 {
background-color: #1D1D1F;
color: #F59A0C;
}
td.even2,
th.even2,
td.contenteven2,
th.contenteven2,
td.forum4,
th.forum4 {
background-color: #1D1D1F;
color: #F59A0C;
}
table.navtabletop,
table.navtableleft,
table.navtableright,
table.navtablebottom {
background: #;}
td.quote {background-color: 49494B; font-family: Tahoma, Verdana, Helvetica, Arial; font-size: 11;}
td.navheadtop,
th.navheadtop,
td.navheadleft,
th.navheadleft,
td.navheadright,
th.navheadright,
td.navheadbottom,
th.navheadbottom {
background-color: #999999;
color: #000000;
font-family: Tahoma, Verdana, Helvetica, Arial;
font-size: 11px;
background-image: url(
<?php
print base_path() . path_to_theme()
?>
}
A.navheadtop:link,
A.navheadtop:visited,
A.navheadleft:link,
A.navheadleft:visited,
A.navheadright:link,
A.navheadright:visited,
A.navheadbottom:link,
A.navheadbottom:visited {
text-decoration: underline;
color: #000000;
font-family: Tahoma, Verdana, Helvetica, Arial;
font-size: 11px; }
A.navheadtop:active,
A.navheadtop:hover,
A.navheadleft:active,
A.navheadleft:hover,
A.navheadright:active,
A.navheadright:hover,
A.navheadbottom:active,
A.navheadbottom:hover {
text-decoration: none;
color: #000000;
font-family: Tahoma, Verdana, Helvetica, Arial;
font-size: 11px; }
td.navbgtop,
th.navbgtop,
td.navbgleft,
th.navbgleft,
td.navbgright,
th.navbgright,
td.navbgbottom,
th.navbgbottom {
background-color: #;
color: #E4A816;
font-family: Tahoma, Verdana, Helvetica, Arial;
font-size: 11px; }
A.navtop:link,
A.navtop:visited,
A.navleft:link,
A.navleft:visited,
A.navright:link,
A.navright:visited,
A.navbottom:link,
A.navbottom:visited {
text-decoration: none;
color: #E4A816;
font-family: Tahoma, Verdana, Helvetica, Arial;
font-size: 11px; }
A.navtop:active,
A.navtop:hover,
A.navleft:active,
A.navleft:hover,
A.navright:active,
A.navright:hover,
A.navbottom:active,
A.navbottom:hover {
text-decoration: none;
color: #ffffff;
font-family: Tahoma, Verdana, Helvetica, Arial;
font-size: 11px;
}
.heads,
.headssmall,
.navheadtop,
.navheadleft,
.navheadright,
.navheadbottom
{font-weight: bold;}
/* Added for Drupal */
ul {
margin: 0.5em 0 1em;
padding: 0;
}
ul li {
margin: 0.4em 0 0.4em 1.2em;
}
ul li.expanded {
list-style-type: circle;
}
ul li.collapsed {
list-style-type: disc;
}
ul li.leaf {
list-style-type: square;
}
also das sind die css sachen die dort drin stehen...aber wo nur is das forum und das gb jetze?
Einfach ans Ende dran
am 03.08.2007 - 06:37 Uhr
Einfach ans Ende dran hängen
gruß pebosi
gruß pebosi
--
https://pebosi.net
Danke=)
am 03.08.2007 - 07:05 Uhr
wiedermal sag ich danke=)