• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

New Hive Theme

Status
Not open for further replies.

Deleted member 219079

D

Deleted member 219079

Last year I bragged about how the site looked;
http://www.hiveworkshop.com/forums/site-discussion-97/why-243589/

Today I found this tool;
https://chrome.google.com/webstore/detail/stylebot/oiaejidbmkiecgbjeifoejpgmdaleoha?hl=en-US

So I made my "ideal" version of hive I proposed in my thread into real life, just cnp script below after installing Stylebot.


138849d1409438539-new-hive-theme-hivestylebotextension11.jpg


1. Install Stylebot for Chrome
2. Enter any hive page, e.g. this
3. Right click > Stylebot > Style Element
4. Cnp the code below into a thin text box that should appear at right side of screen


HTML:
/*

Hive Style Bot Extension
-Alternative version-

by jondrean

THIS VERSION: 1.0
-First release

*/

#cont {
    background: none;
    background-attachment: fixed;
    background-color: #000000;
    background-image: url("http://www.hiveworkshop.com/forums/pastebin_data/f9gx0h/hive3.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100%;
    padding-top: 5px;
    width: 100%;
}

#tabs {
    background-color: #222222;
    border-style: solid;
    border-width: 2px 2px 0px 2px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding: 0px 5px 0px 5px;
}

.alt1, .alt1Active {
    color: #ACB857;
    background: url("http://www.hiveworkshop.com/forums/pastebin_data/f9gx0h/postBg2.jpg") repeat-x top;
    background-color: #0f0f0e;
}

.alt2, .alt2Active {
    text-shadow: 1px 0 0 rgba(5, 5, 5, 0.37), -1px 0 0 rgba(5, 5, 5, 0.37), 0 1px 0 rgba(5, 5, 5, 0.37), 0 -1px 0 rgba(5, 5, 5, 0.37), 1px 1px rgba(5, 5, 5, 0.37), -1px -1px 0 rgba(5, 5, 5, 0.37), 1px -1px 0 rgba(5, 5, 5, 0.37), -1px 1px 0 rgba(5, 5, 5, 0.37);
    color: #ACB857;
    background-color: rgba(14, 14, 12, 1);
    border-width: 1px;
    border-style: solid;
    border-color: #222;
}

.back-to-hive {
    margin-left: auto;
    margin-right: 10px;
    margin-top: 10px;
    opacity: 0.7;
    padding: 5px;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 200px;
}

.back-to-hive:hover {
    opacity: 1;
}

.bottom-bar {
    background-color: #222222;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    left: 50%;
    margin-left: -250px;
    margin-right: auto;
    margin-top: -60px;
    max-width: 1200px;
    opacity: 0.3;
    padding: 5px;
    position: fixed;
    top: 100%;
    width: 500px;
}

.bottom-bar:hover {
    opacity: 1;
}

.grass {
    background: none;
    background-attachment: fixed;
    background-image: url("http://www.hiveworkshop.com/forums/pastebin_data/f9gx0h/hive3.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 0px;
    packground-position: center top;
}

.leaves {
}

.messages-and-roster {
    background-color: #222222;
    border-style: solid;
    border-width: 0px 2px 2px 2px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding: 0px 5px 0px 5px;
}

.page {
    color: #ABC481;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

.wbb {
    box-shadow: 0px 10px 36px #000000;
}

.wbbla {
    box-shadow: -5px 5px 15px #000000;
}

.wbbra {
    box-shadow: 10px 10px 15px #000000;
}

.wbl, .wbl2 {
    box-shadow: -10px 0px 36px #000000;
}

.wbr, .wbr2 {
    box-shadow: 10px 0px 36px #000000;
}

.wbt {
    box-shadow: 0px -10px 36px #000000;
    /* top bar */
}

.wbt, .wbtl, .wbr, .wbr2, .wbtlb, .wbtrb, .wbl, .wbl2, .wbbla, .wbbra, .wbb, .wbtr {
    background-color: rgba(0, 0, 0, .8);
}

.wbtl {
    box-shadow: -5px -5px 15px #000000;
}

.wbtlb, .wbtrb {
    box-shadow: 0px -10px 36px #000000;
}

.wbtr {
    box-shadow: 5px -5px 15px #000000;
}

@media screen and (max-width: 1024px) {
  .back-to-hive {    
    display: none !important;
  }
}

body {
    color: #ACB857;
}

/*

COLORING

*/

/*

CENTER SHADOW

*/

/*

CHAT

*/

I NEED FEEDBACK ON FOLLOWING:

1. Currently the max width of the content form is 1200px, should I change it to something else? To what?

2. What do you think of the colors?

3. Currently it also applies changes to the chat. Should I revert those changes?

4. Should I make the background image lighter, or does the dark hue not bother you?

5. Any else suggestions would be great! :)
 

Attachments

  • hiveStyleBotExtension11.jpg
    hiveStyleBotExtension11.jpg
    226.5 KB · Views: 667
Last edited by a moderator:
Level 21
Joined
Jul 6, 2014
Messages
6,791
1.Don't know. 2.I like the colors.it cathes my eye 3.No. 4.I like the dark hue. 5.sorry,don't have any suggestions
 

Deleted member 219079

D

Deleted member 219079

I can't get my Terran to show up :(

Whenever I choose Terran from the theme list it changes back to Night Elf. Any ways I can fix this?

Thanks for the input:)

