1
Da_Newb
Help editing css to fit logo
  • 2005/8/2 17:40

  • Da_Newb

  • Just popping in

  • Posts: 9

  • Since: 2005/7/31


Some more specifics for any that would like to help with my problem. The goal is to make the header "hug" the image I've uploades as a new logo. Currently, I have cell padding on the right, bottom, and top and would like to remove it. My theme is the subblack phpbb theme.

Any help would be greatly appreciated. Thanks.

Here is the css:

html {
scrollbar-face-color: #212121;
scrollbar-highlight-color: #404040;
scrollbar-shadow-color: #000000;
scrollbar-3dlight-color: #616161;
scrollbar-arrow-color: #A1A1A1;
scrollbar-track-color: #000000;
scrollbar-darkshadow-color: #000000;
}

body {
color:#FFFFCC;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
background-color: #000000;
}

a:link,a:active,a:visited {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
text-decoration: none;
color: #FFCC00;
font-style: normal;
}
a:hover {
text-decoration: underline;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px; color: #FFFFCC;
font-style: normal
}

.bg{
color: 11px;
background: #404040;
border: solid 1px #FFFFCC;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 5;
padding: 5;
}

.outline{
background: #404040;
border: solid 1px #FFCC00;
}
table {
width: 100%;
margin: 5;
padding: 5;

font-size: small
}
table td {
padding: 0;
border-width: 0;
vertical-align: top;
font-family: Verdana, Arial, Helvetica, sans-serif;
}


td {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #FFFFCC;
font-size: 11px;border-top-width : 1px;
background: #;
border-right-width : 1px;
border-bottom-width : 1px;
border-left-width : 1px;
}

input {
background-color : #404040;
color : #FFFFCC;
font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

textarea {
color : #ffffcc;
background-color : #404040;
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
border: solid 1px #FFFFCC;
}
select {
color : #ffffcc;
background-color : #404040;
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
border-color : #FFFFCC;
}
img {
border: 0;
}
ul {
margin: 2px;
padding: 2px;
list-style: decimal inside;
text-align: left;
}
li {
margin-left: 2px;
list-style: disc inside;
}

.odd {
background-color: #404040;
text-alig: left;

}
.outer {
background-color: #212121;
text-align:left;
border: 3px double #666666;
}
.even {
background-color: #404040;

}
th {
background-color: #000000;
text-align: left;
padding: 5px;
}


.head {
color: #FFCC00; font-size: 11px;
font-weight : bold;
height: 25px;
background:#212121;
vertical-align: middle;
}
.foot {
background-color: #212121;
padding: 3px;
}

.comTitle {
color: #ffcc00;
font-size: 11px;
font-weight : bold;
background: #333333;
height: 23px;
text-align: left;
padding-top: 7px;
padding-left: 10px;

}
.comText {
padding: 20px;
text-align: left;
}
.comUserStat {
font-size: 10px;
color: #FFCC00;
font-weight:bold;
border: 1px solid #000000;
background-color: #666666;
margin: 2px; padding: 2px;
}
.comUserStatCaption {
font-weight: normal;
}
.comUserStatus {
margin-left: 2px;
margin-top: 10px;
color: #FFCC00;
font-weight:bold;
font-size: 10px;
}
.comUserRank {
margin: 2px;
}
.comUserRankText {
font-size: 10px;
font-weight:bold;
}
.comUserRankImg {
border: 0;
}
.comUserName {}
.comUserImg {
margin: 2px;
}
.comDate {
color: #FFFFCC;
font-weight: normal;
font-style: italic;
font-size: smaller;
text-align: right;
}
.comDateCaption {
color: #FFFFCC;
font-weight: bold;
font-style: normal;
text-align: right;
}

div.xoopsCode {
background: #404040;
border: 1px inset #FFFFCC;
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
padding: 0px 6px 6px 6px;}


div.xoopsQuote {
background: #404040;
border: 1px inset #FFFFCC;
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
padding: 0px 6px 6px 6px;}

.item {
background: #000000;

}
.itemHead {
color: #FFFFCC;
font-size: 11px;
font-weight : bold;
background-image: url(images/cellpic1.gif);
height: 20px;
padding-top: 7px;
padding-left: 7px;
border-left: double 3px #ffffcc;
border-right:double 3px #ffffcc;
border-top:double 3px #ffffcc;
border-bottom:solid 1px #ffffcc;
}
.itemInfo {
text-align: right;
padding: 3px;
background-color: #212121;
border-left: double 3px #ffffcc;
border-right:double 3px #ffffcc;
}
.itemTitle a {
font-size: 130%;
font-size: 11px;
font-weight: bold;
font-variant: small-caps;
color: #FFFFCC;
background-color: transparent;
}
.itemPoster {
color: #FFFFCC;
font-size: 90%;
font-style:nomal;
}


.itemPostDate {
font-size: 90%;
font-style:nomal;
}
.itemStats {
color: #FFFFCC;
font-size: 90%;
font-style:nomal;
}
.itemBody {
color: #FFFFCC;
padding-left: 5px;
text-align: left;
border-left: double 3px #ffffcc;
border-right: double 3px #ffffcc;
border-top: solid 1px #FFFFCC;
border-bottom: solid 1px #FFFFCC;
}
.itemText {
color: #FFFFCC;
margin-top: 5px;
margin-bottom: 5px;
line-height: 1.5em;
}

.itemFoot {
text-align: right;
padding: 3px;
background-color: #212121;
border-left: double 3px #ffffcc;
border-right:double 3px #ffffcc;
border-bottom:double 3px #ffffcc;
}
.itemAdminLink {
font-size: 90%;
}
.itemPermaLink {
font-size: 90%;
}

.blockTitle {
color: #CC9900;
font-size: 13px;
font-weight: bold;
text-align: center;

background-image: url(images/cellpic3.gif);
border: solid 1px #FFFFCC;
height: 28px;
vertical-align: middle;
}

.blockTitle2 {
color: #FFFFCC;
font-weight: bold;
font-size: 12px;
text-align: center;
background-image: url(images/cellpic1.gif);
border: solid 1px #FFFFCC;
height: 28px;
vertical-align: middle;
}

.blockContent {
background-color: #000000;
padding: 2px;
border-left: solid 1px #FFFFCC;
border-right:solid 1px #FFFFCC;
border-bottom:solid 1px #FFFFCC;

Login

Who's Online

257 user(s) are online (147 user(s) are browsing Support Forums)


Members: 0


Guests: 257


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Nov 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits