Files
grzanieplus.pl/web/css/update/main2.css
2025-03-12 17:06:23 +01:00

229 lines
3.4 KiB
CSS

a
{
text-decoration: none;
}
a:hover
{
text-decoration: underline;
}
body
{
margin: 0;
padding: 0;
background-color: #fff;
}
ul {
padding: 0;
margin: 0;
list-style: none;
}
#container {
width: 1050px;
margin: 0px auto 30px;
background: #fff;
}
.clear
{
clear: both;
font-size: 0;
line-height: 0;
padding: 0;
margin: 0;
}
/**
* Horizontal List
*/
.horizontal_list
{
background: #2d2d2d;
padding: 0;
margin-top: 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-size: 12px;
color: #555;
line-height: 18px;
padding-top:3px;
}
.horizontal_list a {
display: block;
float: left;
text-decoration: none;
font-size: 16px;
line-height: 24px;
min-height: 25px;
border: none;
color: #fff;
padding: 15px 10px;
opacity: 0.75;
}
.horizontal_list a:hover
{
text-decoration: none;
opacity: 1;
color: #fff;
}
#home
{
padding: 11px 30px 14px 50px;
opacity: 1;
}
.horizontal_list
li.selected {
font-weight:bold;
border-right:1px solid #ccc;
}
.horizontal_list
li.selected a {
}
/**
* Main navigation
*/
#container
.horizontal_list
li {
margin: 0px;
padding: 0px;
text-align: center;
}
/**
* Layout frame
*/
.indicator
{
width: 16px;
height: 16px;
z-index: 900;
background: url(/images/update/red/icons/indicator.gif?v2) 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/update/sf_admin/more.png) no-repeat 3px 2px;
border-right: 4px solid #8a4b00 !important;
}
.auth_links
{
float: right;
padding-right: 12px;
}
.horizontal_list .auth_links a {
margin-left: 15px;
margin-right: 0px !important;
}
.auth_links a
{
text-decoration: none;
position: relative;
display: block;
padding-left: 30px;
}
.auth_links a:hover
{
text-decoration: none;
color: #fff;
}
.auth_links a:before
{
position: absolute;
left: 0;
top: 15px;
background-color: #fff;
-webkit-mask-repeat: no-repeat;
-webkit-mask-size: contain;
mask-repeat: no-repeat;
mask-size: contain;
display: inline-block;
content: '';
display: inline-block;
height: 24px;
width: 24px;
}
.auth_links .logout:before
{
-webkit-mask-image: url(/images/backend/icons/svg/logout.svg?v=2);
mask-image: url(/images/backend/icons/svg/logout.svg?v=2);
height: 20px;
width: 20px;
top: 17px;
}
.auth_links .backend a:before
{
-webkit-mask-image: url(/images/backend/icons/svg/settings.svg?v=2);
mask-image: url(/images/backend/icons/svg/settings.svg?v=2);
}
.auth_links .frontend a:before
{
-webkit-mask-image: url(/images/backend/icons/svg/globe.svg?v=2);
mask-image: url(/images/backend/icons/svg/globe.svg?v=2);
}
#reconfigure_db
{
display: inline-block;
}