edit:

NEW ALTERNATIVE THEME AVAILABLE:

My first attempt to also modify the background of content itself.

attachment.php

HTML:
/*

Hive Style Bot Extension
-Alternative version-

by jondrean

THIS VERSION: 1.0
-First release

*/

#cont {
    background: none;
    background-attachment: fixed;
    background-color: #000000;
    background-image: url("http://www.hiveworkshop.com/forums/pastebin_data/f9gx0h/hive3.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100%;
    padding-top: 5px;
    width: 100%;
}

#tabs {
    background-color: #222222;
    border-style: solid;
    border-width: 2px 2px 0px 2px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding: 0px 5px 0px 5px;
}

.alt1, .alt1Active {
    color: #ACB857;
    background: url("http://www.hiveworkshop.com/forums/pastebin_data/f9gx0h/postBg2.jpg") repeat-x top;
    background-color: #0f0f0e;
    text-shadow: 1px 0 0 rgba(5, 5, 5, 0.37), -1px 0 0 rgba(5, 5, 5, 0.37), 0 1px 0 rgba(5, 5, 5, 0.37), 0 -1px 0 rgba(5, 5, 5, 0.37), 1px 1px rgba(5, 5, 5, 0.37), -1px -1px 0 rgba(5, 5, 5, 0.37), 1px -1px 0 rgba(5, 5, 5, 0.37), -1px 1px 0 rgba(5, 5, 5, 0.37);
}

.alt2, .alt2Active {
    text-shadow: 1px 0 0 rgba(5, 5, 5, 0.37), -1px 0 0 rgba(5, 5, 5, 0.37), 0 1px 0 rgba(5, 5, 5, 0.37), 0 -1px 0 rgba(5, 5, 5, 0.37), 1px 1px rgba(5, 5, 5, 0.37), -1px -1px 0 rgba(5, 5, 5, 0.37), 1px -1px 0 rgba(5, 5, 5, 0.37), -1px 1px 0 rgba(5, 5, 5, 0.37);
    color: #ACB857;
    background-color: rgba(14, 14, 12, 1);
    border-width: 1px;
    border-style: solid;
    border-color: #222;
}

.back-to-hive {
    margin-left: auto;
    margin-right: 10px;
    margin-top: 10px;
    opacity: 0.7;
    padding: 5px;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 200px;
}

.back-to-hive:hover {
    opacity: 1;
}

.bottom-bar {
    background-color: #222222;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    left: 50%;
    margin-left: -250px;
    margin-right: auto;
    margin-top: -60px;
    max-width: 1200px;
    opacity: 0.3;
    padding: 5px;
    position: fixed;
    top: 100%;
    width: 500px;
}

.bottom-bar:hover {
    opacity: 1;
}

