A lightweight forum engine written in PHP. Repository is now obsolete and read-only. http://www.pioder.pl/uforum.html
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

228 lines
3.4 KiB

/*
//skin defines for DSF v1.0
*/
a:hover
{
text-decoration: underline; color : navy;
}
/* beam */
.beam
{
color: #800000;
font-family: Verdana;
font-size: 9pt;
font-weight: bold;
background-color: #C6D1FB;
text-align: center;
background-image: url('images/td_beam.jpg');
}
/* body class */
.body
{
background-color: #E8E8FF;
background-image: url('images/body_bg.gif');
margin: 4px;
}
/* style category */
.category
{
color: #FFFFFF;
font-family: Verdana;
font-size: 12px;
font-weight: bold;
}
/* class copyright */
.copyright
{
font-family: Verdana;
font-size: 8pt;
color: #FFFFFF;
text-decoration: none;
}
/* description forum */
.desc
{
color: #434354;
font-family: Verdana;
font-size: 8pt;
}
/* configuration footer */
.footer
{
background-color: #CCCCFF;
}
/* heading forum - main title */
.hforum
{
color: navy;
font-family: Verdana;
font-size: 16pt;
font-weight: bold;
}
/* main */
.main
{
color: #7D96F7;
font-family: Verdana;
font-size: 12px;
font-weight: bold;
}
/* standard error font*/
.ferror
{
color: red;
font-family: Verdana;
font-size: 9pt;
font-weight: bold;
}
/* forum item */
.fitem
{
background-color: #E1E7FD;
border-width : 1pt;
border-color: #CCCCFF;
border-collapse: collapse;
border-style: solid;
}
/* main menu link*/
.flink
{
color: #000080;
font-family: Verdana;
font-size: 10pt;
font-weight: bold;
text-decoration: none;
}
/* small font */
.fsmall
{
color: #434354;
font-family: Verdana;
font-size: 8pt;
text-decoration: none;
}
/* standard font */
.fstandard
{
color: #434354;
font-family: Verdana;
font-size: 9pt;
text-decoration: none;
}
/* very small font */
.fverysmall
{
color: #434354;
font-family: Verdana;
font-size: 9px;
text-decoration: none;
}
/* button class */
input.fbutton
{
background-color: #CCCCFF;
font-weight: bold;
cursor: pointer;
color: #800000;
}
input:hover
{
background-color: lightyellow;
}
/* main table forum(header, footer) */
.maintable
{
border-width : 1.5pt;
border-color: #CCCCFF;
border-collapse: collapse;
border-style: solid;
}
/* mesage forum */
.message {
z-index: 100;
border-width : 0pt;
border-color: #CCCCFF;
border-collapse: collapse;
border-style: solid;
background-color: #CCCCFF;
font-family: Verdana;
font-size: 9pt;
font-weight: bold;
}
/* moderate options */
.moderate
{
background-color: #D9E0FD;
text-align: center;
}
.navigator
{
color: blue;
text-decoration: none;
}
/* section forum */
.sect
{
color: #434354;
font-family: Verdana;
font-size: 10pt;
font-weight: bold;
text-decoration: none;
}
/* table post error */
.tableerror
{
border-width : 1pt;
border-color: #CCCCFF;
border-collapse: collapse;
border-style: solid;
background-color: #CCCCFF;
font-family: Verdana;
font-size: 9pt;
text-align: center;
font-weight: bold;
}
/* quote text */
.textquote
{
font-family: Verdana;
font-size: 9pt;
font-style: italic;
}
/* PANEL ADMINISTRATION SECTION ----------------------------------------------*/
.pa_h1
{
font-family: Verdana;
font-size: 25pt;
font-weight: bold;
}
.pa_sect
{
font-family: Verdana;
font-size: 15pt;
font-weight: bold;
}