Technology anyone good with CSS style files?

Casey

Well-Known Member
Staff member
#1
I need to customise one but don't know where to begin with it.

If anyone could help me, it would be really appreciated. Get at me and i'll let you know what i need... (it's only a few color changes)
 

Cooper

Well-Known Member
#4
/*********************
* Calendar style
**********************/
.cal_table {
border: 1px solid #000000;
}
.cal_td_daysnames {
border-bottom: 1px solid #000000;
}
.cal_daysnames {
font-family: Arial;
font-size: 12px;
font-style: normal;
font-weight: bold;
color: #000000;
text-decoration: none
}
.cal_td_daysoutofmonth {
background-color: #B0C4DE;
}
.cal_daysoutofmonth {
font-family: Arial;
font-size: 12px;
font-style: normal;
line-height: normal;
font-weight: bold;
color: #000000;
text-decoration: none
}
.cal_td_today {
background-color:#E9B4A1;
}
.cal_td_daysnoevents {
background-color: #FFDEAD;
}
a.cal_daylink:link {
font-family: Arial;
font-size: 12px;
font-style: normal;
font-weight: bold;
color: #000000;
text-decoration: none
}
a.cal_daylink:visited{
font-family: Arial;
font-size: 12px;
font-style: normal;
font-weight: bold;
color: #000000;
text-decoration: none
}
a.cal_daylink:hover{
font-family: Arial;
font-size: 12px;
font-style: normal;
font-weight: bold;
color: Red;
text-decoration: none
}
a.cal_titlelink:link {
font-size:8px;
font-family: Verdana;
color:white;
}
a.cal_titlelink:visited {
font-size:8px;
font-family: Verdana;
color:white;
}
a.cal_titlelink:hover {
font-size:8px;
font-family: Verdana;
color:white;
}

/***************************
* List style
**************************/
a.ev_link_cat:link {
font-size:12px;
font-family: Verdana;
color: Gray;
}
a.ev_link_cat:visited {
font-size:12px;
font-family: Verdana;
color: Gray;
}
a.ev_link_cat:hover {
font-size:12px;
font-family: Verdana;
color: white;
}
a.ev_link_row:link {
font-size:12px;
font-family: Verdana;
color: Gray;
}
a.ev_link_row:visited {
font-size:12px;
font-family: Verdana;
color: Gray;
}
a.ev_link_row:hover {
font-size:12px;
font-family: Verdana;
color: white;
}
a.ev_link_weekday:link {
font-size:12px;
font-family: Verdana;
color: Gray;
}
a.ev_link_weekday:visited {
font-size:12px;
font-family: Verdana;
color: Gray;
}
a.ev_link_weekday:hover {
font-size:12px;
font-family: Verdana;
color: Black;
}
.ev_fieldset {
font-family: Arial;
font-size: 12px;
font-style: normal;
font-weight: bold;
/*
color: black;
*/
}
.ev_table {
background-color:transparent;
border-right: 1px solid #ffffff;
border-left: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;
}
.ev_td_right {
background-color:transparent;
border-top: 1px solid #ffffff;
color: white;
}
.ev_td_left {
background-color:transparent;
border-right: 1px solid #ffffff;
border-top: 1px solid #ffffff;
font-family: Arial;
font-size: 12px;
font-style: normal;
font-weight: normal;
color: white;
text-align : left;
vertical-align: top;
}
.ev_td_today {
background-color: #E9B4A1;
border-right: 1px solid #000000;
border-top: 1px solid #000000;
font-family: Arial;
font-size: 12px;
font-style: normal;
font-weight: normal;
color: black;
}