.grass {
    background: none;
    background-attachment: fixed;
    background-image: url("http://www.hiveworkshop.com/forums/pastebin_data/f9gx0h/hive3.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 0px;
    packground-position: center top;
}

.leaves {
}

.messages-and-roster {
    background-color: #222222;
    border-style: solid;
    border-width: 0px 2px 2px 2px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding: 0px 5px 0px 5px;
}

.page {
    color: #ABC481;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

.wbb {
    box-shadow: 0px 10px 36px #000000;
}

.wbbla {
    box-shadow: -5px 5px 15px #000000;
}

.wbbra {
    box-shadow: 10px 10px 15px #000000;
}

.wbl, .wbl2 {
    box-shadow: -10px 0px 36px #000000;
}

.wbr, .wbr2 {
    box-shadow: 10px 0px 36px #000000;
}

.wbt {
    box-shadow: 0px -10px 36px #000000;
    /* top bar */
}

.wbt, .wbtl, .wbr, .wbr2, .wbtlb, .wbtrb, .wbl, .wbl2, .wbbla, .wbbra, .wbb, .wbtr {
    background-color: rgba(0, 0, 0, .8);
}

.wbtl {
    box-shadow: -5px -5px 15px #000000;
}

.wbtlb, .wbtrb {
    box-shadow: 0px -10px 36px #000000;
}

.wbtr {
    box-shadow: 5px -5px 15px #000000;
}

.vjass, .trigger {
    text-shadow: none;
}

@media screen and (max-width: 1024px) {
  .back-to-hive {    
    display: none !important;
  }
}

body {
    color: #ACB857;
}

/*

COLORING

*/

/*

CENTER SHADOW

*/

/*

CHAT

*/

I need feedback on:

1. Is this better than the main one?

2. Any suggestions?
 

Attachments

  • hiveThemePreview.png
    hiveThemePreview.png
    734.6 KB · Views: 652
Last edited by a moderator:

Deleted member 219079

D

Deleted member 219079

SC2 Theme 1.0
attachment.php

attachment.php

HTML:
/*

Hive Stylebot Extension
-SC2 version-

by jondrean

THIS VERSION: 1.0
-first release

*/
@import url(http://fonts.googleapis.com/css?family=Lato);

.zzz {
    margin-top: 50px;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

body {
    background-image: url("http://www.hiveworkshop.com/forums/pastebin_data/f9gx0h/hiveScBg.jpg");
    background-attachment: fixed;
    background-size: 100% 100%;
}

.topad {
    margin-left: -468px;
    margin-right: auto;
    top: 100px;
    border-width: 2px;
    border-style: solid;
    border-color: rgba(55,155,255,0.4);
}

.topad:hover {
    border-color: rgba(255,205,0,0.6);
}

table {
    border-color: rgba(55,155,255,0.4);
}

.alt2, .alt2Active {
    background-color: rgba(20,85,155,0.30);
    color: rgba(130, 186, 222, 1);
    border: 1px solid #002555;
    border-bottom-width: 2px;
    /*
    margin: 0 0 5px 25px;
    */
    border-radius: 5px;
}

img.alt2 {
    padding: 0px;
    border-radius: 0px;
    margin: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
}

.smallfont {
    color: rgba(225,240,255,0.80);
}

.alt1, .alt1Active {
    background-color: rgba(30,55,80,0.35);
    color: rgba(150, 176, 188, 1);
}

a, .tborder {
    color: rgba(205,105,0,1);
}

a:hover, .tborder.thead:hover {
    color: rgba(255,205,0,1);
}

.block_content, .content_block, .tborder {
    background: none;
    background-color: rgba(55,55,55,0);
}

.tcat, .tfoot {
    background: none;
    background-color: rgba(55,55,55,0.35);
}

.tp {
    color: rgba(0,0,0,0);
    text-align: center;
}

#tpl {
    margin-left: auto;
    margin-right: auto;
    position: static;
    margin-bottom: -90px;
    margin-top: 40px;
    width: 500px;
    height: 50px;
}

.tfoot {
    background-color: rgba(0,0,0,0.5);
}

.bm {
    background: none;
    background-color: rgba(0,0,0,0.85);
    padding: 10px;
}

.panel {
    background-color: rgba(0,0,0,0);
}

.panelsurround {
    background-color: rgba(30,55,80,0.35);
    color: rgba(155,155,155,1);
}

.vbmenu_control {
    background: none;
    background-color: rgba(50,105,150,0.40);
    color: rgba(155,155,155,1);
}

a.wc3link {
    color: rgba(55,125,55,1);
    text-transform: capitalize;
    font-variant: normal;
    font-style: normal;
    font-weight: bold;
}

a.wc3link:hover {
    color: rgba(155,225,155,1);
}

#username_box {
    text-align: center;
}

Enjoy =)

No chat modification for the sc version though..

So, any feedback on any of these 3 I've made this far?
 

Attachments

  • hiveStyleBotExtensionSC1.jpg
    hiveStyleBotExtensionSC1.jpg
    231.9 KB · Views: 625
  • sc2themePrev.png
    sc2themePrev.png
    416.1 KB · Views: 591
Last edited by a moderator:

Deleted member 219079

D

Deleted member 219079

although too dark.
I might update it at some point of this week.

Here's a NE Brown theme:

NE Theme Brown
attachment.php

Install instructions in the first post.
HTML:
/*

Hive Style Bot Extension
-NE Brown-

by jondrean

THIS VERSION: 1.0
-First release

*/
#cont {
    background: none;
    background-attachment: fixed;
    background-color: #000000;
    background-image: url("http://www.hiveworkshop.com/forums/pastebin_data/f9gx0h/hive3.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100%;
    padding-top: 5px;
    width: 100%;
}

#tabs {
    background-color: #222222;
    border-style: solid;
    border-width: 2px 2px 0px 2px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding: 0px 5px 0px 5px;
}

