
|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 |
/* Extra Styles */
#mainContainer {
width: 1200px;
margin-left: auto;
margin-right: auto;
}
#header {
border: 0 !important;
}
#main {
width: 1160px;
background-image: url("../images/wbb3--018/bg.png") ;
}
#main{
border: 0 !important;
padding: 10px 20px 10px 20px;
}
.mainMenu {
background-image: url("../images/wbb3--018/body.png") ;
background-repeat:no-repeat;
}
.mainMenu {
border: 0 !important;
}
.boardlistTitle {
width: 55% !important;
}
.boardlistLastPost {
width: 30% !important;
}
.boardlistStats {
width: 15% !important;
}
.mainMenuInner {
border: 0 !important;
}
#logo{
border: 0 !important;
background-image: url("../images/wbb3--018/logo.png") ;
background-repeat:no-repeat;
background-position:top center;
width:1200px;
height:223px;
margin: 0;
padding:0;
}
.userPanel {
height:33px;
background-image: url("../images/wbb3--018/top.gif") ;
background-repeat:no-repeat;
background-position :top center;
}
.userPanel, .userPanel a {
color: #FFF;
padding-left:18px;
}
.userPanel a:hover {
color: #ffffff;
}
.userPanel .border, .userPanel .popupMenu a {
color: #ffffff;
}
.mainMenu {
min-height:47px;
border: 0;
}
#search .searchContainer {
background: transparent;
min-width: 185px;
min-height: 60px;
text-align: center;
margin-top:150px;
}
.mainMenu a {
border: 0;
padding:2px 10px;
margin-top:0px;
height:33px;
}
.mainMenu a:hover {
height:34px;
}
.mainMenu .active a, .mainMenu .firstActive a, .mainMenu .lastActive a {
height:34px;
}
.pageNavigation a:hover {
background-image: url("../images/wbb3--018/smallButtonsHover.png");
}
.largeButtons a {
padding: 5px 5px 5px 9px;
background-repeat: no-repeat;
}
.largeButtons li {
padding-right: 9px;
background: url("../images/wbb3--018/largeButtons.png") no-repeat right top;
}
.largeButtons li:hover a:hover, .largeButtons li:hover a, .largeButtons li.selected a:hover, .largeButtons li.selected a {
background-position: 0% -86px;
background-color: transparent !important;
}
.largeButtons li:hover, .largeButtons li.selected {
background-position: 100% -86px;
border: 0 !important;
background-color: transparent !important;
}
.messageLeft, .messageRight, .messageFramedLeft, .messageFramedRight, .messageTop, .messageFramedTop {
background-image: url("../images/wbb3--018/messageSidebar.jpg");
background-repeat: repeat-x;
}
.threadStarterPost .messageLeft, .threadStarterPost .messageRight, .threadStarterPost .messageFramedLeft, .threadStarterPost .messageFramedRight, .threadStarterPost .messageTop, .threadStarterPost .messageFramedTop {
background-image: url("../images/wbb3--018/messageSidebarThreadStarter.jpg");
background-repeat: repeat-x;
}
.threadStarterPost .container-3 {
background-color: #2D2D2D;
}
.poll .pollQuestion {
background-image: url("../images/wbb3--018/poll.jpg");
background-repeat: repeat-x;
}
.firstPost a {
color: #858789;
}
#footer {
color:#ffffff;
border: 0 !important;
background-image: url("../images/wbb3--018/footer.png") ;
background-repeat:no-repeat;
width:1160px;
height:130px;
font-size: 11px;
padding-top: 40px;
padding-left:20px;
padding-right:20px;
}
|
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »ruhrpottbobo« (3. September 2011, 08:59)