![]() |
|
|||||||
| Donate | Register | Rules | Library List | IRC Chat | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |

![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
That fucking cat
DLP Schutzstaffel Reichsführer
Join Date: Dec 2006
Age: 25
Gender: Male
Posts: 273
|
Alright, Syaoran told me that some of our members disliked the default theme
for FFN, and in a freak accident I stumbled upon a way each of us, as individuals or as a site, could make new, better themes. There is a new firefox addon called Stylish. It allows you to create javascript codes to change the color theme of any site that you visit. Here is the link to that: https://addons.mozilla.org/en-US/firefox/addon/2108 Creating our own themes from scratch would normally be a trying task, but I after some googling I found a preexisting FF.Net theme code, written by someone known as TikiTDO. While the colors that the code generates on FF.Net might not be perfect, I figure that we could modify the colors specified in the code to create our own FF.Net themes. The easiest way we could do this is loading the original script directly into Stylish using the option at the following link: http://userstyles.org/styles/1117 After loading the script, we could then alter the color codes using the Manage Styles option that is part of the 'Stylish' addon. An easy way to get the color codes that you want is by visiting the following site: http://www.web-source.net/216_color_chart.htm I just thought I'd share this with you, and if any of you do decide to do this, please share the results! Last edited by Paimon; 07-17-2007 at 12:54 AM. |
|
|
|
|
|
#2 |
|
Immortal
The Vanguard
Join Date: Dec 2005
Location: People's Republic of California
Gender: Male
Posts: 7,574
|
I'm on it.
<_<
__________________
|
|
|
|
|
|
#3 |
|
Seventh Year
|
Marvelous idea...
|
|
|
|
|
|
#4 |
|
Immortal
The Vanguard
Join Date: Dec 2005
Location: People's Republic of California
Gender: Male
Posts: 7,574
|
Ok:
Code:
@-moz-document domain(fanfiction.net) {
body { /* Default normal text */
background-color: black !important;
color: #04b700 !important;
font-family : Verdana,Helvetica,sans-serif;
font-size : 12px;
}
a:link { /* Default link stuff */
color: rgb(204,0,0) !important;
text-decoration:none !important;
}
a:visited { /* Default link stuff */
color: rgb(255,204,102) !important;
text-decoration:none !important;
}
a:active { /* Default link stuff */
color: rgb(255,204,153) !important;
text-decoration:none !important;
}
a:hover{ /* Hover underline */
text-decoration:underline !important;
}
td { /* Default TD */
background-color: #000000 !important;
}
select { /* Selection Boxes - eg: genre, rating */
font-family : Verdana,Helvetica,sans-serif;
font-size : 11px;
background-color: #ffffff !important;
}
input { /* Text boxes and buttons */
font-family : Verdana,Helvetica,sans-serif;
font-size: 11px;
background-color: #ffffff !important;
}
div { /* div hack to get rid of image seperator after menu bar*/
background-image:url(data:image/gif,GIF89a%02%00%02%00%80%00%00%00%003%00%00%00!%F9%04%00%00%00%00%00%2C%00%00%00%00%02%00%02%00%00%02%02%84Q%00%3B) !important;
}
a.reviews { /* Reviews link */
color: #cc0000 !important;
text-decoration:none;
font-style:italic;
}
a.visited.reviews { /* Unused? */
color: #ff0000 !important;
text-decoration:none;
font-style:italic;
}
.subtd { /* Unknown */
/* background-color: #efefef; */
background-color: #00FF00 !important;
empty-cells: hide;
}
.reviews { /* Unknown */
color: #ff0000 !important;
text-decoration:none;
font-style:italic;
}
.smallgray { /* Small status text, not used on all computers */
font-family : Verdana,Helvetica,sans-serif;
font-size : 11px;
color: #A0A0A0 !important;
}
.gray { /* Status text, not used on all computers */
font-family : Verdana,Helvetica,sans-serif;
font-size : 11px;
color:#A0A0A0!important;
}
.menulinks { /* Unclickable text in top menu */
font-size: 11px;
color: #666666 !important;
word-spacing: 1px;
padding-left:1ex;
letter-spacing: 0.5px;
}
.menulinks a:visited,
.menulinks a:link,
.menulinks a:active,
.menulinks a:hover { /* Clickable text in top menu */
color: rgb(244,255,73) !important;
text-decoration: none;
}
.lightbox { /* Unknown */
border-style: solid;
border-color: #d0d0d0 !important;
border-width: 1px 1px 1px 1px;
padding: 5px;
}
.grayback { /* Special box in account info - eg Site URL box under Account*/
background-color: #111111 !important;
}
.tborder
{
color: #ff0000 !important;
}
div.panel_warning {
background-color:#111111 !important;
color: #ff0000 !important;
}
div.panel_normal {
background-color:#111111 !important;
color: #ff0000 !important;
}
div.panel_plain {
background-color:#111111 !important;
color: #ff0000 !important;
}
div.panel_success {
background-color:#111111 !important;
color: #ff0000 !important;
}
/* New Menu Bars */
div.yuimenu {
background-color:#000000 !important;
}
div.yuimenubar {
background-color:#000000 !important;
}
div.yuimenu li.selected,
div.yuimenubar li.selected {
background-color:#333333 !important;
}
/* start ad removal */
center + script + div,
table + script + div,
/* right side ads */
center div[align="center"],
/* top ad div */
table[width="728"][height="90"][cellpadding="1"],
/* bottom ad */
table.myborder_only_bottom[cellpadding="4"][cellspacing="0"][width="100%"] tbody tr td[align="center"]
/* front page ad. */
{display:none !important;}
/* end ad removal */
}
And a second one: Code:
@-moz-document domain(fanfiction.net) {
body { /* Default normal text */
background-color: black !important;
color: #04b700 !important;
font-family : Verdana,Helvetica,sans-serif;
font-size : 12px;
}
a:link { /* Default link stuff */
color: rgb(255,204,102) !important;
text-decoration:none !important;
}
a:visited { /* Default link stuff */
color: rgb(255,204,102) !important;
text-decoration:none !important;
}
a:active { /* Default link stuff */
color: rgb(255,204,153) !important;
text-decoration:none !important;
}
a:hover{ /* Hover underline */
text-decoration:underline !important;
}
td { /* Default TD */
background-color: #000000 !important;
}
select { /* Selection Boxes - eg: genre, rating */
font-family : Verdana,Helvetica,sans-serif;
font-size : 11px;
background-color: #ffffff !important;
}
input { /* Text boxes and buttons */
font-family : Verdana,Helvetica,sans-serif;
font-size: 11px;
background-color: #ffffff !important;
}
div { /* div hack to get rid of image seperator after menu bar*/
background-image:url(data:image/gif,GIF89a%02%00%02%00%80%00%00%00%003%00%00%00!%F9%04%00%0
0%00%00%00%2C%00%00%00%00%02%00%02%00%00%02%02%84Q%00%3B) !important;
}
a.reviews { /* Reviews link */
color: #cc0000 !important;
text-decoration:none;
font-style:italic;
}
a.visited.reviews { /* Unused? */
color: #ff0000 !important;
text-decoration:none;
font-style:italic;
}
.subtd { /* Unknown */
/* background-color: #efefef; */
background-color: #00FF00 !important;
empty-cells: hide;
}
.reviews { /* Unknown */
color: #ff0000 !important;
text-decoration:none;
font-style:italic;
}
.smallgray { /* Small status text, not used on all computers */
font-family : Verdana,Helvetica,sans-serif;
font-size : 11px;
color: #325900 !important;
}
.gray { /* Status text, not used on all computers */
font-family : Verdana,Helvetica,sans-serif;
font-size : 11px;
color:#325900!important;
}
.menulinks { /* Unclickable text in top menu */
font-size: 11px;
color: #000000 !important;
word-spacing: 1px;
padding-left:1ex;
letter-spacing: 0.5px;
}
.menulinks a:visited,
.menulinks a:link,
.menulinks a:active,
.menulinks a:hover { /* Clickable text in top menu */
color: rgb(0,0,0) !important;
text-decoration: none;
}
.lightbox { /* Unknown */
border-style: solid;
border-color: #d0d0d0 !important;
border-width: 1px 1px 1px 1px;
padding: 5px;
}
.grayback { /* Special box in account info - eg Site URL box under Account*/
background-color: #111111 !important;
}
.tborder
{
color: #ff0000 !important;
}
div.panel_warning {
background-color:#111111 !important;
color: #ff0000 !important;
}
div.panel_normal {
background-color:#111111 !important;
color: #ff0000 !important;
}
div.panel_plain {
background-color:#111111 !important;
color: #ff0000 !important;
}
div.panel_success {
background-color:#111111 !important;
color: #ff0000 !important;
}
/* New Menu Bars */
div.yuimenu {
background-color:#000000 !important;
}
div.yuimenubar {
background-color:#000000 !important;
}
div.yuimenu li.selected,
div.yuimenubar li.selected {
background-color:#333333 !important;
}
/* start ad removal */
center + script + div,
table + script + div,
/* right side ads */
center div[align="center"],
/* top ad div */
table[width="728"][height="90"][cellpadding="1"],
/* bottom ad */
table.myborder_only_bottom[cellpadding="4"][cellspacing="0"][width="100%"] tbody tr
td[align="center"]
/* front page ad. */
{display:none !important;}
/* end ad removal */
}
__________________
Last edited by Xiph0; 07-17-2007 at 01:07 AM. |
|
|
|
|
|
#5 |
|
Order Member
Porn King
|
Nice job Xiph
__________________
![]() ![]() "I hate you," she sobbed, dropping to your knees. "Don't take it personally," I said, pulling down my sweat pants. "It's just business." R.I.P Sal |
|
|
|
|
|
#6 |
|
Dark Lord
Join Date: Sep 2006
Location: Seattle
Age: 24
Gender: Male
Posts: 1,191
DLP Supporter
![]() |
I like the second one better as it's a little easier on the eyes. Good find Paimon, and good results Xiph0.
__________________
![]() 4 8 15 16 23 42 ![]() Harry Dresden-Wizard When an Underscore just won't cut it |
|
|
|
|
|
#7 |
|
Immortal
The Vanguard
Join Date: Dec 2005
Location: People's Republic of California
Gender: Male
Posts: 7,574
|
Blue/Gray:
Code:
@-moz-document domain(fanfiction.net) {
body { /* Default normal text */
background-color: black !important;
color: #686868 !important;
font-family : Verdana,Helvetica,sans-serif;
font-size : 12px;
}
a:link { /* Default link stuff */
color: rgb(49,107,255) !important;
text-decoration:none !important;
}
a:visited { /* Default link stuff */
color: rgb(189,208,255) !important;
text-decoration:none !important;
}
a:active { /* Default link stuff */
color: rgb(255,204,153) !important;
text-decoration:none !important;
}
a:hover{ /* Hover underline */
text-decoration:underline !important;
}
td { /* Default TD */
background-color: #000000 !important;
}
select { /* Selection Boxes - eg: genre, rating */
font-family : Verdana,Helvetica,sans-serif;
font-size : 11px;
background-color: #ffffff !important;
}
input { /* Text boxes and buttons */
font-family : Verdana,Helvetica,sans-serif;
font-size: 11px;
background-color: #ffffff !important;
}
div { /* div hack to get rid of image seperator after menu bar*/
background-image:url(data:image/gif,GIF89a%02%00%02%00%80%00%00%00%003%00%00%00!%F9%04%00%00%00%00%00%2C%00%00%00%00%02%00%02%00%00%02%02%84Q%00%3B) !important;
}
a.reviews { /* Reviews link */
color: #cc0000 !important;
text-decoration:none;
font-style:italic;
}
a.visited.reviews { /* Unused? */
color: #ff0000 !important;
text-decoration:none;
font-style:italic;
}
.subtd { /* Unknown */
/* background-color: #efefef; */
background-color: #00FF00 !important;
empty-cells: hide;
}
.reviews { /* Unknown */
color: #ff0000 !important;
text-decoration:none;
font-style:italic;
}
.smallgray { /* Small status text, not used on all computers */
font-family : Verdana,Helvetica,sans-serif;
font-size : 11px;
color: #ffffff !important;
}
.gray { /* Status text, not used on all computers */
font-family : Verdana,Helvetica,sans-serif;
font-size : 11px;
color:#9182ff!important;
}
.menulinks { /* Unclickable text in top menu */
font-size: 11px;
color: #000000 !important;
word-spacing: 1px;
padding-left:1ex;
letter-spacing: 0.5px;
}
.menulinks a:visited,
.menulinks a:link,
.menulinks a:active,
.menulinks a:hover { /* Clickable text in top menu */
color: rgb(0,0,0) !important;
text-decoration: none;
}
.lightbox { /* Unknown */
border-style: solid;
border-color: #d0d0d0 !important;
border-width: 1px 1px 1px 1px;
padding: 5px;
}
.grayback { /* Special box in account info - eg Site URL box under Account*/
background-color: #111111 !important;
}
.tborder
{
color: #ff0000 !important;
}
div.panel_warning {
background-color:#111111 !important;
color: #ff0000 !important;
}
div.panel_normal {
background-color:#111111 !important;
color: #ff0000 !important;
}
div.panel_plain {
background-color:#111111 !important;
color: #ff0000 !important;
}
div.panel_success {
background-color:#111111 !important;
color: #ff0000 !important;
}
/* New Menu Bars */
div.yuimenu {
background-color:#000000 !important;
}
div.yuimenubar {
background-color:#000000 !important;
}
div.yuimenu li.selected,
div.yuimenubar li.selected {
background-color:#333333 !important;
}
/* start ad removal */
center + script + div,
table + script + div,
/* right side ads */
center div[align="center"],
/* top ad div */
table[width="728"][height="90"][cellpadding="1"],
/* bottom ad */
table.myborder_only_bottom[cellpadding="4"][cellspacing="0"][width="100%"] tbody tr td[align="center"]
/* front page ad. */
{display:none !important;}
/* end ad removal */
}
__________________
|
|
|
|
|
|
#8 |
|
Dark Lord
Join Date: Sep 2006
Location: Seattle
Age: 24
Gender: Male
Posts: 1,191
DLP Supporter
![]() |
This just goes to show that firefox truly is better than internet explorer, not that there was ever any doubt........
__________________
![]() 4 8 15 16 23 42 ![]() Harry Dresden-Wizard When an Underscore just won't cut it |
|
|
|
|
|
#9 |
|
That fucking cat
DLP Schutzstaffel Reichsführer
Join Date: Dec 2006
Age: 25
Gender: Male
Posts: 273
|
I tried my hand at a theme.
Code:
@-moz-document domain(fanfiction.net) {
body { /* Default normal text */
background-color: #8B8989 !important;
color: #FFFFFF !important;
font-family : Verdana,Helvetica,sans-serif;
font-size : 12px;
}
a:link { /* Default link stuff */
color: #2E0854 !important;
text-decoration:none !important;
}
a:visited { /* Default link stuff */
color: #4C565E !important;
text-decoration:none !important;
}
a:active { /* Default link stuff */
color: #000033 !important;
text-decoration:none !important;
}
a:hover{ /* Hover underline */
text-decoration:underline !important;
}
td { /* Default TD */
background-color: #696969!important;
}
select { /* Selection Boxes - eg: genre, rating */
font-family : Verdana,Helvetica,sans-serif;
font-size : 11px;
background-color: #ffffff !important;
}
input { /* Text boxes and buttons */
font-family : Verdana,Helvetica,sans-serif;
font-size: 11px;
background-color: #ffffff !important;
}
div { /* div hack to get rid of image seperator after menu bar*/
background-image:url(data:image/gif,GIF89a%02%00%02%00%80%00%00%00%003%00%00%00!%F9%04%00%0
0%00%00%00%2C%00%00%00%00%02%00%02%00%00%02%02%84Q%00%3B) !important;
}
a.reviews { /* Reviews link */
color: #cc0000 !important;
text-decoration:none;
font-style:italic;
}
a.visited.reviews { /* Unused? */
color: #ff0000 !important;
text-decoration:none;
font-style:italic;
}
.subtd { /* Unknown */
/* background-color: #efefef; */
background-color: #00FF00 !important;
empty-cells: hide;
}
.reviews { /* Unknown */
color: #ff0000 !important;
text-decoration:none;
font-style:italic;
}
.smallgray { /* Small status text, not used on all computers */
font-family : Verdana,Helvetica,sans-serif;
font-size : 11px;
color: #000000 !important;
}
.gray { /* Status text, not used on all computers */
font-family : Verdana,Helvetica,sans-serif;
font-size : 11px;
color:#000000!important;
}
.menulinks { /* Unclickable text in top menu */
font-size: 11px;
color: #FFFFFF!important;
word-spacing: 1px;
padding-left:1ex;
letter-spacing: 0.5px;
}
.menulinks a:visited,
.menulinks a:link,
.menulinks a:active,
.menulinks a:hover { /* Clickable text in top menu */
color: #FFFFFF !important;
text-decoration: none;
}
.lightbox { /* Unknown */
border-style: solid;
border-color: #d0d0d0 !important;
border-width: 1px 1px 1px 1px;
padding: 5px;
}
.grayback { /* Special box in account info - eg Site URL box under Account*/
background-color: #111111 !important;
}
.tborder
{
color: #ff0000 !important;
}
div.panel_warning {
background-color:#111111 !important;
color: #ff0000 !important;
}
div.panel_normal {
background-color:#111111 !important;
color: #ff0000 !important;
}
div.panel_plain {
background-color:#111111 !important;
color: #ff0000 !important;
}
div.panel_success {
background-color:#FFFFFF!important;
color: #ff0000 !important;
}
/* New Menu Bars */
div.yuimenu {
background-color:#FFFFFF !important;
}
div.yuimenubar {
background-color:#FFFFFF !important;
}
div.yuimenu li.selected,
div.yuimenubar li.selected {
background-color:#333333 !important;
}
/* start ad removal */
center + script + div,
table + script + div,
/* right side ads */
center div[align="center"],
/* top ad div */
table[width="728"][height="90"][cellpadding="1"],
/* bottom ad */
table.myborder_only_bottom[cellpadding="4"][cellspacing="0"][width="100%"] tbody tr
td[align="center"]
/* front page ad. */
{display:none !important;}
/* end ad removal */
}
|
|
|
|
|
|
#10 |
|
The Demon Mayor
|
DLP Version, y0 Just need to find the proper image code to make it perfect.
Code:
@-moz-document domain(fanfiction.net) {
body { /* Default normal text */
background-color: #21301f !important;
color: #c1d4c6 !important;
font-family : Verdana,Helvetica,sans-serif;
font-size : 12px;
}
a:link { /* Default link stuff */
color: #93be91 !important;
text-decoration:none !important;
}
a:visited { /* Default link stuff */
color: #8b9c8a !important;
text-decoration:none !important;
}
a:active { /* Default link stuff */
color: #acc0ab !important;
text-decoration:none !important;
}
a:hover{ /* Hover underline */
text-decoration:underline !important;
}
td { /* Default TD */
background-color: #0a1c0b !important;
}
select { /* Selection Boxes - eg: genre, rating */
font-family : Verdana,Helvetica,sans-serif;
font-size : 11px;
color: #c1d4c6 !important;
background-color: #0a1c0b !important;
}
input { /* Text boxes and buttons */
font-family : Verdana,Helvetica,sans-serif;
font-size : 11px;
color: #c1d4c6 !important;
background-color: #0a1c0b !important;
}
div { /* div hack to get rid of image seperator after menu bar*/
background-image:url(~) !important;
}
a.reviews { /* Reviews link */
color: #CCCCCC !important;
text-decoration:none;
font-style:italic;
}
a.visited.reviews { /* Unused? */
color: #BBBBBB !important;
text-decoration:none;
font-style:italic;
}
.subtd { /* Unknown */
/* background-color: #efefef; */
background-color: #00FF00 !important;
empty-cells: hide;
}
.reviews { /* Unknown */
color: #CCCCCC !important;
text-decoration:none;
font-style:italic;
}
.smallgray { /* Small status text, not used on all computers */
font-family : Verdana,Helvetica,sans-serif;
font-size : 11px;
color: #A0A0A0 !important;
}
.gray { /* Status text, not used on all computers */
font-family : Verdana,Helvetica,sans-serif;
font-size : 11px;
color:#A0A0A0!important;
}
.menulinks { /* Unclickable text in top menu */
font-size: 11px;
color: #666666 !important;
word-spacing: 1px;
padding-left:1ex;
letter-spacing: 0.5px;
}
.menulinks a:visited,
.menulinks a:link,
.menulinks a:active,
.menulinks a:hover { /* Clickable text in top menu */
color: #c1d4c6 !important;
text-decoration: none;
}
.lightbox { /* Unknown */
border-style: solid;
border-color: #000000 !important;
border-width: 1px 1px 1px 1px;
padding: 5px;
}
.grayback { /* Special box in account info - eg Site URL box under Account*/
background-color: #111111 !important;
}
.tborder
{
color: #223b21 !important;
}
div.panel_warning {
background-color:#111111 !important;
color: #ff0000 !important;
}
div.panel_normal {
background-color:#111111 !important;
color: #ff0000 !important;
}
div.panel_plain {
background-color:#111111 !important;
color: #ff0000 !important;
}
div.panel_success {
background-color:#111111 !important;
color: #ff0000 !important;
}
/* New Menu Bars */
div.yuimenu {
background-color:#0a1c0b !important;
}
div.yuimenubar {
background-color:#0a1c0b !important;
}
div.yuimenu li.selected,
div.yuimenubar li.selected {
background-color:#5f935d !important;
}
/* start ad removal */
center + script + div,
table + script + div,
/* right side ads */
center div[align="center"],
/* top ad div */
table[width="728"][height="90"][cellpadding="1"],
/* bottom ad */
table.myborder_only_bottom[cellpadding="4"][cellspacing="0"][width="100%"] tbody tr td[align="center"]
/* front page ad. */
{display:none !important;}
/* end ad removal */
}
__________________
|
|
|
|
|
|
#11 |
|
Immortal
The Vanguard
Join Date: Dec 2005
Location: People's Republic of California
Gender: Male
Posts: 7,574
|
Coppery
Code:
@-moz-document domain(fanfiction.net) {
body { /* Default normal text */
background-color: black !important;
color: #706262 !important;
font-family : Verdana,Helvetica,sans-serif;
font-size : 12px;
}
a:link { /* Default link stuff */
color: rgb(109,81,38) !important;
text-decoration:none !important;
}
a:visited { /* Default link stuff */
color: rgb(109,81,38) !important;
text-decoration:none !important;
}
a:active { /* Default link stuff */
color: rgb(255,204,153) !important;
text-decoration:none !important;
}
a:hover{ /* Hover underline */
text-decoration:underline !important;
}
td { /* Default TD */
background-color: #000000 !important;
}
select { /* Selection Boxes - eg: genre, rating */
font-family : Verdana,Helvetica,sans-serif;
font-size : 11px;
background-color: #ffffff !important;
}
input { /* Text boxes and buttons */
font-family : Verdana,Helvetica,sans-serif;
font-size: 11px;
background-color: #ffffff !important;
}
div { /* div hack to get rid of image seperator after menu bar*/
background-image:url(http://i2.photobucket.com/albums/y9/MAR-Peeves/b.png) !important;
}
a.reviews { /* Reviews link */
color: #cc0000 !important;
text-decoration:none;
font-style:italic;
}
a.visited.reviews { /* Unused? */
color: #ff0000 !important;
text-decoration:none;
font-style:italic;
}
.subtd { /* Unknown */
/* background-color: #efefef; */
background-color: #00FF00 !important;
empty-cells: hide;
}
.reviews { /* Unknown */
color: #ff0000 !important;
text-decoration:none;
font-style:italic;
}
.smallgray { /* Small status text, not used on all computers */
font-family : Verdana,Helvetica,sans-serif;
font-size : 11px;
color: #ffffff !important;
}
.gray { /* Status text, not used on all computers */
font-family : Verdana,Helvetica,sans-serif;
font-size : 11px;
color:#9d4600!important;
}
.menulinks { /* Unclickable text in top menu */
font-size: 11px;
color: #000000 !important;
word-spacing: 1px;
padding-left:1ex;
letter-spacing: 0.5px;
}
.menulinks a:visited,
.menulinks a:link,
.menulinks a:active,
.menulinks a:hover { /* Clickable text in top menu */
color: rgb(0,0,0) !important;
text-decoration: none;
}
.lightbox { /* Unknown */
border-style: solid;
border-color: #d0d0d0 !important;
border-width: 1px 1px 1px 1px;
padding: 5px;
}
.grayback { /* Special box in account info - eg Site URL box under Account*/
background-color: #111111 !important;
}
.tborder
{
color: #ff0000 !important;
}
div.panel_warning {
background-color:#111111 !important;
color: #ff0000 !important;
}
div.panel_normal {
background-color:#111111 !important;
color: #ff0000 !important;
}
div.panel_plain {
background-color:#111111 !important;
color: #ff0000 !important;
}
div.panel_success {
background-color:#111111 !important;
color: #ff0000 !important;
}
/* New Menu Bars */
div.yuimenu {
background-color:#000000 !important;
}
div.yuimenubar {
background-color:#000000 !important;
}
div.yuimenu li.selected,
div.yuimenubar li.selected {
background-color:#333333 !important;
}
/* start ad removal */
center + script + div,
table + script + div,
/* right side ads */
center div[align="center"],
/* top ad div */
table[width="728"][height="90"][cellpadding="1"],
/* bottom ad */
table.myborder_only_bottom[cellpadding="4"][cellspacing="0"][width="100%"] tbody tr td[align="center"]
/* front page ad. */
{display:none !important;}
/* end ad removal */
}
__________________
Last edited by Xiph0; 07-17-2007 at 02:19 AM. |
|
|
|
|
|
#12 |
|
Order Member
|
Vereh nice... ^_^
|
|
|
|
|
|
#13 |
|
Super Moderator
The Mothaflippin' Rhymenocerus
Join Date: Apr 2005
Location: LA
Age: 25
Gender: Male
Posts: 4,422
|
This fucking rocks. Nice going Paimon, Xiph, Jon.
__________________
![]() I'm the mother flippin' Rhymenocerous My beats are fly and the birds are on my back And I'm horny I'm horny If you choose to proceed you will indeed concede Cos I hit you with my flow The Wild Rhino Stampede. |
|
|
|
|
|
#14 |
|
The Demon Mayor
|
FF.nigger changed the base coding so the old DLP theme didn't work so 'lo and behold updated version +add removal;
Code:
@-moz-document domain("fanfiction.net") {
/* start ad removal */
center + script + div,
table + script[type="text/javascript"] + div,
hr[noshade] + table[width="100%"] + div,
/* right side ads */
center div[align="center"],
/* top ad div */
table[width="728"][height="90"][cellpadding="1"],
br + center *,
/* bottom ad */
table.myborder_only_bottom[cellpadding="4"][cellspacing="0"][width="100%"] tbody tr td[align="center"],
/* front page ad. */
span[id^="AdBrite"],
/* Full Page Ads */
table.myborder tr td[valign="top"] div:not([id="bio"])
{display:none !important;}
/* end ad removal */
span.storytext, span#storytext {
display: block !important;
}
/* start recolor */
body {
background: #0a1c0b !important;
color: #cce1cf !important;
}
a { color: #93be91 !important; }
a:visited { color: #93be91 !important; }
a:hover,a:visited:hover { color: #34d238 !important; }
select,input,textarea {
background: #000 !important;
color: #fff !important;
border: 1px solid #ccc !important;
}
select:hover,select:focus,input:hover,input:focus,textarea:hover,textarea:focus { border: 1px solid #fff !important; }
td { background: none !important; }
div.yuimenu, div.yuimenubar, .menulinks {
color: #555 !important;
}
div.yuimenu a, div.yuimenubar a, div.yuimenu a:visited, div.yuimenubar a:visited, .menulinks a,.menulinks a:visited { color: #999 !important; }
div.yuimenu a:hover, div.yuimenubar a:hover, div.yuimenu a:visited:hover, div.yuimenubar a:visited:hover, .menulinks a:hover,.menulinks a:visited:hover { color: #fff !important; }
form[name=fido] table tr td { background: #000 !important; }
form[name=fido] table tr td img { display: none !important; }
hr { border-color: #fff !important; border: none !important; border-bottom: 1px solid !important; height: 0px !important; }
.xui, .xui ul, div.yuimenu, div.yuimenubar {
background-color: #000 !important;
}
.xui li:hover, .xui li.sfhover,
div.yuimenu li.selected,
div.yuimenubar li.selected {
background-color:#222 !important;
}
/* end recolor */
}
__________________
|
|
|
|
|
|
#15 |
|
Once and Future King
Join Date: Jun 2005
Location: The Holy Grail
Posts: 5,700
|
Awesome. Sree was complaining about FFN colors the other day.
__________________
![]() |
|
|
|
|
|
#16 |
|
Super Moderator
The Mothaflippin' Rhymenocerus
Join Date: Apr 2005
Location: LA
Age: 25
Gender: Male
Posts: 4,422
|
Yeah, I was, and I kept bugging Jon until he finally went and fixed the script. Thanks, Jonny. :P
Also, stickied so that more people know about it.
__________________
![]() I'm the mother flippin' Rhymenocerous My beats are fly and the birds are on my back And I'm horny I'm horny If you choose to proceed you will indeed concede Cos I hit you with my flow The Wild Rhino Stampede. |
|
|
|
|
|
#17 |
|
Denarii Host
|
Thanks. That's really nice.
Thanks Jon, Xiph and Paimon. Nero |
|
|
|
|
|
#18 |
|
Squib
Join Date: Jul 2007
Gender: Male
Posts: 28
|
This is bad ass! I am so happy!
__________________
Sticks and stones may break my bones But whips and chains excite me
|
|
|
|
|
|
#19 |
|
Death Eater
Join Date: Jan 2006
Location: Island of time
Age: 23
Gender: Male
Posts: 542
|
lol i cant see the text for the stories with some of the styles, but the DLP one looks really great, excellent job guys.
Edit: actually i cant seem to see the story text with any of them. Edit: My bad sorry
__________________
![]() On that account are we called Achaemenians; from antiquity are we descended; from antiquity hath our race been kings. Last edited by SushiZ; 10-14-2007 at 07:16 PM. |
|
|
|
|
|
#20 |
|
The Demon Mayor
|
Er, yeah. All the styles before the last one won't work. Hence why the necrobump with the new code that works.
__________________
|
|
|
|
![]() |
| Tags |
| must-read, sticky |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| fanfiction | shlager_5321 | Real Life Discussion | 3 | 07-14-2006 07:19 PM |
| Fanfiction.net update | Dubrichius | FanFic Discussion | 8 | 06-10-2006 04:38 PM |
| When is fanfiction not fanfiction? | nessin | FanFic Discussion | 10 | 05-20-2006 01:32 AM |
| Fanfiction Glossary | Juliette Ames | FanFic Discussion | 1 | 04-01-2006 08:10 AM |
| Fanfiction Ideas | Warlock | FanFic Discussion | 12 | 03-16-2006 10:30 PM |