From: Ove Klykken Date: Thu, 15 May 2014 21:03:02 +0000 (+0000) Subject: Lots of changes . redesign of structure per client X-Git-Tag: v1.0~14 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=d431958b57cc73b23487f489a3029429cc376ba9;p=web%2FCedarvilleMarine.git Lots of changes . redesign of structure per client --- diff --git a/styles.css b/styles.css index d24ba44..3a3bde8 100644 --- a/styles.css +++ b/styles.css @@ -1,5 +1,7 @@ html { font-size: 62.5%; + margin: 0; + padding: 0; } body { margin: 0; @@ -7,7 +9,8 @@ body { font-size: 16px; font-size: 1.6rem; font-family: 'Source Sans Pro', sans-serif; - } + background: url(assets/debut_dark.png); + } /* glm framework */ .glmTxtImg { text-indent: 100%; @@ -22,7 +25,7 @@ body { display: block; } .row { - width: 100%; + width: 1200px; margin-left: auto; margin-right: auto; margin-top: 0; @@ -45,7 +48,7 @@ body { } .rHeader { background: url(assets/bgHeader.png) repeat-x; - } + } .tel { position: absolute; font-size: 24px; @@ -59,11 +62,14 @@ header { height: 128px; } header h1 { - background: url(assets/cedarvilleMarine.png); + background: url(assets/cedarvilleMarine.png) no-repeat; width: 554px; height: 58px; - margin: 10px auto; - } + position: absolute; + top: 16px; + left: 250px; + margin: 0; + } header a img { /* logo */ position: absolute; top: 0; @@ -82,7 +88,7 @@ nav a { font-family: 'Rokkitt', serif; } #rHome { - background: #364759; + background: url(assets/slideBg.gif) no-repeat; padding-bottom: 19px; border-bottom: 3px solid black; } @@ -124,6 +130,7 @@ nav a { /* Main section home page */ #hMain { padding-top: 37px; + background: white; } #cMain { width: 790px; @@ -152,6 +159,20 @@ nav a { margin-top: 20px; margin-right: 20px; } +#waterLevel { + background-image: url(images/file-ext/pdf.png); + background-repeat: no-repeat; + padding: 20px 0 20px 40px; + background-position: 15px center ; + display: block; + color: #7e92a6; + font-weight: bold; + font-size: 14px; + font-size: 1.4rem; + border: 1px solid rgba(0, 0, 0, .2); + border-radius: 10px; + margin-bottom: 20px; + } .wTemp { font-size: 34px; font-size: 3.4rem; @@ -168,16 +189,7 @@ nav a { width: 251px; height: 82px; } -#waterLevel { - background-image: url(images/file-ext/pdf.png); - background-repeat: no-repeat; - padding: 20px 20px 20px 0; - background-position: center right; - display: block; - margin-right: 10px; - color: #7e92a6; - font-weight:bold; - } + /* Toolbox */ #category { margin-bottom: 2em;