#username_box {
    text-align: center;
}

#vB_Editor_QR {
    background-color: rgba(0,0,0,0.5);
}

#vB_Editor_QR_textarea {
    background-color: #0E0C08;
}

.alt1, .alt1Active, .tfoot {
    background: none;
    border-width: 0px;
    color: #ACB857;
    text-shadow: 1px 0 0 rgba(5, 5, 5, 0.37), -1px 0 0 rgba(5, 5, 5, 0.37), 0 1px 0 rgba(5, 5, 5, 0.37), 0 -1px 0 rgba(5, 5, 5, 0.37), 1px 1px rgba(5, 5, 5, 0.37), -1px -1px 0 rgba(5, 5, 5, 0.37), 1px -1px 0 rgba(5, 5, 5, 0.37), -1px 1px 0 rgba(5, 5, 5, 0.37);
}

.back-to-hive {
    margin-left: auto;
    margin-right: 10px;
    margin-top: 10px;
    opacity: 0.7;
    padding: 5px;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 200px;
}

.back-to-hive:hover {
    opacity: 1;
}

.bottom-bar {
    background-color: #222222;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    left: 50%;
    margin-left: -250px;
    margin-right: auto;
    margin-top: -60px;
    max-width: 1200px;
    opacity: 0.3;
    padding: 5px;
    position: fixed;
    top: 100%;
    width: 500px;
}

.bottom-bar:hover {
    opacity: 1;
}

