From: Ove Klykken Date: Wed, 7 May 2014 16:13:11 +0000 (+0000) Subject: added file upload styles and pdf icon for link to Water Level PDF X-Git-Tag: v1.0~19 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=1a089df00fa1197ad8b5515ed970c1681914e331;p=web%2FCedarvilleMarine.git added file upload styles and pdf icon for link to Water Level PDF --- diff --git a/styles.css b/styles.css index ca24d11..d24ba44 100644 --- a/styles.css +++ b/styles.css @@ -126,7 +126,7 @@ nav a { padding-top: 37px; } #cMain { - width: 797px; + width: 790px; float: left; padding-bottom: 1em; } @@ -168,6 +168,16 @@ 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; @@ -237,3 +247,31 @@ footer p i { font-style: normal; vertical-align: bottom; } +/* Image Upload Icons */ +.file-download { + background-repeat: no-repeat; + background-position: left; + padding: 1px 2px; + padding-left: 18px; + position: relative; + margin-right: 10px; + margin-bottom: 5px; + display: block; + float: left; + clear: left; + background-image: url(images/file-ext/txt.png); + } +.avi, +.mov, +.wmv { background-image: url(images/file-ext/movie.gif);} +.doc { background-image: url(images/file-ext/doc.gif);} +.gif { background-image: url(images/file-ext/gif.gif);} +.html { background-image: url(images/file-ext/html.gif);} +.jpg { background-image: url(images/file-ext/jpg.gif);} +.mp3 { background-image: url(images/file-ext/mp3.gif);} +.pdf { background-image: url(images/file-ext/pdf.png);} +.ppt { background-image: url(images/file-ext/ppt.gif);} +.txt { background-image: url(images/file-ext/txt.png);} +.xls { background-image: url(images/file-ext/xls.gif);} +.zip { background-image: url(images/file-ext/zip.png);} +.rar { background-image: url(images/file-ext/rar.gif);}