/**********************
* Form style
**********************/
/* Styles for dhtml tabbed-pages */
.ontab {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
background-color: ThreedShadow;
border-left: outset 1px #ff9900;
border-right: outset 1px #808080;
border-top: outset 1px #ff9900;
border-bottom: solid 1px #d5d5d5;
text-align: center;
cursor: hand;
font-weight: bold;
/*
color: #FFFFFF;
*/
}
.offtab {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
background-color: #ffffff;
border-left: outset 1px #E0E0E0;
border-right: outset 1px #E0E0E0;
border-top: outset 1px #E0E0E0;
border-bottom: solid 1px #d5d5d5;
text-align: center;
cursor: hand;
font-weight: normal;
}
.tabpadding {
border-bottom: solid 0px #ffffff;
}
.tabheading {
background-color: #ffffff;
border-left: solid 1px #777777;
border-right: solid 1px #777777;
/*
color: #FFFFFF;
*/
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
text-align: left;
}
.tabcontent {
/*
background-color: ThreedFace;
*/
border-top: solid 1px #777777;
border-left: solid 1px #777777;
border-right: solid 1px #777777;
border-bottom: solid 1px #777777;
/*
color: #000000;
*/
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size: 16pt;
text-align: left;
}
.pagetext {
visibility: hidden;
display: none;
position: relative;
top: 0;
}
.frm_td_bydays {
background-color: #FFF8DC;
font-size: 12px;
color: black;
}
.frm_td_byweeks {
background-color: #FFF0F5;
font-size: 12px;
color: black;
}
.frm_td_bymonth {
background-color: #FDF5E6;
font-size: 12px;
color: black;
}
.frm_td_byyear {
background-color: #F0F8FF;
font-size: 12px;
color: black;
}
/**********************
* Nav bar style
**********************/
a.nav_bar_link:link {
font-size: 10px;
font-family: Verdana;
color: Green;
}
a.nav_bar_link:visited {
font-size:10px;
font-family: Verdana;
color: Teal;
}
a.nav_bar_link:hover {
font-size:10px;
font-family: Verdana;
color: Lime;
}
.nav_bar_cell{
background-color: #ECECEC;
}

/**********************
* List formatting
**********************/
/* removed for MOS 4.5.1 */
/*
.ev_td_li {
list-style: url(images/arrow.png) outside;
}

.ev_ul {
margin: 0px 12px 0px 12px;
padding: 0px 0px 0px 0px;
}
*/






see what that does
 

Casey

Well-Known Member
Staff member
#6
oh props homie thats much better.. any chance you could change where the name of the gig is into a deep red rather than a grey? props, thanx for helping me out man.
 

Cooper

Well-Known Member
#7
/*********************
* Calendar style
**********************/
.cal_table {
border: 1px solid #000000;
}
.cal_td_daysnames {
border-bottom: 1px solid #000000;
}
.cal_daysnames {
font-family: Arial;
font-size: 12px;
font-style: normal;
font-weight: bold;
color: #000000;
text-decoration: none
}
.cal_td_daysoutofmonth {
background-color: #B0C4DE;
}
.cal_daysoutofmonth {
font-family: Arial;
font-size: 12px;
font-style: normal;
line-height: normal;
font-weight: bold;
color: #000000;
text-decoration: none
}
.cal_td_today {
background-color:#E9B4A1;
}
.cal_td_daysnoevents {
background-color: #FFDEAD;
}
a.cal_daylink:link {
font-family: Arial;
font-size: 12px;
font-style: normal;
font-weight: bold;
color: #000000;
text-decoration: none
}
a.cal_daylink:visited{
font-family: Arial;
font-size: 12px;
font-style: normal;
font-weight: bold;
color: #000000;
text-decoration: none
}
a.cal_daylink:hover{
font-family: Arial;
font-size: 12px;
font-style: normal;
font-weight: bold;
color: Red;
text-decoration: none
}
a.cal_titlelink:link {
font-size:8px;
font-family: Verdana;
color:white;
}
a.cal_titlelink:visited {
font-size:8px;
font-family: Verdana;
color:white;
}
a.cal_titlelink:hover {
font-size:8px;
font-family: Verdana;
color:white;
}

