Files
2025-03-12 17:06:23 +01:00

447 lines
5.5 KiB
CSS

a
{
text-decoration: none;
}
a:hover
{
text-decoration: underline;
}
body
{
margin: 0px;
padding: 0px;
}
ul {
padding: 0;
margin: 0;
list-style: none;
}
/**
* Horizontal List
*/
.horizontal_list
{
padding-bottom: 10px;
}
.horizontal_list li.simple
{
border-right:1px solid #ccc;
}
.horizontal_list li.simple:first-child, .horizontal_list li.selected:first-child
{
border-right:1px solid #ccc;
border-left:1px solid #ccc;
}
.font_small
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #555;
line-height: 12px;
}
.font_normal
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #555;
}
.horizontal_list
li {
float: left;
padding: 10px 0px;
}
.horizontal_list
li a {
font-size:10px;
color:#757575;
padding:0px 8px;
}
.horizontal_list
li.selected {
font-weight:bold;
border-right:1px solid #ccc;
}
.horizontal_list
li.selected a {
}
/**
* Frame class
*/
.frame
{
background-repeat: repeat-y;
background-position: top left;
}
.frame
.frame_container
{
background-repeat: repeat-y;
background-position: top right;
}
.frame
.frame_right
{
background-position: top right;
background-repeat: no-repeat;
height: 20px;
}
.frame
.frame_left
{
background-position: top left;
background-repeat: no-repeat;
height: 20px;
}
/**
* Main navigation
*/
#container
.horizontal_list
li
{
margin: 0px;
padding: 0px;
text-align: center;
}
/**
* Layout frame
*/
#container
.frame
{
background-color: #fff;
}
#container
.frame_container
{
background-color: transparent;
}
#container
.frame
.frame_header
{
background-repeat: repeat-x;
}
#container
.frame
.frame_footer
{
background-repeat: repeat-x;
}
#container
.frame
.frame_header
.frame_left
{
}
#container
.frame
.frame_header
.frame_right
{
}
#container
.frame
.frame_footer
.frame_left
{
}
#container
.frame
.frame_footer
.frame_right
{
}
#container
.frame
.frame_content
{
padding: 0px 20px;
min-width: 900px;
min-height: 550px;
}
.indicator
{
width: 16px;
height: 16px;
z-index: 900;
background: url(/images/backend/icons/ajax-loader.gif) no-repeat 0 0;
}
#container .horizontal_list
li.clear_item
{
float: none;
clear: both;
font-size: 0px;
line-height: 0%;
margin: 0;
padding: 0;
border: none;
}
.st_admin_action_more
{
background: url(/images/backend/sf_admin/more.png) no-repeat 3px 2px;
border-right: 4px solid #8a4b00 !important;
}
.st_round_box
{
background-color: #fff;
}
.st_round_box .top
{
}
.st_round_box .top .left
{
background-position: left top;
}
.st_round_box .top .right
{
background-position: right top;
margin-top: -12px;
}
.st_round_box .bottom
{
}
.st_round_box .bottom .left
{
background-position: left top;
margin-bottom: -12px;
}
.st_round_box .bottom .right
{
background-position: right top;
}
.st_round_box .st_round_box-content
{
min-height: 50px;
padding: 0 20px;
}
.st_round_box .bottom,
.st_round_box .top
{
background-repeat: repeat-x;
}
.st_round_box .top .left,
.st_round_box .top .right,
.st_round_box .bottom .left,
.st_round_box .bottom .right
{
background-repeat: no-repeat;
height: 12px;
}
.st_application-header
{
padding: 20px;
overflow: hidden;
}
.st_application-header h1 img
{
vertical-align: middle;
}
.st_application-header h1
{
margin: 0;
padding: 0;
}
.st_application-header h1 a
{
color: #000;
font-size: 22px;
padding-top: 10px;
text-decoration: none;
}
.st_application-header h1 span a img
{
background-color: #fff;
border: 1px solid #adc5d4;
padding: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.st_application-header h1 a:hover
{
text-decoration: underline;
}
.st_application-header .description,
.st_application-header .subtitle
{
padding-left: 80px;
color: #848484;
}
.st_application-header .description
{
margin: -20px 0px 0px 0px;
font-style: italic;
}
.st_application-header .subtitle
{
margin: 0px;
font-weight: bold;
}
.st_application-header .shortcuts
{
padding: 0px 0px 0px 20px;
}
.st_application-header .shortcuts li
{
float: right;
max-width: 140px;
text-align: center;
padding-right: 15px;
}
.st_application-header .shortcuts img
{
border: none;
width: 40px;
height: 40px;
}
.st_application-header .shortcuts a
{
color: #757575;
text-decoration: none;
}
.st_application-header .shortcuts a:hover
{
text-decoration: underline;
}
#shortcut-box
{
background-image: url("/images/backend/layout/sf_admin_frame/frame_linked_middle.png");
background-repeat: repeat-x;
float: right;
margin-bottom: 0px;
}
#shortcut-box p
{
padding: 0px;
margin: 0px;
}
#shortcut-box .st_round_box-content
{
padding: 0px;
}
a#homepage-link,
#login-link a
{
color:#757575;
font-size:10px;
}
#homepage-link
{
float: left;
}
#login-link
{
text-align: right;
padding: 0;
margin: 0;
}
#change-language {
padding-right: 10px;
padding-top: 8px;
}
#change-language a, #change-language img
{
border: none;
padding: 0px;
display: inline;
float: none;
}
#change-language a:hover
{
background: none;
}
#change-language img
{
padding-left: 3px;
}