GC7R0TA-Rechenzentrum/hrm/stylesheet.css
2024-05-04 09:40:23 +02:00

154 lines
2.4 KiB
CSS
Executable File

body {
font-family: 'Passion One', sans-serif, Impact;
/* font-size: 130%; */
/* background-color: linen; */
/* background-color: #bca08b; */
/* position: relative; */
background-image: url("images/bg_tiles.png");
background-repeat: repeat;
background-attachment: fixed;
color: black;
z-index: -2;
text-transform: none;
/* font-weight: 100; */
}
h1,h2,h3,h4{
font-weight: normal;
/* font-family: 'Passion One', sans-serif, Impact; */
margin-bottom: 0px;
}
/* p {
font-family: "Times New Roman", Times, serif;
}*/
pre {
margin-left: 2em;
}
/* table, th, td {
border: 1px solid black;
border-collapse: collapse;
font-family: "Monospace";
} */
.frame {
border:1px solid black;
background-color: linen;
max-width: 600px;
}
.box {
min-width: 25px;
width: 50px;
text-align: center;
vertical-align: middle;
}
.step_boxes{
display: none;
border-radius: 10px;
border: 2px solid #7B6456;
/* padding: 5px; */
width: 600px;
/* height: 150px; */
background-color: #bca08b;
}
.init_box{
display: block;
height: 300px;
}
.control_box{
display: block;
height: 100px;
margin-top: 0px;
border-radius: 10px;
border: 2px solid #7B6456;
/* padding: 5px; */
width: 600px;
/* height: 150px; */
background-color: #bca08b;
}
.box_float_left{
float: left;
padding-top: 5px;
padding-left: 3px;
padding-right: 5px;
}
.DataRegister{
float: left;
padding-top: 5px;
padding-left: 3px;
padding-right: 5px;
text-align: center;
width: 38px;
}
.empty_box{
background-color: #DABAA1;
border: 2px solid #73AD21;
margin-top: 5px;
margin-right: 5px;
width: 20px;
height: 22px;
float: left;
padding: 0.1em 0.2em;
border-radius: 0.1em;
box-shadow: 0.1em 0.1em 0.05em #ac907b;
}
hr{
color: #7B6456;
background-color:#7B6456;
height:2px;
border-width:0;
}
textarea {
font-family: 'Passion One', sans-serif, Impact;
/* -moz-tab-size:4; */
/* tab-width:4; */
}
button{
padding: 5px;
width: 90px;
}
#speed_slider{
width: 120px !important;
}
a.button {
-webkit-appearance: button;
-moz-appearance: button;
appearance: button;
text-decoration: none;
color: initial;
padding: 5px;
width: 70px;
}