homepage.js/public/static/main.css

91 lines
1.7 KiB
CSS
Raw Normal View History

2023-02-18 14:41:24 +01:00
html {
background-color: #f2faea;
}
body {
padding:0;
margin:0;
height:100%;
width:100%;
position:fixed;
top:0;
left:0;
font-family: 'Open Sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
table.body_table, table.body_table th, table.body_table tr {
border: 1px solid gray
}
table.body_table {
width:100%;
border-collapse: collapse;
}
tr {
vertical-align: top;
}
2023-02-20 21:54:33 +01:00
a {
font-weight: 600;
font-size: 95%;
text-decoration: none;
color:#2353ad;
font-family: 'Open Sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
a {
color: rgb(70, 92, 133)
}
a:visited {
color: rgb(55, 84, 138)
}
2023-02-18 14:41:24 +01:00
.side_menu {
width: 200px;
border-right: 1px solid #c2c4c2;
2023-02-20 21:54:33 +01:00
padding: 0
2023-02-18 14:41:24 +01:00
}
.side_menu h1 {
2023-02-20 21:54:33 +01:00
font-size: 1.5em;
2023-02-18 14:41:24 +01:00
padding-left: 3px;
}
2023-02-20 21:54:33 +01:00
.side_menu h1 a {
font-weight: 200;
2023-02-18 14:41:24 +01:00
}
2023-02-20 21:54:33 +01:00
.side_menu h1, .side_menu ul {
margin-left: 10px
2023-02-18 14:41:24 +01:00
}
.side_menu ul {
list-style: none;
padding: 0;
font-size: 11pt;
2023-02-19 15:19:46 +01:00
padding-left: 4px;
line-height: 125%;
2023-02-18 14:41:24 +01:00
}
.main_contents {
padding: 16px 12px;
}
.flag_hr {
background: linear-gradient(0,#5BCEFA 20%,#F5A9B8 20%,40%,#FFFFFF 40%,60%,#F5A9B8 60%,80%,#5BCEFA 80%);
2023-02-20 21:54:33 +01:00
height: 20px;
margin-left: 0px;
2023-02-18 14:41:24 +01:00
}
hr {
border: 0;
border-bottom: 1px solid #C2C4C2;
2023-02-19 15:19:46 +01:00
}
2023-02-22 02:43:51 +01:00
.ui_custom_label {
box-shadow:inset 0px 1px 0px 0px #ffffff;
background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
background-color:#f9f9f9;
border-radius:6px;
border:1px solid #dcdcdc;
display:inline-block;
color:#666666;
font-family:Arial;
font-size:15px;
font-weight:bold;
padding:2px 4px;
text-decoration:none;
text-shadow:0px 1px 0px #ffffff;
}