size adjustments, border radius adjustment

This commit is contained in:
DeltaLima 2023-06-19 01:37:41 +02:00
parent 39f5a569d0
commit aee63b9dba
4 changed files with 17 additions and 11 deletions

BIN
preview-large.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 661 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 100 KiB

After

Width:  |  Height:  |  Size: 192 KiB

View File

@ -15,7 +15,7 @@ Module: style.css
font-size: 85% !important;
font-size: 80%;
margin: 0 0 15px 0;
padding: 10px;
padding: 0px;
}
#column h4 {
@ -33,7 +33,7 @@ Module: style.css
#column div {
/* background: #393939 */
background-color: rgba(0, 0, 0, 0.2);
border-radius: 15px;
border-radius: 5px;
padding: 2px;
}

View File

@ -133,7 +133,7 @@ h6 { font-size: 0.9em }
text-align: left;
width: 69% !important;
width: 69%; /* fix for I.E. */
margin: 0 auto 10px auto;
margin: 0 auto 0 auto;
padding: 5px;
/* background-color: #2D2D2D;*/
background-color: rgba(45, 45, 45, 0.8);
@ -146,7 +146,7 @@ h6 { font-size: 0.9em }
/*background: url("../imgs/logo.jpg") no-repeat;*/
width: 680px; !important;
width: 680px;
height: 150px;
height: 128px;
font-family: Tahoma, sans-serif;
float: center;
}
@ -154,8 +154,8 @@ h6 { font-size: 0.9em }
background-color: rgba(0, 0, 0, 0.2);
border-radius: 15px;
width: 100% !important;
height: 128px;
margin: 5px 0 0 15px ;
height: 124px;
margin: 5px 0 0 5px ;
}
#title-container {
@ -204,10 +204,10 @@ h6 { font-size: 0.9em }
overflow: hidden;
display: inline-block;
position: relative;
width: 69% !important;
width: 69%;
width: 73% !important;
width: 73%;
font-size: 100%;
margin: 1.5em 0.5em 0 1.2em;
margin: .8em 0.5em 0 1.2em;
}
#main p {
@ -310,10 +310,16 @@ ol li, ul li { padding-bottom: 0.9em }
/* ===== FOOTER ===== */
#footer {
text-align: center;
background: #2D2D2D;
/* background: #2D2D2D;*/
background-color: rgba(0, 0, 0, 0.2);
border-top-right-radius: 5px;
border-top-left-radius: 5px;
border-bottom-right-radius: 15px;
border-bottom-left-radius: 15px;
clear: both;
font-size: 80%;
padding: 8px;
margin: 0px 5px 5px 5px;
/*border-top: #315A94 2px solid*/
border-top: #393939 2px solid
/*border-top: #393939 2px solid*/
}