diff --git a/preview-large.png b/preview-large.png new file mode 100644 index 0000000..2116b6b Binary files /dev/null and b/preview-large.png differ diff --git a/preview.png b/preview.png index b4ad7a2..2ed76db 100644 Binary files a/preview.png and b/preview.png differ diff --git a/res/column.css b/res/column.css index e0e1cfe..2699531 100644 --- a/res/column.css +++ b/res/column.css @@ -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; } diff --git a/res/common.css b/res/common.css index f703aad..d01b1c9 100644 --- a/res/common.css +++ b/res/common.css @@ -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*/ }