@charset "utf-8"; /* CSS Document */ /* * styles-pc.css * for WiFi Disk and FTPOnTheGo * * By Peter Burford for WiFi Disk and FTP On The Go * Copyright 2009 Headlight Software, Inc. All rights reserved. * * The styles-pc is designed to look good on a Mac or Windows PC. */ body { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12pt; margin: 0; background-color: #ddd; } a, a:visited, a:active { color: #333; text-decoration:none; } #header { padding-left: 1em; } #header h1 { margin: 0; padding: 0; font-size: 14pt; overflow:visible; min-height:27px; } #header img { border:none; vertical-align:middle; } #header h2 { width: 320px; margin: 0; padding: 0; font-size: 9pt; } #pathpre { color:#999999; } h2 { margin: 0; padding: .5em 0 0 1em; } #mainbody { width: 80%; margin: 0 auto 0 auto; background-color: #ffffff; border: 3px inset; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; } #section { overflow:auto; } #upload { } #resetbutton { display:block; width: 90px; height: 90px; margin: 20px auto 0 auto; } #tabnav { width: 70%; margin: 0 auto 0 auto; text-align:right; } #tab-view, #tab-upload { border-top: 1px inset; border-left: 1px inset; border-right: 1px outset; -webkit-border-top-left-radius: 10px; -webkit-border-top-right-radius: 10px; -moz-border-radius-topleft: 10px; -moz-border-radius-topright: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; font-weight:normal; } .tab-on { margin-top: 0px; padding: 4px 5px 1px 5px; position: relative; top: 2px; background-color: #ffffff; } .tab-off { margin-top: 3px; padding: 1px 5px 1px 5px; position: relative; top: -1px; background-color: #eeeeee; } .hidden { visibility: hidden; display:none; } .visible { visibility: visible; } #tabletitle { padding: .4em .3em .2em 2.7em; font-weight:bold; background-color:#CCCCCC; text-align:left; font-size:10pt; border-bottom: 1px solid #ccc; } files_list { width:100%; } .uploadfile { background-image: url(upload.png); background-repeat: no-repeat; background-position: 4px center; padding: .4em .3em .2em 2em; text-align:left; font-size:14pt; font-style: italic; border-bottom: 1px solid #ccc; } #addfile { background-image: url(upload-add.png); } .uploadbutton { display:block; text-algin:center; font-size:16pt; font-weight:bold; margin: .5em auto 1em auto; } .deletebutton { float:right; } a.helplink { float:right; margin: .5em; font-size: 9pt; font-weight: bold; color:#336699; } #helpwindow { position: absolute; top: 1px; left: 1px; width: 90%; height: 90%; } #helpwindow-body { position: relative; top: 20px; width: 60%; margin: 0 0 0 20%; padding: 1em; border: 5px solid #eeeeee; background-color: #FFFFCC; -webkit-box-shadow: 0px 0px 16px #000; -moz-box-shadow: 0px 0px 16px #000; box-shadow: 0px 0px 16px #000; } .smallinfo { width: 80%; margin: .2em auto 0 auto; text-align:right; font-size: 9pt; } .smallinfo a { color:#336699; } a:hover { text-decoration:underline; } /* Results Style*/ #filestable { width:100%; border-bottom: 1px solid #ccc; margin: 0; padding: 0; border: none; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; } #filestable td { padding: .3em .9em .3em .9em; } #filestable .titlerow td { font-weight:bold; background-color:#e0e0e0; } #filestable .stdrow1 td { border-top: 1px solid #ccc; } .desctitle { text-align:left; font-size:10pt; } .sizetitle { text-align:right; font-size:10pt; } .desc { text-align:left; font-size:14pt; font-style: italic; } .size, .size a { text-align:right; font-size:10pt; color:#00f; } .bluelink { color:#00f; text-decoration:underline; } #filestable td.view { text-align:center; width:32px; padding: 0; } #filestable img { padding: 1px; border:none; }