HB/pages/descriptions/diz/admin.css
2020-11-15 17:31:18 +01:00

49 lines
No EOL
744 B
CSS

body {
color: #FF0000;
background-color: #000000;
background-image: url('panel/background.jpg');
scrollbar-arrow-color: #E6EBFB;
scrollbar-base-color: #344566;
scrollbar-track-color: #344566;
scrollbar-face-color: #344566;
scrollbar-highlight-color: #344566;
scrollbar-3dlight-color: #465673;
scrollbar-darkshadow-color: #344566;
scrollbar-shadow-color: #465673;
font-size: 13px;
font-family: Tahoma,sans-serif;
margin-left: 68px;
margin-bottom: 20px;
}
u {
font-style: underline;
}
i {
font-style: italic;
}
a {
color: #4080ff;
font-size: 12px;
font-family: verdana, serif;
text-decoration: underline;
border: none;
}
img {
border: none;
}
a:hover {
cursor: pointer;
}
a:active, a:focus {
cursor: wait;
}
a:visited {
cursor: pointer;
}