/***************************
* List style
**************************/
a.ev_link_cat:link {
font-size:12px;
font-family: Verdana;
color: Gray;
}
a.ev_link_cat:visited {
font-size:12px;
font-family: Verdana;
color: Gray;
}
a.ev_link_cat:hover {
font-size:12px;
font-family: Verdana;
color: white;
}
a.ev_link_row:link {
font-size:12px;
font-family: Verdana;
color: #993300;
}
a.ev_link_row:visited {
font-size:12px;
font-family: Verdana;
color: #993300;
}
a.ev_link_row:hover {
font-size:12px;
font-family: Verdana;
color: white;
}
a.ev_link_weekday:link {
font-size:12px;
font-family: Verdana;
color: Gray;
}
a.ev_link_weekday:visited {
font-size:12px;
font-family: Verdana;
color: Gray;
}
a.ev_link_weekday:hover {
font-size:12px;
font-family: Verdana;
color: Black;
}
.ev_fieldset {
font-family: Arial;
font-size: 12px;
font-style: normal;
font-weight: bold;
/*
color: black;
*/
}
.ev_table {
background-color:transparent;
border-right: 1px solid #ffffff;
border-left: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;
}
.ev_td_right {
background-color:transparent;
border-top: 1px solid #ffffff;
color: white;
}
.ev_td_left {
background-color:transparent;
border-right: 1px solid #ffffff;
border-top: 1px solid #ffffff;
font-family: Arial;
font-size: 12px;
font-style: normal;
font-weight: normal;
color: white;
text-align : left;
vertical-align: top;
}
.ev_td_today {
background-color: #E9B4A1;
border-right: 1px solid #000000;
border-top: 1px solid #000000;
font-family: Arial;
font-size: 12px;
font-style: normal;
font-weight: normal;
color: black;
}

/**********************
* Form style
**********************/
/* Styles for dhtml tabbed-pages */
.ontab {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
background-color: ThreedShadow;
border-left: outset 1px #ff9900;
border-right: outset 1px #808080;
border-top: outset 1px #ff9900;
border-bottom: solid 1px #d5d5d5;
text-align: center;
cursor: hand;
font-weight: bold;
/*
color: #FFFFFF;
*/
}
.offtab {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
background-color: #ffffff;
border-left: outset 1px #E0E0E0;
border-right: outset 1px #E0E0E0;
border-top: outset 1px #E0E0E0;
border-bottom: solid 1px #d5d5d5;
text-align: center;
cursor: hand;
font-weight: normal;
}
.tabpadding {
border-bottom: solid 0px #ffffff;
}
.tabheading {
background-color: #ffffff;
border-left: solid 1px #777777;
border-right: solid 1px #777777;
/*
color: #FFFFFF;
*/
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
text-align: left;
}
.tabcontent {
/*
background-color: ThreedFace;
*/
border-top: solid 1px #777777;
border-left: solid 1px #777777;
border-right: solid 1px #777777;
border-bottom: solid 1px #777777;
/*
color: #000000;
*/
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size: 16pt;
text-align: left;
}
.pagetext {
visibility: hidden;
display: none;
position: relative;
top: 0;
}
.frm_td_bydays {
background-color: #FFF8DC;
font-size: 12px;
color: black;
}
.frm_td_byweeks {
background-color: #FFF0F5;
font-size: 12px;
color: black;
}
.frm_td_bymonth {
background-color: #FDF5E6;
font-size: 12px;
color: black;
}
.frm_td_byyear {
background-color: #F0F8FF;
font-size: 12px;
color: black;
}
/**********************
* Nav bar style
**********************/
a.nav_bar_link:link {
font-size: 10px;
font-family: Verdana;
color: Green;
}
a.nav_bar_link:visited {
font-size:10px;
font-family: Verdana;
color: Teal;
}
a.nav_bar_link:hover {
font-size:10px;
font-family: Verdana;
color: Lime;
}
.nav_bar_cell{
background-color: #ECECEC;
}

/**********************
* List formatting
**********************/
/* removed for MOS 4.5.1 */
/*
.ev_td_li {
list-style: url(images/arrow.png) outside;
}

.ev_ul {
margin: 0px 12px 0px 12px;
padding: 0px 0px 0px 0px;
}
*/

/*Added by ©*/
select {
background-color: black;
border-color:#FFFFFF;
color: white;
}
 

Latest posts

Donate

Any donations will be used to help pay for the site costs, and anything donated above will be donated to C-Dub's son on behalf of this community.

Members online

No members online now.
Top