fix flag layout

This commit is contained in:
b1ek 2023-02-21 06:54:33 +10:00
parent f452ab4928
commit 73340080ce
1 changed files with 25 additions and 25 deletions

View File

@ -22,16 +22,12 @@ table.body_table {
tr { tr {
vertical-align: top; vertical-align: top;
} }
a {
.side_menu { font-weight: 600;
width: 200px; font-size: 95%;
border-right: 1px solid #c2c4c2; text-decoration: none;
padding: 16px 12px; color:#2353ad;
} font-family: 'Open Sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
.side_menu h1 {
font-size: 1.25em;
font-weight: 500;
padding-left: 3px;
} }
a { a {
color: rgb(70, 92, 133) color: rgb(70, 92, 133)
@ -39,11 +35,26 @@ a {
a:visited { a:visited {
color: rgb(55, 84, 138) color: rgb(55, 84, 138)
} }
.side_menu {
width: 200px;
border-right: 1px solid #c2c4c2;
padding: 0
}
.side_menu h1 {
font-size: 1.5em;
padding-left: 3px;
}
.side_menu h1 a {
font-weight: 200;
}
.side_menu h1, .side_menu ul {
margin-left: 10px
}
.side_menu ul { .side_menu ul {
list-style: none; list-style: none;
padding: 0; padding: 0;
font-size: 11pt; font-size: 11pt;
padding-top: 36px;
padding-left: 4px; padding-left: 4px;
line-height: 125%; line-height: 125%;
} }
@ -53,23 +64,12 @@ a:visited {
.flag_hr { .flag_hr {
background: linear-gradient(0,#5BCEFA 20%,#F5A9B8 20%,40%,#FFFFFF 40%,60%,#F5A9B8 60%,80%,#5BCEFA 80%); background: linear-gradient(0,#5BCEFA 20%,#F5A9B8 20%,40%,#FFFFFF 40%,60%,#F5A9B8 60%,80%,#5BCEFA 80%);
position: absolute;
left: 0px; height: 20px;
width: 226px; margin-left: 0px;
height: 24px;
padding: 0;
margin: 0;
} }
hr { hr {
border: 0; border: 0;
border-bottom: 1px solid #C2C4C2; border-bottom: 1px solid #C2C4C2;
} }
a {
font-weight: bold;
font-size: 95%;
text-decoration: none;
color:#2353ad;
font-family: 'Open Sans' 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}