92 lines
2 KiB
CSS
92 lines
2 KiB
CSS
html
|
|
{
|
|
font-family: sans-serif, Times, serif;
|
|
}
|
|
body
|
|
{
|
|
color: #000000;
|
|
background-color : #F9F9F9;
|
|
/* background-image : url(/themes/default/Time-For-Lunch-2.jpg); */
|
|
background-attachment : fixed;
|
|
/*
|
|
scrollbar-base-color: MEDIUM;
|
|
scrollbar-face-color: #aaeeaa;
|
|
scrollbar-track-color: #aaaaaa;
|
|
scrollbar-highlight-color: LIGHT;
|
|
scrollbar-3dlight-color: MEDIUM;
|
|
scrollbar-shadow-color: DARK;
|
|
scrollbar-darkshadow-color: MEDIUM;
|
|
scrollbar-arrow-color: DARK;
|
|
*/
|
|
font-family: sans-serif, Times, serif;
|
|
font-size: 10px;
|
|
}
|
|
|
|
table
|
|
{
|
|
font-family: sans-serif, Times, serif;
|
|
font-size: 12px;
|
|
}
|
|
.head
|
|
{
|
|
font-family: Times, serif;
|
|
font-size: 10px;
|
|
}
|
|
.centerhead
|
|
{
|
|
font-family: Times, serif;
|
|
font-size: 10px;
|
|
}
|
|
.centerbody
|
|
{
|
|
font-family: sans-serif, Times, serif;
|
|
font-size: 12px;
|
|
}
|
|
.comment
|
|
{ font-family: sans-serif;
|
|
font-size: 10px;
|
|
}
|
|
.magicbox
|
|
{
|
|
font-family: sans-serif, Times, serif;
|
|
font-size: 10px;
|
|
}
|
|
h1
|
|
{
|
|
color: #221111;
|
|
}
|
|
.bordure
|
|
{
|
|
background-color: #000000;
|
|
}
|
|
a
|
|
{
|
|
text-decoration : none;
|
|
color : #005000;
|
|
}
|
|
a:hover
|
|
{
|
|
text-decoration : underline;
|
|
color : #007700;
|
|
}
|
|
a:visited
|
|
{
|
|
color: #666600;
|
|
}
|
|
.round_center_head
|
|
{
|
|
background-image : url(/themes/tourmentine/round_center.gif);
|
|
width : 100%;
|
|
|
|
font-family: sans-serif, Times, serif;
|
|
font-size: 12px;
|
|
}
|
|
.round_center_foot
|
|
{
|
|
background-image : url(/themes/tourmentine/round_center.gif);
|
|
width : 100%;
|
|
|
|
font-family: sans-serif, Times, serif;
|
|
font-size: 10px;
|
|
text-align: center;
|
|
}
|