Welcome to the E-Blah Community!
We would like to welcome you to our community and invite you to register an account or login.
Being a registered member is important, as it gives you several advantages over the normal Guest status. After registering you will be able to download files and images, post messages, and access member-only portions of the forum - just to name a few. Registration is quick and simple, and only takes about a minute of your time.

E-Blah Community    E-Blah Discussion    Themes and Images  ›  Help with theme
Users Browsing Forum
Gigabot and 1 Guests

Help with theme  This thread currently has 576 views. Print
1 Pages 1 Recommend Thread
UKsimmers.com
February 2, 2007, 10:46am Report to Moderator Report to Moderator
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
Logged Offline
Private Message Private message
Justin
February 2, 2007, 11:29am Report to Moderator Report to Moderator

The E-Blah Developer
E-Blah Programmer
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
hmm?  What do you mean?


I do installs for $25 and upgrades for $20.
Technical support is always free.

  Donate to E-Blah!  

My Websites: Revolution Reality (My Blog)  |  MinistryTalk.com  |  Portfolio

"But you, O Lord, are a compassionate and gracious God, slow to anger, abounding in love and faithfulness." — Psalm 86:15 NIV

Logged Offline
Site Site Private Message Private message Reply: 1 - 14
UKsimmers.com
February 2, 2007, 12:45pm Report to Moderator Report to Moderator
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.
Logged Offline
Private Message Private message Reply: 2 - 14
Justin
February 2, 2007, 2:25pm Report to Moderator Report to Moderator

The E-Blah Developer
E-Blah Programmer
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
Go to Admin/Themes/Default Theme and edit the CSS template.


I do installs for $25 and upgrades for $20.
Technical support is always free.

  Donate to E-Blah!  

My Websites: Revolution Reality (My Blog)  |  MinistryTalk.com  |  Portfolio

"But you, O Lord, are a compassionate and gracious God, slow to anger, abounding in love and faithfulness." — Psalm 86:15 NIV

Logged Offline
Site Site Private Message Private message Reply: 3 - 14
UKsimmers.com
February 3, 2007, 4:23am Report to Moderator Report to Moderator
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)
UKsimmers.com  -  February 3, 2007, 5:57am
Logged Offline
Private Message Private message Reply: 4 - 14
tylermenezes
February 3, 2007, 11:00am Report to Moderator Report to Moderator

Anybody here speak Python? HHHSSSSSSSSSSSSSS!
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
Logged Offline
Site Site Private Message Private message Reply: 5 - 14
UKsimmers.com
February 4, 2007, 5:40am Report to Moderator Report to Moderator
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.
Logged Offline
Private Message Private message Reply: 6 - 14
tylermenezes
February 4, 2007, 11:20am Report to Moderator Report to Moderator

Anybody here speak Python? HHHSSSSSSSSSSSSSS!
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)


Logged Offline
Site Site Private Message Private message Reply: 7 - 14
UKsimmers.com
February 4, 2007, 11:39am Report to Moderator Report to Moderator
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.
Logged Offline
Private Message Private message Reply: 8 - 14
tylermenezes
February 4, 2007, 3:09pm Report to Moderator Report to Moderator

Anybody here speak Python? HHHSSSSSSSSSSSSSS!
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.


Logged Offline
Site Site Private Message Private message Reply: 9 - 14
UKsimmers.com
February 5, 2007, 12:55pm Report to Moderator Report to Moderator
E-Blah Member
Posts: 7
Posts Per Day: 0.01
Time Online: 3 days 16 hours 17 minutes
Its not worked.
Logged Offline
Private Message Private message Reply: 10 - 14
Martin
February 5, 2007, 1:52pm Report to Moderator Report to Moderator

I love E-Blah
10 Series Support Team
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
Logged Offline
Site Site Private Message Private message Reply: 11 - 14
tylermenezes
February 6, 2007, 12:36am Report to Moderator Report to Moderator

Anybody here speak Python? HHHSSSSSSSSSSSSSS!
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.


Logged Offline
Site Site Private Message Private message Reply: 12 - 14
UKsimmers.com
February 6, 2007, 9:43am Report to Moderator Report to Moderator
E-Blah Member
Posts: 7
Posts Per Day: 0.01
Time Online: 3 days 16 hours 17 minutes
Logged Offline
Private Message Private message Reply: 13 - 14
Martin
February 6, 2007, 10:15am Report to Moderator Report to Moderator

I love E-Blah
10 Series Support Team
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
Logged Offline
Site Site Private Message Private message Reply: 14 - 14
1 Pages 1 Recommend Thread
Print

E-Blah Community    E-Blah Discussion    Themes and Images  ›  Help with theme