forum theme type thing... |
Author: |
Message: |
-dt-
Scripting Contest Winner
;o
Posts: 1819 Reputation: 74
36 / /
Joined: Mar 2004
|
|
07-11-2005 07:57 AM |
|
|
-dt-
Scripting Contest Winner
;o
Posts: 1819 Reputation: 74
36 / /
Joined: Mar 2004
|
O.P. RE: forum theme type thing...
Happy Birthday, WDZ
|
|
07-11-2005 08:06 AM |
|
|
ShawnZ
Veteran Member
Posts: 3146 Reputation: 43
32 / /
Joined: Jan 2003
|
RE: forum theme type thing...
is it possible to remove the 'Community Forums' image?
Spoiler: the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
|
|
07-11-2005 09:11 AM |
|
|
Mike
Elite Member
Meet the Spam Family!
Posts: 2795 Reputation: 48
32 / /
Joined: Mar 2003
Status: Online
|
RE: forum theme type thing...
quote: Originally posted by Shawnz
is it possible to remove the 'Community Forums' image?
You can use the Adblock extension
Or, if you dont want to install the extension, put this somewhere in the css file:
code: /*Remove Community Forums Image */
img[src*="title.gif"]{
visibility:hidden;
}
This post was edited on 07-11-2005 at 09:22 AM by Mike.
|
|
07-11-2005 09:17 AM |
|
|
ShawnZ
Veteran Member
Posts: 3146 Reputation: 43
32 / /
Joined: Jan 2003
|
RE: forum theme type thing...
heh, never thought to adblock it
Spoiler: the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
|
|
07-11-2005 09:20 AM |
|
|
Mike
Elite Member
Meet the Spam Family!
Posts: 2795 Reputation: 48
32 / /
Joined: Mar 2003
Status: Online
|
RE: forum theme type thing...
quote: Originally posted by Shawnz
I made a little mod.. To get rid of that odd blue bit on the welcome panel in the top corner, replace this:code: td.trow1[align="right"] , td.trow1[valign="bottom"] {
color: #000000;
font-family: verdana,arial,helvetica,sans-serif;
font-size: 12px;
background: #D2EDF7 url("http://random.thedt.net/theme/cellpic.png") repeat-x top left !important;
}
with this:code: td.trow1[align="right"] , td.trow1[valign="bottom"] {
color: #FFFFFF;
font-family: verdana,arial,helvetica,sans-serif;
font-size: 12px;
background: #A3A3A3 url("http://random.thedt.net/theme/cellpic.png") repeat-x center left !important;
}
Nice mod
Now, I think that we should replace the post reply image, make some tweaks, and it would be a nice theme
By the way, try reading someone's reputation with this theme applied...
This post was edited on 07-11-2005 at 09:48 AM by Mike.
|
|
07-11-2005 09:41 AM |
|
|
Pyro
Full Member
The Frog Is Back!
Posts: 152 Reputation: -6
32 / / –
Joined: Jun 2005
|
RE: forum theme type thing...
will it work on maxthon?
/!\5789 days, 13 hours, 22 minutes, 16 seconds ago Until Xmas!! /!\
|
|
07-11-2005 09:57 AM |
|
|
Mike
Elite Member
Meet the Spam Family!
Posts: 2795 Reputation: 48
32 / /
Joined: Mar 2003
Status: Online
|
RE: forum theme type thing...
quote: Originally posted by YA_MUM
will it work on maxthon?
Nope, since it uses the IE rendering engine...
However, im thinking a way of making it work on ie and opera...
Nvm about the above...
This post was edited on 07-11-2005 at 10:24 AM by Mike.
|
|
07-11-2005 10:08 AM |
|
|
-dt-
Scripting Contest Winner
;o
Posts: 1819 Reputation: 74
36 / /
Joined: Mar 2004
|
O.P. RE: forum theme type thing...
quote: Originally posted by YA_MUM
will it work on maxthon?
it runs on IE so no!
quote: Originally posted by Shawnz
Okay, i think ill make two more small little mods
one to fix the offical tester/translator buttons, and another to fix reputation. sorry for bastardizing your css dt
no problems make sure you post any changes you make though and write why you did it.
also the problems ive seen with replacing the new thread and post reply buttons are that replacing the post reply buttons will replace other buttons like the little "quote" button on each post
Happy Birthday, WDZ
|
|
07-11-2005 10:08 AM |
|
|
ShawnZ
Veteran Member
Posts: 3146 Reputation: 43
32 / /
Joined: Jan 2003
|
RE: forum theme type thing...
quote: Originally posted by Shawnz
I made a little mod.. To get rid of that odd blue bit on the welcome panel in the top corner, replace this:code: td.trow1[align="right"] , td.trow1[valign="bottom"] {
color: #000000;
font-family: verdana,arial,helvetica,sans-serif;
font-size: 12px;
background: #D2EDF7 url("http://random.thedt.net/theme/cellpic.png") repeat-x top left !important;
}
with this:code: td.trow1[align="right"] , td.trow1[valign="bottom"] {
color: #FFFFFF;
font-family: verdana,arial,helvetica,sans-serif;
font-size: 12px;
background: #A3A3A3 url("http://random.thedt.net/theme/cellpic.png") repeat-x center left !important;
}
quote: Originally posted by Shawnz
i'm having one problem for the rep thing though... the panel that shows last week/month/etc doesn't have any id/style and nothing that can identify it... obviously you cant just do table{background-color} so how would it be possible to fix?
although for now, you can fix the main problems with the rep page by adding this:code: .postd{color: #000000 !important;}
.negtd{color: #000000 !important;}
.neutd{color: #000000 !important;}
which makes the text black
quote: Originally posted by Shawnz
another quick mod, to remove the signature height limit add this:code: .signature{overflow: visible !important; height: 100% !important;}
and to change the dashed blue line above the signature add this:code: .signature{border-top: 1px dashed #606060 !important;}
quote: Originally posted by Shawnz
the final mod for the rep page, fixes the box:code: table[cellpadding="3"][cellspacing="1"][border="0"]{background-color: #000000 !important; border: 1px solid #606060 !important;}
not sure if this messes up anything else yet though
Posts merged, along with one more tiny mod: to make the lines around the quote/code tags lighter, add this: code: hr[color="#000000"]{color: #606060 !important;}
another little mod to turn the white bar at the bottom black: code: #copyright{background: #000000 !important; border: 0px !important; padding-left: 10px !important;}
This post was edited on 07-11-2005 at 11:51 AM by ShawnZ.
Spoiler: the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
|
|
07-11-2005 11:30 AM |
|
|
Pages: (3):
« First
«
1
[ 2 ]
3
»
Last »
|
|