size adjustments, border radius adjustment
This commit is contained in:
parent
39f5a569d0
commit
aee63b9dba
4 changed files with 17 additions and 11 deletions
BIN
preview-large.png
Normal file
BIN
preview-large.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 661 KiB |
BIN
preview.png
BIN
preview.png
Binary file not shown.
Before Width: | Height: | Size: 100 KiB After Width: | Height: | Size: 192 KiB |
|
@ -15,7 +15,7 @@ Module: style.css
|
||||||
font-size: 85% !important;
|
font-size: 85% !important;
|
||||||
font-size: 80%;
|
font-size: 80%;
|
||||||
margin: 0 0 15px 0;
|
margin: 0 0 15px 0;
|
||||||
padding: 10px;
|
padding: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#column h4 {
|
#column h4 {
|
||||||
|
@ -33,7 +33,7 @@ Module: style.css
|
||||||
#column div {
|
#column div {
|
||||||
/* background: #393939 */
|
/* background: #393939 */
|
||||||
background-color: rgba(0, 0, 0, 0.2);
|
background-color: rgba(0, 0, 0, 0.2);
|
||||||
border-radius: 15px;
|
border-radius: 5px;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -133,7 +133,7 @@ h6 { font-size: 0.9em }
|
||||||
text-align: left;
|
text-align: left;
|
||||||
width: 69% !important;
|
width: 69% !important;
|
||||||
width: 69%; /* fix for I.E. */
|
width: 69%; /* fix for I.E. */
|
||||||
margin: 0 auto 10px auto;
|
margin: 0 auto 0 auto;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
/* background-color: #2D2D2D;*/
|
/* background-color: #2D2D2D;*/
|
||||||
background-color: rgba(45, 45, 45, 0.8);
|
background-color: rgba(45, 45, 45, 0.8);
|
||||||
|
@ -146,7 +146,7 @@ h6 { font-size: 0.9em }
|
||||||
/*background: url("../imgs/logo.jpg") no-repeat;*/
|
/*background: url("../imgs/logo.jpg") no-repeat;*/
|
||||||
width: 680px; !important;
|
width: 680px; !important;
|
||||||
width: 680px;
|
width: 680px;
|
||||||
height: 150px;
|
height: 128px;
|
||||||
font-family: Tahoma, sans-serif;
|
font-family: Tahoma, sans-serif;
|
||||||
float: center;
|
float: center;
|
||||||
}
|
}
|
||||||
|
@ -154,8 +154,8 @@ h6 { font-size: 0.9em }
|
||||||
background-color: rgba(0, 0, 0, 0.2);
|
background-color: rgba(0, 0, 0, 0.2);
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
height: 128px;
|
height: 124px;
|
||||||
margin: 5px 0 0 15px ;
|
margin: 5px 0 0 5px ;
|
||||||
}
|
}
|
||||||
|
|
||||||
#title-container {
|
#title-container {
|
||||||
|
@ -204,10 +204,10 @@ h6 { font-size: 0.9em }
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 69% !important;
|
width: 73% !important;
|
||||||
width: 69%;
|
width: 73%;
|
||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
margin: 1.5em 0.5em 0 1.2em;
|
margin: .8em 0.5em 0 1.2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#main p {
|
#main p {
|
||||||
|
@ -310,10 +310,16 @@ ol li, ul li { padding-bottom: 0.9em }
|
||||||
/* ===== FOOTER ===== */
|
/* ===== FOOTER ===== */
|
||||||
#footer {
|
#footer {
|
||||||
text-align: center;
|
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;
|
clear: both;
|
||||||
font-size: 80%;
|
font-size: 80%;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
|
margin: 0px 5px 5px 5px;
|
||||||
/*border-top: #315A94 2px solid*/
|
/*border-top: #315A94 2px solid*/
|
||||||
border-top: #393939 2px solid
|
/*border-top: #393939 2px solid*/
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue