|
|
UKsimmers.com |
| February 2, 2007, 10:46am |
|
E-Blah Member 
Posts: 7
Posts Per Day: 0.01
Time Online: 3 days 16 hours 17 minutes
|
Hello! I am the admin of http://www.uksimmers.com (www.uksimmers.com/for) and wondering how i change the contents of my forum inside the body (code provided on stickied thread at the top of this forum). Thanks for reading -uksimmers Admin |
|
|
|
|
|
Justin |
| February 2, 2007, 11:29am |
|
|
Posts: 15,075
Gender:  Male
Posts Per Day: 6.52
Reputation: 93.40%
Reputation Score: +297 / -21
Time Online: 36 days 23 hours 27 minutes
Location: Tallassee, AL
Age: 22
|
|
|
|
|
|
UKsimmers.com |
| February 2, 2007, 12:45pm |
|
E-Blah Member 
Posts: 7
Posts Per Day: 0.01
Time Online: 3 days 16 hours 17 minutes
|
1. The headings of the columns - changing background colours 2. How to make alternative post is different colours 3. How to move 'Login' at the top of every forum or just to realign it.
Thanks. UKsimmers. |
|
|
|
|
|
Justin |
|
|
Posts: 15,075
Gender:  Male
Posts Per Day: 6.52
Reputation: 93.40%
Reputation Score: +297 / -21
Time Online: 36 days 23 hours 27 minutes
Location: Tallassee, AL
Age: 22
|
|
|
|
|
|
UKsimmers.com |
|
E-Blah Member 
Posts: 7
Posts Per Day: 0.01
Time Online: 3 days 16 hours 17 minutes
|
Thanks Alot.
Can you help with css coding for me? |
|
| Revision History (1 edits) |
|
| |
|
|
|
|
|
tylermenezes |
| February 3, 2007, 11:00am |
|
|
Posts: 201
Gender:  Male
Posts Per Day: 0.21
Reputation: 90.48%
Reputation Score: +19 / -2
Time Online: 1 days 5 hours 56 minutes
Location: Redmond, Washington
Age: 16
|
Could you post a copy of the CSS template here? I'll update it for you. |
| |
|
| Revision History (1 edits) |
| Justin - February 3, 2007, 6:23pm | | |
|
|
|
|
|
UKsimmers.com |
|
E-Blah Member 
Posts: 7
Posts Per Day: 0.01
Time Online: 3 days 16 hours 17 minutes
|
|
Code
/* Global Table Settings */
body, table, td {
font-family: Verdana, Helvetica, Arial;
font-size : 11px;
line-height: 1.3;
color : #1D1F22;
}
body {
background-color: #F1F1F1;
position : absolute;
margin : 5px;
text-align : center;
}
table {
margin-left : auto;
margin-right: auto;
}
/*
Centering help:
http://www.maxdesign.com.au/presentation/center/
*/
td {
text-align: left;
}
/* Board Index Description */
.bidesc {
font-weight: normal;
font-size : 10px;
line-height: 1.5;
color : #444 !important;
}
.loading {
background-image : url(/blahdocs/images/loading.gif);
background-repeat: no-repeat;
width : 222px;
height : 19px;
}
.right {
text-align: right !important;
}
.center {
text-align: center !important;
}
.justify {
text-align: justify !important;
}
.vtop {
vertical-align: top !important;
}
.innertable {
margin: 0px !important;
}
.leftimg {
float : left;
padding-right: 5px;
}
.rightimg {
float : right;
padding-left: 5px;
}
.centerimg {
vertical-align: middle;
}
.boardsearch {
background : url(/blahdocs/images/search.png) 3px 4px no-repeat;
padding-left : 19px;
padding-top : 5px;
padding-bottom: 5px;
width : 90%;
}
/* If user has a color, specify the options for that user name to appear here */
.usercolors {
font-weight: bold;
}
/* Colors */
.titlebg, .catbg {
font-family: Verdana, Helvetica, Arial;
font-size : 12px;
color : #000;
font-weight: bold;
}
.titlebg {
background-color: #E1E5EB;
}
.catbg {
background-color: #FFFFFF;
}
.win {
background-color: #F4F4F4;
}
.win2 {
background-color: #EDEDED;
}
.win3 {
background-color: #40B1C5;
}
.border, HR, hr, .hr {
background-color: #B8B8B8;
}
/* Small font text size */
.smalltext {
font-weight: normal;
font-size : 9px;
line-height: 1.5;
}
/* Table alignment */
div.centered {
text-align: right;
}
div.centered table {
margin-left : auto;
margin-right: auto; /* long form to make IE5/Mac happy */
}
.messageseps {
border-top: 1px dashed #FFF;
padding : 6px;
}
/* Reputation */
.redrep { /* Bad */
color: #FF0033;
}
.grayrep { /* Neutral */
color: #CCC;
}
.greenrep { /* Good */
color: #00AF33;
}
.greenrep, .grayrep, .redrep {
font-weight: bold;
}
/* Bots: this is shown in the "Online" places */
.onlinebots {
color : gray;
font-style : italic;
font-weight: normal;
}
.postbody { /* Format the post body */
font-size : 12px;
line-height: 1.5;
background-color: #
}
/* Poll Colors */
.pollcolor {
background-color: #40B1C5;
padding-left : 5px;
border-right: 5px solid #000;
}
.pollpercents {
background-color: #D2D5DA;
color : #000;
padding-right : 10px;
padding-left : 10px;
}
.pollborder {
background-color: #000;
}
/* Links */
a, a:link, a:active, a:visited {
text-decoration: none;
color : #36383B;
font-weight : bold;
}
a:hover {
text-decoration: none;
color : #1A1016;
font-weight : bold;
}
/* Forms */
.upload, input, textarea, select { /* .checkboxinput also allowed */
color : #40B;
background-color: #EEE;
font-family : Verdana, Helvetica, Times;
font-size : 10px;
border : 1px #8A8D96 solid;
border-top-width : 1px;
border-right-width : 1px;
border-bottom-width: 1px;
border-left-width : 1px;
}
input {
padding: 3px;
}
textarea {
padding : 4px;
line-height: 130%;
}
input { text-indent : 3px; margin: 0px; }
input.button {
border : 1px solid #000;
padding: 1px;
}
form, input {
margin-top: 0px;
}
form {
margin-bottom: 0px;
}
/* Portal Styles */
.dbx-clone {
position :absolute;
visibility:hidden;
}
.dbx-clone, .dbx-clone .dbx-handle-cursor {
cursor: move !important;
}
.dbx-dummy {
display : block;
width : 0;
height : 0;
overflow: hidden;
}
.dbx-group, .dbx-box, .dbx-handle {
position: relative;
display : block;
}
#dbx-box {
margin : 0px;
padding: 0px;
border : none;
}
/* Calendar */
.calendarevent { /* Title on the Day view */
font-size : 18px;
font-weight: bold;
}
.currentday { /* These will make the entire day/week kind of faded */
opacity: .85;
filter : alpha(opacity=85);
}
|
|
Thanks for offering to help. |
|
|
|
|
|
tylermenezes |
| February 4, 2007, 11:20am |
|
|
Posts: 201
Gender:  Male
Posts Per Day: 0.21
Reputation: 90.48%
Reputation Score: +19 / -2
Time Online: 1 days 5 hours 56 minutes
Location: Redmond, Washington
Age: 16
|
Sorry, I forgot to ask: what colors do you want to use (either just standard Red, Green, Blue or [preferred] Hexidecimal) |
| |
|
|
|
|
|
UKsimmers.com |
| February 4, 2007, 11:39am |
|
E-Blah Member 
Posts: 7
Posts Per Day: 0.01
Time Online: 3 days 16 hours 17 minutes
|
#006699 and #40B1C5 - #40B1C5 preferred for headlinds etc. |
|
|
|
|
|
tylermenezes |
|
|
Posts: 201
Gender:  Male
Posts Per Day: 0.21
Reputation: 90.48%
Reputation Score: +19 / -2
Time Online: 1 days 5 hours 56 minutes
Location: Redmond, Washington
Age: 16
|
|
Code
/* Global Table Settings */
body, table, td {
font-family: Verdana, Helvetica, Arial;
font-size : 11px;
line-height: 1.3;
color : #1D1F22;
}
body {
background-color: #E2F3F6;
position : absolute;
margin : 5px;
text-align : center;
}
table {
margin-left : auto;
margin-right: auto;
}
/*
Centering help:
http://www.maxdesign.com.au/presentation/center/
*/
td {
text-align: left;
}
/* Board Index Description */
.bidesc {
font-weight: normal;
font-size : 10px;
line-height: 1.5;
color : #444 !important;
}
.loading {
background-image : url(/blahdocs/images/loading.gif);
background-repeat: no-repeat;
width : 222px;
height : 19px;
}
.right {
text-align: right !important;
}
.center {
text-align: center !important;
}
.justify {
text-align: justify !important;
}
.vtop {
vertical-align: top !important;
}
.innertable {
margin: 0px !important;
}
.leftimg {
float : left;
padding-right: 5px;
}
.rightimg {
float : right;
padding-left: 5px;
}
.centerimg {
vertical-align: middle;
}
.boardsearch {
background : url(/blahdocs/images/search.png) 3px 4px no-repeat;
padding-left : 19px;
padding-top : 5px;
padding-bottom: 5px;
width : 90%;
}
/* If user has a color, specify the options for that user name to appear here */
.usercolors {
font-weight: bold;
}
/* Colors */
.titlebg, .catbg {
font-family: Verdana, Helvetica, Arial;
font-size : 12px;
color : #000;
font-weight: bold;
}
.titlebg {
background-color: #40B1C5;
}
.catbg {
background-color: #006699;
}
.win {
background-color: #AAD4FF;
}
.win2 {
background-color: #AAD4FF;
}
.win3 {
background-color: #AAD4FF;
}
.border, HR, hr, .hr {
background-color: #B8B8B8;
}
/* Small font text size */
.smalltext {
font-weight: normal;
font-size : 9px;
line-height: 1.5;
}
/* Table alignment */
div.centered {
text-align: right;
}
div.centered table {
margin-left : auto;
margin-right: auto; /* long form to make IE5/Mac happy */
}
.messageseps {
border-top: 1px dashed #FFF;
padding : 6px;
}
/* Reputation */
.redrep { /* Bad */
color: #FF0033;
}
.grayrep { /* Neutral */
color: #CCC;
}
.greenrep { /* Good */
color: #00AF33;
}
.greenrep, .grayrep, .redrep {
font-weight: bold;
}
/* Bots: this is shown in the "Online" places */
.onlinebots {
color : gray;
font-style : italic;
font-weight: normal;
}
.postbody { /* Format the post body */
font-size : 12px;
line-height: 1.5;
background-color: #
}
/* Poll Colors */
.pollcolor {
background-color: #40B1C5;
padding-left : 5px;
border-right: 5px solid #000;
}
.pollpercents {
background-color: #D2D5DA;
color : #000;
padding-right : 10px;
padding-left : 10px;
}
.pollborder {
background-color: #000;
}
/* Links */
a, a:link, a:active, a:visited {
text-decoration: none;
color : #36383B;
font-weight : bold;
}
a:hover {
text-decoration: none;
color : #1A1016;
font-weight : bold;
}
/* Forms */
.upload, input, textarea, select { /* .checkboxinput also allowed */
color : #40B;
background-color: #EEE;
font-family : Verdana, Helvetica, Times;
font-size : 10px;
border : 1px #8A8D96 solid;
border-top-width : 1px;
border-right-width : 1px;
border-bottom-width: 1px;
border-left-width : 1px;
}
input {
padding: 3px;
}
textarea {
padding : 4px;
line-height: 130%;
}
input { text-indent : 3px; margin: 0px; }
input.button {
border : 1px solid #000;
padding: 1px;
}
form, input {
margin-top: 0px;
}
form {
margin-bottom: 0px;
}
/* Portal Styles */
.dbx-clone {
position :absolute;
visibility:hidden;
}
.dbx-clone, .dbx-clone .dbx-handle-cursor {
cursor: move !important;
}
.dbx-dummy {
display : block;
width : 0;
height : 0;
overflow: hidden;
}
.dbx-group, .dbx-box, .dbx-handle {
position: relative;
display : block;
}
#dbx-box {
margin : 0px;
padding: 0px;
border : none;
}
/* Calendar */
.calendarevent { /* Title on the Day view */
font-size : 18px;
font-weight: bold;
}
.currentday { /* These will make the entire day/week kind of faded */
opacity: .85;
filter : alpha(opacity=85);
} |
|
How's that work for you? I don't think I can do anything about the "alternate post colors" though. |
| |
|
|
|
|
|
UKsimmers.com |
| February 5, 2007, 12:55pm |
|
E-Blah Member 
Posts: 7
Posts Per Day: 0.01
Time Online: 3 days 16 hours 17 minutes
|
Its not worked.  |
|
|
|
|
|
Martin |
|
|
Posts: 4,558
Gender:  Male
Posts Per Day: 3.13
Reputation: 98.60%
Reputation Score: +211 / -3
Time Online: 35 days 19 hours 25 minutes
Location: UK
Age: 50
|
It would help if we could actually see your forum. |
| Martin's Reputation: Increase |
|
| Revision History (1 edits) |
| Martin - February 5, 2007, 2:07pm | | |
|
|
|
|
|
tylermenezes |
| February 6, 2007, 12:36am |
|
|
Posts: 201
Gender:  Male
Posts Per Day: 0.21
Reputation: 90.48%
Reputation Score: +19 / -2
Time Online: 1 days 5 hours 56 minutes
Location: Redmond, Washington
Age: 16
|
Yah, it's quite hard to figure out what problems there are without a link. |
| |
|
|
|
|
|
UKsimmers.com |
|
E-Blah Member 
Posts: 7
Posts Per Day: 0.01
Time Online: 3 days 16 hours 17 minutes
|
|
|
|
|
|
Martin |
| February 6, 2007, 10:15am |
|
|
Posts: 4,558
Gender:  Male
Posts Per Day: 3.13
Reputation: 98.60%
Reputation Score: +211 / -3
Time Online: 35 days 19 hours 25 minutes
Location: UK
Age: 50
|
Sending you a pm. |
| Martin's Reputation: Increase |
|
|
|
|
|
|