.grass {
    background: none;
    background-attachment: fixed;
    background-image: url("http://www.hiveworkshop.com/forums/pastebin_data/f9gx0h/hive2.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 0px;
    packground-position: center top;
}

.messages-and-roster {
    background-color: #222222;
    border-style: solid;
    border-width: 0px 2px 2px 2px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding: 0px 5px 0px 5px;
}

.page {
    color: #ABC481;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

.panel, .panelsurround, .imagebutton {
    background-color: rgba(0,0,0,0);
}

.tborder {
    background: none;
}

.vbmenu_control {
    background: none;
    background-color: rgba(0,0,0,0.4);
}

.vjass, .trigger {
    background: none;
    background-color: rgba(255,255,255,1);
    color: #000;
    text-shadow: none;
}

.wbb {
    box-shadow: 0px 10px 36px #000000;
}

.wbbla {
    box-shadow: -5px 5px 15px #000000;
}

.wbbra {
    box-shadow: 10px 10px 15px #000000;
}

.wbl, .wbl2 {
    box-shadow: -10px 0px 36px #000000;
}

.wbr, .wbr2 {
    box-shadow: 10px 0px 36px #000000;
}

.wbt {
    box-shadow: 0px -10px 36px #000000;
    /* top bar */
}

.wbt, .wbtl, .wbr, .wbr2, .wbtlb, .wbtrb, .wbl, .wbl2, .wbbla, .wbbra, .wbb, .wbtr {
    background-color: rgba(0, 0, 0, .8);
}

.wbtl {
    box-shadow: -5px -5px 15px #000000;
}

.wbtlb, .wbtrb {
    box-shadow: 0px -10px 36px #000000;
}

.wbtr {
    box-shadow: 5px -5px 15px #000000;
}

a, span.time {
    text-shadow: 1px 0 0 rgba(5, 5, 5, 0.57), -1px 0 0 rgba(5, 5, 5, 0.57), 0 1px 0 rgba(5, 5, 5, 0.57), 0 -1px 0 rgba(5, 5, 5, 0.57), 1px 1px rgba(5, 5, 5, 0.57), -1px -1px 0 rgba(5, 5, 5, 0.57), 1px -1px 0 rgba(5, 5, 5, 0.57), -1px 1px 0 rgba(5, 5, 5, 0.57);
}

@media screen and (max-width: 1024px) {
  .back-to-hive {    
    display: none !important;
  }
}

body {
    color: #ACB857;
}

/*
.tcat {
    background-color: rgba(0,0,0,0.4);
    color: #60A600;
    text-shadow: 1px 0 0 rgba(5, 5, 5, 0.57), -1px 0 0 rgba(5, 5, 5, 0.57), 0 1px 0 rgba(5, 5, 5, 0.57), 0 -1px 0 rgba(5, 5, 5, 0.57), 1px 1px rgba(5, 5, 5, 0.57), -1px -1px 0 rgba(5, 5, 5, 0.57), 1px -1px 0 rgba(5, 5, 5, 0.57), -1px 1px 0 rgba(5, 5, 5, 0.57);
    padding:0px 2px 0px 2px;
}

*/

fieldset {
    background-color: rgba(0,0,0,0.5);
    border-color: rgba(0,0,0,0.8);
    border-style: solid;
    border-width: 1px;
    display: block;
    margin-top: 5px;
}

legend {
    height: 0;
    opacity: 0;
    width: 0;
}

span {
    text-shadow: none;
}

table.tborder {
    background: url("http://www.hiveworkshop.com/forums/pastebin_data/f9gx0h/postBg4.jpg") repeat-x top;
    background-color: #100f07;
    border-spacing: 0px 5px;
    padding: 2px;
}

td.alt1 {
    background-color: rgba(155,155,155,0.1);
}

td.alt1, td.alt1Active, td.alt2, td.alt2Active, td.thead {
    border-color: rgba(0,0,0,0.9);
    border-style: solid;
    border-width: 1px 1px 2px 1px ;
}

td.alt1Active {
    background-color: rgba(155,155,155,0.1);
}

td.alt2, td.alt2Active {
    background: none;
    /*border-width:1px;*/
    background-color: rgba(0,0,0,0.17);
    color: #ACB857;
    text-shadow: 1px 0 0 rgba(5, 5, 5, 0.57), -1px 0 0 rgba(5, 5, 5, 0.57), 0 1px 0 rgba(5, 5, 5, 0.57), 0 -1px 0 rgba(5, 5, 5, 0.57), 1px 1px rgba(5, 5, 5, 0.57), -1px -1px 0 rgba(5, 5, 5, 0.57), 1px -1px 0 rgba(5, 5, 5, 0.57), -1px 1px 0 rgba(5, 5, 5, 0.57);
}

td.tcat {
    background: none;
}

td.thead {
    background-color: rgba(25,23,15,1);
    margin: 0;
}

td.wbm {
    background: none;
    background-color: #0b0a05;
    padding: 2px;
}

SUGGESTIONS OF ANY OF THESE THEMES I'VE UPLOADED ARE APPRECIATED!
 

Attachments

  • neBrown.png
    neBrown.png
    1.4 MB · Views: 575

Deleted member 219079

D

Deleted member 219079

Oops, it came out darker than intented, should fix it this week..

There's no external div class for OP and other posts.

This tool is for modifying css, not html, so to make .mainpost{ } / .post{ } actually affect something, it'd need someone who has access to source code of hive to change it. And I won't bother anyone with these -.-
 

Deleted member 219079

D

Deleted member 219079

I won't make more for hive 1. Ralle uses so few different divs it's irritating to make these.


But feel free to submit your own themes here.
 

Deleted member 219079

D

Deleted member 219079

Okay okay ill fix the old one when I have time..

  • test
JASS:
test

Edit: It should work properly now.
 

Deleted member 219079

D

Deleted member 219079

Ask 13lack Death and Ralle - one to make art and one to make html ^^

Maybe you need to pay 9k dollars but whatever - pocket money!
 

Deleted member 219079

D

Deleted member 219079

How about diablo theme? SC is cool, though.

DIABLO III THEME

>Brown theme
>Pleasant colors
>Diablo

attachment.php

attachment.php

Notice: Following code is an outdate Stylebot-one!
HTML:
#opm {
    background: url('http://www.hiveworkshop.com/forums/pastebin_data/n77cmu/topbarloophor.jpg') repeat-x center top;
}

#paypal {
    top: 65px;
}

#tpr, #tpl {
    top: 4px;
}

.alt1, .alt1Active {
    background-color: #2A2424;
}

.alt1, .alt1Active, .alt2, .alt2Active, .tcat, .thead {
    font: normal 12px/1.5 Arial, sans-serif;
}

.alt2, .alt2Active {
    background-color: #221D1D;
    color: #a99877;
}

.grass {
    background: none;
}

.outleft, .outright, #opl, #opr, .leaves {
    display: none;
}

.smallfont {
    color: #a99877;
    font: normal 11px/1.5 Arial, sans-serif;
}

.tcat, .thead {
    color: #C4AA69;
}

.topad {
    display: none;
}

.wbt, .wbm, .outbottom {
    background: none;
}

.wbtaa, .wbtl, .wbtr, .wbtrb, .wbr, .wbl, .wbl2, .wbr2, .wbb, .wbbla, .wbbra, .outbottomcorner, .wbtlb {
    background: none;
    display: none;
}

body {
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background: url('http://www.hiveworkshop.com/forums/pastebin_data/n77cmu/artwork-0128-full.jpg') no-repeat center center fixed;
    background-size: cover;
}

a:link, body_alink, a:visited {
    color: #96782C;
}

a:hover {
    color: #E0B851;
}

body>#tpl>a:link, body>#tpl>a:visited {
    color: #D6BF18;
    text-shadow: 1px 1px #000;
}

body>#tpl>a:hover {
    color: #F7E567;
    text-shadow: 2px 2px #000;
}

body>#tpr>a:link, body>#tpr>a:visited {
    color: #D6BF18;
    text-shadow: 1px 1px #000;
}

body>#tpr>a:hover {
    color: #F7E567;
    text-shadow: 2px 2px #000;
}

/*
#BD1919
*/

div>div.page > div {
    background: url('http://www.hiveworkshop.com/forums/pastebin_data/n77cmu/bgloop.jpg');
    background-repeat: repeat;
}

div>div.page>div>div>table.tborder>tbody {
    background-color: #25211D;
    background-image: url('http://www.hiveworkshop.com/forums/pastebin_data/n77cmu/postbg.jpg');
    background-repeat: repeat-x;
}

div>div.page>div>div>table.tborder>tbody>tr>td {
    background: none;
}

div>div.page>div>div>table.tborder>tbody>tr[valign="top"]+tr>td {
    background: linear-gradient(#272119, #111);
    border-color: #000;
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    /* For Safari 5.1 to 6.0 */
    /* For Opera 11.1 to 12.0 */
    /* For Firefox 3.6 to 15 */
    /* Standard syntax */
}

table.mb {
    width: 100%;
}

td.grass>div[align=center]>.page {
    box-shadow: -2px -2px 0 #511A00, 
 2px -2px 0 #511A00, 
 -2px 2px 0 #511A00, 
 2px 2px 0 #511A00, 
 -3px -3px 0 #292521, 
 3px -3px 0 #292521, 
 -3px 3px 0 #292521, 
 3px 3px 0 #292521, 
 -5px -5px 5px rgba(0,0,0,0.5),
 -5px 5px 5px rgba(0,0,0,0.5),
 5px -5px 5px rgba(0,0,0,0.5),
 5px 5px 5px rgba(0,0,0,0.5);
    margin-top: 28px;
    max-width: 1200px;
    width: 100%;
}

td.outbottom {
    background-color: rgba(0,0,0,0.5);
}

td[class=alt1][style="background: url(images_custom/style_wc3s/bg_up.gif)"] {
    background: #221D1D
;
}

td[class=alt2][style="background: url(images_custom/style_wc3s/bg_up.gif)"] {
    background: none;
    background-color: #222;
}
 

Attachments

  • d3theme.jpg
    d3theme.jpg
    597.1 KB · Views: 213
  • vanillaTheme.jpg
    vanillaTheme.jpg
    648.9 KB · Views: 193
Last edited by a moderator:

Deleted member 219079

D

Deleted member 219079

and i haven't really seen 13lack Death around in a while oO
You're right, maybe he's been busy?

I've heard someone say that it was the forum skin that lured him to the site. It is a good call to bet on good forum skins — if anything, keeping this one.
Yup, the creator of the hive theme has had a good color eye.
 

Deleted member 219079

D

Deleted member 219079

Updated the D3 theme.

Opininos? Suggestions?
 
Status
Not open for further replies.
Top