diff options
author | Jakob Sack <mail@jakobsack.de> | 2011-03-01 23:20:16 +0100 |
---|---|---|
committer | Jakob Sack <mail@jakobsack.de> | 2011-03-01 23:20:16 +0100 |
commit | 132695ceb1d7ab0e4bfbb141e9e9639111dd25b5 (patch) | |
tree | f53fabcefd89a1e5bbeda9a2c2d2fff6683139d4 /css | |
parent | 1fd39a52fa750878e7d70fba63c099f252095762 (diff) | |
download | nextcloud-server-132695ceb1d7ab0e4bfbb141e9e9639111dd25b5.tar.gz nextcloud-server-132695ceb1d7ab0e4bfbb141e9e9639111dd25b5.zip |
Start of the refactoring. Commit is quite big because I forgot to use git right from the beginning. Sorry.
Diffstat (limited to 'css')
18 files changed, 1229 insertions, 961 deletions
diff --git a/css/default.php b/css/default.php deleted file mode 100644 index 1c7e6e7beeb..00000000000 --- a/css/default.php +++ /dev/null @@ -1,521 +0,0 @@ -<?php -header('Content-Type: text/css'); -// calculate the documentroot -$SERVERROOT=substr(__FILE__,0,-16); -$DOCUMENTROOT=realpath($_SERVER['DOCUMENT_ROOT']); -$SERVERROOT=str_replace("\\",'/',$SERVERROOT); -$SUBURI=substr(realpath($_SERVER["SCRIPT_FILENAME"]),strlen($SERVERROOT)); -$WEBROOT=substr($_SERVER["SCRIPT_NAME"],0,strlen($_SERVER["SCRIPT_NAME"])-strlen($SUBURI)); -?> -html, body { - background-color: #F9F9F9; - margin: 0px; - height: 100%; - width: 100%; - position: absolute; - font-size: 100%; -} -#mainlayout{ - width:100%; - height:100%; -} - -#mainlayout>div{ - position:absolute; - width:100%; - left:0px; -} - -#mainlayout>.head{ - height:175px; - top:0px; -} - -#mainlayout>.body{ - vertical-align:top; - top:175px; - bottom:75px; - overflow:auto; -} - -#mainlayout>.foot{ - height:75px; - bottom:0px; -} - -#mainlayout>.foot>.bar{ - background-color:#EEE; - position:absolute; - top:0px; - height:24px; - width:100%; -} - -body.error {background-color: #F0F0F0;} -td.error{color:#FF0000; text-align:center} -body,th,td,ul,li,a,div,p,pre {color:#333333; font-family:Verdana,"Bitstream Vera Sans",Arial,Helvetica,Sans,"Bitstream Vera Serif"; font-size: 0.95em;} - -a img { - border:none; -} - -h1 { - margin-bottom:1.5em; -} - -.center { - text-align:center; -} - -.body>.center { - height:100%; - width:100%; -} - -.center * { - margin-left:auto; - margin-right:auto; -} - -td { - text-align:left; -} - -div#nav { - width:100%; - background-color: #EEEEEE; - padding:0px; - margin:0px; - position:absolute; - bottom:0px; -} - -a#owncloud-logo { - margin-left:auto; - margin-right:auto; - display:block; - width:200px; - height:99px; - background: transparent url(<?php if(isset($WEBROOT)) echo($WEBROOT); ?>/img/owncloud-logo-small.png) no-repeat scroll 0 0; -} - -a#owncloud-logo span { - display:none; -} - -td.nametext{ - position:relative; - display:block; -} - -.nametext a, .breadcrumb a{color:#333333; font-size: 0.8em; font-weight:bold; text-decoration:none;} -.errortext {color:#CC3333; font-size: 0.95em; font-weight:bold; text-decoration:none;} -.highlighttext {color:#333333; font-size: 0.95em; font-weight:bold; text-decoration:none;} -.datetext {color:#333333; font-size: 0.7em;} -.sizetext{ - color:#333333; - font-size: 0.7em; -} -.footer {color:#999999; text-align:center; font-size: 0.95em; margin-top:4em;} -.footer a {color:#999999; text-decoration:none;} -.hint {color:#AAAAAA; text-align:center; font-size: 0.8em; margin-top:10px;} -.hint a{color:#AAAAAA; text-align:center; font-size: 0.8em;} - -.formstyle { - font-weight:normal; - font-size: 0.8em; - color: #555555; - background-color: #FFFFFF; - border: 1px solid #DDDDDD; - padding:0px; - margin:0px; -} - -.loginform { - background-color: #EEEEEE; -} - -.browser { - background-color: #EEEEEE; -} - -.browserline { - background-color: #EEEEEE; -} - -.browserline:hover { - background-color: #DDDDDD; -} - - -.navigationitem1 { - background-color: #EEEEEE; - color:#555555; - font-size: 0.95em; - font-weight:bold; -} - -.navigationitem1 a{ - text-decoration:none; - padding-right:15px; - background: transparent url(<?php if(isset($WEBROOT)) echo($WEBROOT); ?>/img/dots.png) no-repeat scroll center right; -} - -.navigationitem1 img { - border:none; -} - -.navigationitem1:hover { - background-color: #EEEEEE; -} - -.navigationitem { - background-color: #EEEEEE; -} - -.navigationitem:hover { - background-color: #DDDDDD; -} - -.navigationselected td { - background-color: #DDDDDD; -} - -.navigationitem a { - text-decoration:none; - color: #333333; - font-size: 0.8em; -} - -.navigationitemselected a { - text-decoration:none; - color: #333333; - font-size: 0.8em; - font-weight:bold; -} - -.hidden{ - height:0px; - width:0px; - margin:0px; - padding:0px; - border:0px; - position:absolute; - top:0px; - left:0px; - overflow:hidden; - /*do not use display:none here, it breaks iframes in some browsers*/ -} - -div.OCNotification{ - background:#0c285a; - color:white; - border:white solid 1px; - padding:1px; - margin:4px; - min-width:200px; -} -div.OCNotificationHolder{ - right:20px; - bottom:0px; - position:fixed; - color:white; -} - -td img.file_actions{ - cursor:pointer; - height:0px; - width:9px; -} - -td.nametext:hover img.file_actions{ - height:auto; -} - -div.breadcrumb{ - background-color: #F0F0F0; -} - -div.fileactionlist{ - z-index:50; - position:absolute; - top:20px; - background-color: #DDDDDD; - margin-top:5px; - border:1px black solid; -} - -div.fileactionlist td{ - cursor:pointer; -} - -div.fileactionlist td:hover{ - background-color: #CCCCCC; -} - -tr.breadcrumb{ - background-color: #CCCCCC; -} - -#content, div.browser{ - vertical-align:top; - /*min-height:200px;*/ - height:100%; -} - -table.browser{ - border: solid 3px #CCC; - height:100%; - border-spacing:0px; -} - -table.browser thead, table.browser tfoot{ - background-color:#CCC; - width:100%; -} - -td.sizetext{ - width:110px; - text-align:right; -} - - -input.fileSelector{ - margin-right:17px; - float:left; -} - -td.fileSelector, td.fileicon{ - width:16px; -} - -span.upload{ - float:right; - text-align:right; - margin:0px; - padding:0px; -} - -table.browser>tbody{ - vertical-align:top; -} - -table.browser>tbody>tr>td, table.browser>tbody>tr{ - padding:0px; - /*height:100%;*/ -} - -div.fileList{ - width:800px; - overflow:auto; - vertical-align:top; - height:100%; - min-height:200px; - top:0px; -<!-- border-bottom: 3px solid #CCC; --> -} - -div.fileList table{ - width:100%; - vertical-align:top; -} - -table.browser thead td,table.browser tfoot td{ - padding-left:6px; - padding-top:0px; - padding-bottom:0px; -} - -#imageframe{ - position:absolute; - top:0px; - left:0px; - height:100%; - width:100%; - background:rgb(20,20,20); - background:rgba(20,20,20,0.9); - text-align:center; -} - -#imageframe img{ - vertical-align:middle; - max-height:90%; - max-width:90%; - margin:10px; - border: black solid 3px; -} - -tr.hint, tr.hint td{ - background:transparent; -} - -#debug{ - position:fixed; - bottom:20px; - left:20px; - border:solid 1px black; -} - -.dragClone{ - position:absolute; -} - -div.breadcrumb{ - float:left; - background:transparent; -} - -div.moreActionsButton>p{ - padding:0px; - margin:0px; - width:100%; - height:100%; -} - -div.moreActionsButton{ - background-color:white; - display:inline; - border:1px solid black; - cursor:pointer; - padding-right:10px; - text-align:right; - width:90px; - height:19px; - float:right; - margin-top:2px !important; - right:2px; - position:absolute; - background:#DDD url(<?php if(isset($WEBROOT)) echo($WEBROOT); ?>/img/arrow_up.png) no-repeat scroll center right; -} - -td.moreActionsButtonClicked{ - background:#DDD url(<?php if(isset($WEBROOT)) echo($WEBROOT); ?>/img/arrow_down.png) no-repeat scroll center right !important -} - -tr.utilityline{ - height:24px; -} - -td.actionsSelected{ - position:absolute; - width:790px; -} - -div.moreActionsList{ - background:#EEE; - position:absolute; - bottom:19px; - right:-2px; - border:1px solid black; - min-width:330px; - text-align:right; - float:right; -} - -div.moreActionsList input{ -<!-- float:right; --> -} - -div.moreActionsList>table{ - width:100%; -} - -div.moreActionsList td{ - width:300px; - text-align:right; - padding-top:3px !important; - padding-bottom:3px !important; -} - -div.moreActionsList tr:hover{ - background-color:#DDD; -} - -#settingsNav{ - background-color:#EEEEEE; - left:0px; - top:0px; - height:100%; - width:150px; - overflow:auto; - position:absolute; - text-align:left; -} - -#settingsNav ul{ - padding-left:20px; - padding-right:20px; -} - -#settingsHolder{ - left:150px; - margin:0px; - right:0px; - position:absolute; - overflow:auto; - height:100%; -} - -table.userlist, table.pluginlist{ - margin:0px; - padding:0px; - width:100%; - border-spacing:0px; -} - -table.userlist>thead, table.pluginlist>thead{ - background-color:#DDD; - font-weight:bold; -} - -table.userlist td.sellect{ - width:18px; -} - -table.userlist td.name{ - width:200px; -} - -p.description{ - background-color:#DDD; - margin:0px; - padding-top:3px; - padding-bottom:3px; - width:100%; - font-weight:bold; -} - -#newUserForm, #newGroupForm{ - width:100%; - padding-top:3px; - padding-bottom:3px; -} - -div.settingsContent{ - background-color:#F2F2F2; - min-height:100%; -} - -#sellectedUsersActions>form{ - display:inline; -} - -#sellectedUsersActions{ - margin:0px; - text-align:left; - background-color:#DDD; - width:100%; -} - -table.pluginlist td.name{ - width:150px; -} - -table.pluginlist td.disable{ - width:50px; -} - -table.pluginlist td.version{ - width:60px; - text-align:center -}
\ No newline at end of file diff --git a/css/images/ui-bg_diagonals-thick_90_eeeeee_40x40.png b/css/images/ui-bg_diagonals-thick_90_eeeeee_40x40.png Binary files differnew file mode 100644 index 00000000000..6348115e6be --- /dev/null +++ b/css/images/ui-bg_diagonals-thick_90_eeeeee_40x40.png diff --git a/css/images/ui-bg_flat_15_cd0a0a_40x100.png b/css/images/ui-bg_flat_15_cd0a0a_40x100.png Binary files differnew file mode 100644 index 00000000000..7680b5437cf --- /dev/null +++ b/css/images/ui-bg_flat_15_cd0a0a_40x100.png diff --git a/css/images/ui-bg_glass_100_e4f1fb_1x400.png b/css/images/ui-bg_glass_100_e4f1fb_1x400.png Binary files differnew file mode 100644 index 00000000000..705a32ea35d --- /dev/null +++ b/css/images/ui-bg_glass_100_e4f1fb_1x400.png diff --git a/css/images/ui-bg_glass_50_3baae3_1x400.png b/css/images/ui-bg_glass_50_3baae3_1x400.png Binary files differnew file mode 100644 index 00000000000..baabca6baaf --- /dev/null +++ b/css/images/ui-bg_glass_50_3baae3_1x400.png diff --git a/css/images/ui-bg_glass_80_d7ebf9_1x400.png b/css/images/ui-bg_glass_80_d7ebf9_1x400.png Binary files differnew file mode 100644 index 00000000000..d9387e9507e --- /dev/null +++ b/css/images/ui-bg_glass_80_d7ebf9_1x400.png diff --git a/css/images/ui-bg_highlight-hard_100_f2f5f7_1x100.png b/css/images/ui-bg_highlight-hard_100_f2f5f7_1x100.png Binary files differnew file mode 100644 index 00000000000..28b566c2c29 --- /dev/null +++ b/css/images/ui-bg_highlight-hard_100_f2f5f7_1x100.png diff --git a/css/images/ui-bg_highlight-hard_70_000000_1x100.png b/css/images/ui-bg_highlight-hard_70_000000_1x100.png Binary files differnew file mode 100644 index 00000000000..d5882978043 --- /dev/null +++ b/css/images/ui-bg_highlight-hard_70_000000_1x100.png diff --git a/css/images/ui-bg_highlight-soft_100_deedf7_1x100.png b/css/images/ui-bg_highlight-soft_100_deedf7_1x100.png Binary files differnew file mode 100644 index 00000000000..2289d3c7d7b --- /dev/null +++ b/css/images/ui-bg_highlight-soft_100_deedf7_1x100.png diff --git a/css/images/ui-bg_highlight-soft_25_ffef8f_1x100.png b/css/images/ui-bg_highlight-soft_25_ffef8f_1x100.png Binary files differnew file mode 100644 index 00000000000..54aff0cb974 --- /dev/null +++ b/css/images/ui-bg_highlight-soft_25_ffef8f_1x100.png diff --git a/css/images/ui-icons_2694e8_256x240.png b/css/images/ui-icons_2694e8_256x240.png Binary files differnew file mode 100644 index 00000000000..9d192c2f659 --- /dev/null +++ b/css/images/ui-icons_2694e8_256x240.png diff --git a/css/images/ui-icons_2e83ff_256x240.png b/css/images/ui-icons_2e83ff_256x240.png Binary files differnew file mode 100644 index 00000000000..09d1cdc856c --- /dev/null +++ b/css/images/ui-icons_2e83ff_256x240.png diff --git a/css/images/ui-icons_3d80b3_256x240.png b/css/images/ui-icons_3d80b3_256x240.png Binary files differnew file mode 100644 index 00000000000..f13b206645b --- /dev/null +++ b/css/images/ui-icons_3d80b3_256x240.png diff --git a/css/images/ui-icons_72a7cf_256x240.png b/css/images/ui-icons_72a7cf_256x240.png Binary files differnew file mode 100644 index 00000000000..0d20b730833 --- /dev/null +++ b/css/images/ui-icons_72a7cf_256x240.png diff --git a/css/images/ui-icons_ffffff_256x240.png b/css/images/ui-icons_ffffff_256x240.png Binary files differnew file mode 100644 index 00000000000..42f8f992c72 --- /dev/null +++ b/css/images/ui-icons_ffffff_256x240.png diff --git a/css/jquery-ui-1.8.10.custom.css b/css/jquery-ui-1.8.10.custom.css new file mode 100644 index 00000000000..1f376ca99d3 --- /dev/null +++ b/css/jquery-ui-1.8.10.custom.css @@ -0,0 +1,573 @@ +/* + * jQuery UI CSS Framework 1.8.10 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Theming/API + */ + +/* Layout helpers +----------------------------------*/ +.ui-helper-hidden { display: none; } +.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); } +.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; } +.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } +.ui-helper-clearfix { display: inline-block; } +/* required comment for clearfix to work in Opera \*/ +* html .ui-helper-clearfix { height:1%; } +.ui-helper-clearfix { display:block; } +/* end clearfix */ +.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); } + + +/* Interaction Cues +----------------------------------*/ +.ui-state-disabled { cursor: default !important; } + + +/* Icons +----------------------------------*/ + +/* states and images */ +.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; } + + +/* Misc visuals +----------------------------------*/ + +/* Overlays */ +.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } + + +/* + * jQuery UI CSS Framework 1.8.10 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Theming/API + * + * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande,%20Lucida%20Sans,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=6px&bgColorHeader=deedf7&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=100&borderColorHeader=aed0ea&fcHeader=222222&iconColorHeader=72a7cf&bgColorContent=f2f5f7&bgTextureContent=04_highlight_hard.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=362b36&iconColorContent=72a7cf&bgColorDefault=d7ebf9&bgTextureDefault=02_glass.png&bgImgOpacityDefault=80&borderColorDefault=aed0ea&fcDefault=2779aa&iconColorDefault=3d80b3&bgColorHover=e4f1fb&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=74b2e2&fcHover=0070a3&iconColorHover=2694e8&bgColorActive=3baae3&bgTextureActive=02_glass.png&bgImgOpacityActive=50&borderColorActive=2694e8&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=ffef8f&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=25&borderColorHighlight=f9dd34&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=cd0a0a&bgTextureError=01_flat.png&bgImgOpacityError=15&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffffff&bgColorOverlay=eeeeee&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=90&opacityOverlay=80&bgColorShadow=000000&bgTextureShadow=04_highlight_hard.png&bgImgOpacityShadow=70&opacityShadow=30&thicknessShadow=7px&offsetTopShadow=-7px&offsetLeftShadow=-7px&cornerRadiusShadow=8px + */ + + +/* Component containers +----------------------------------*/ +.ui-widget { font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; font-size: 1.1em; } +.ui-widget .ui-widget { font-size: 1em; } +.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; font-size: 1em; } +.ui-widget-content { border: 1px solid #dddddd; background: #f2f5f7 url(images/ui-bg_highlight-hard_100_f2f5f7_1x100.png) 50% top repeat-x; color: #362b36; } +.ui-widget-content a { color: #362b36; } +.ui-widget-header { border: 1px solid #aed0ea; background: #deedf7 url(images/ui-bg_highlight-soft_100_deedf7_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; } +.ui-widget-header a { color: #222222; } + +/* Interaction states +----------------------------------*/ +.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #aed0ea; background: #d7ebf9 url(images/ui-bg_glass_80_d7ebf9_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #2779aa; } +.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #2779aa; text-decoration: none; } +.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #74b2e2; background: #e4f1fb url(images/ui-bg_glass_100_e4f1fb_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #0070a3; } +.ui-state-hover a, .ui-state-hover a:hover { color: #0070a3; text-decoration: none; } +.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #2694e8; background: #3baae3 url(images/ui-bg_glass_50_3baae3_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #ffffff; } +.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff; text-decoration: none; } +.ui-widget :active { outline: none; } + +/* Interaction Cues +----------------------------------*/ +.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {border: 1px solid #f9dd34; background: #ffef8f url(images/ui-bg_highlight-soft_25_ffef8f_1x100.png) 50% top repeat-x; color: #363636; } +.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; } +.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #cd0a0a url(images/ui-bg_flat_15_cd0a0a_40x100.png) 50% 50% repeat-x; color: #ffffff; } +.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ffffff; } +.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ffffff; } +.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; } +.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; } +.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; } + +/* Icons +----------------------------------*/ + +/* states and images */ +.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_72a7cf_256x240.png); } +.ui-widget-content .ui-icon {background-image: url(images/ui-icons_72a7cf_256x240.png); } +.ui-widget-header .ui-icon {background-image: url(images/ui-icons_72a7cf_256x240.png); } +.ui-state-default .ui-icon { background-image: url(images/ui-icons_3d80b3_256x240.png); } +.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_2694e8_256x240.png); } +.ui-state-active .ui-icon {background-image: url(images/ui-icons_ffffff_256x240.png); } +.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png); } +.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_ffffff_256x240.png); } + +/* positioning */ +.ui-icon-carat-1-n { background-position: 0 0; } +.ui-icon-carat-1-ne { background-position: -16px 0; } +.ui-icon-carat-1-e { background-position: -32px 0; } +.ui-icon-carat-1-se { background-position: -48px 0; } +.ui-icon-carat-1-s { background-position: -64px 0; } +.ui-icon-carat-1-sw { background-position: -80px 0; } +.ui-icon-carat-1-w { background-position: -96px 0; } +.ui-icon-carat-1-nw { background-position: -112px 0; } +.ui-icon-carat-2-n-s { background-position: -128px 0; } +.ui-icon-carat-2-e-w { background-position: -144px 0; } +.ui-icon-triangle-1-n { background-position: 0 -16px; } +.ui-icon-triangle-1-ne { background-position: -16px -16px; } +.ui-icon-triangle-1-e { background-position: -32px -16px; } +.ui-icon-triangle-1-se { background-position: -48px -16px; } +.ui-icon-triangle-1-s { background-position: -64px -16px; } +.ui-icon-triangle-1-sw { background-position: -80px -16px; } +.ui-icon-triangle-1-w { background-position: -96px -16px; } +.ui-icon-triangle-1-nw { background-position: -112px -16px; } +.ui-icon-triangle-2-n-s { background-position: -128px -16px; } +.ui-icon-triangle-2-e-w { background-position: -144px -16px; } +.ui-icon-arrow-1-n { background-position: 0 -32px; } +.ui-icon-arrow-1-ne { background-position: -16px -32px; } +.ui-icon-arrow-1-e { background-position: -32px -32px; } +.ui-icon-arrow-1-se { background-position: -48px -32px; } +.ui-icon-arrow-1-s { background-position: -64px -32px; } +.ui-icon-arrow-1-sw { background-position: -80px -32px; } +.ui-icon-arrow-1-w { background-position: -96px -32px; } +.ui-icon-arrow-1-nw { background-position: -112px -32px; } +.ui-icon-arrow-2-n-s { background-position: -128px -32px; } +.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; } +.ui-icon-arrow-2-e-w { background-position: -160px -32px; } +.ui-icon-arrow-2-se-nw { background-position: -176px -32px; } +.ui-icon-arrowstop-1-n { background-position: -192px -32px; } +.ui-icon-arrowstop-1-e { background-position: -208px -32px; } +.ui-icon-arrowstop-1-s { background-position: -224px -32px; } +.ui-icon-arrowstop-1-w { background-position: -240px -32px; } +.ui-icon-arrowthick-1-n { background-position: 0 -48px; } +.ui-icon-arrowthick-1-ne { background-position: -16px -48px; } +.ui-icon-arrowthick-1-e { background-position: -32px -48px; } +.ui-icon-arrowthick-1-se { background-position: -48px -48px; } +.ui-icon-arrowthick-1-s { background-position: -64px -48px; } +.ui-icon-arrowthick-1-sw { background-position: -80px -48px; } +.ui-icon-arrowthick-1-w { background-position: -96px -48px; } +.ui-icon-arrowthick-1-nw { background-position: -112px -48px; } +.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; } +.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; } +.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; } +.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; } +.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; } +.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; } +.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; } +.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; } +.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; } +.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; } +.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; } +.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; } +.ui-icon-arrowreturn-1-w { background-position: -64px -64px; } +.ui-icon-arrowreturn-1-n { background-position: -80px -64px; } +.ui-icon-arrowreturn-1-e { background-position: -96px -64px; } +.ui-icon-arrowreturn-1-s { background-position: -112px -64px; } +.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; } +.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; } +.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; } +.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; } +.ui-icon-arrow-4 { background-position: 0 -80px; } +.ui-icon-arrow-4-diag { background-position: -16px -80px; } +.ui-icon-extlink { background-position: -32px -80px; } +.ui-icon-newwin { background-position: -48px -80px; } +.ui-icon-refresh { background-position: -64px -80px; } +.ui-icon-shuffle { background-position: -80px -80px; } +.ui-icon-transfer-e-w { background-position: -96px -80px; } +.ui-icon-transferthick-e-w { background-position: -112px -80px; } +.ui-icon-folder-collapsed { background-position: 0 -96px; } +.ui-icon-folder-open { background-position: -16px -96px; } +.ui-icon-document { background-position: -32px -96px; } +.ui-icon-document-b { background-position: -48px -96px; } +.ui-icon-note { background-position: -64px -96px; } +.ui-icon-mail-closed { background-position: -80px -96px; } +.ui-icon-mail-open { background-position: -96px -96px; } +.ui-icon-suitcase { background-position: -112px -96px; } +.ui-icon-comment { background-position: -128px -96px; } +.ui-icon-person { background-position: -144px -96px; } +.ui-icon-print { background-position: -160px -96px; } +.ui-icon-trash { background-position: -176px -96px; } +.ui-icon-locked { background-position: -192px -96px; } +.ui-icon-unlocked { background-position: -208px -96px; } +.ui-icon-bookmark { background-position: -224px -96px; } +.ui-icon-tag { background-position: -240px -96px; } +.ui-icon-home { background-position: 0 -112px; } +.ui-icon-flag { background-position: -16px -112px; } +.ui-icon-calendar { background-position: -32px -112px; } +.ui-icon-cart { background-position: -48px -112px; } +.ui-icon-pencil { background-position: -64px -112px; } +.ui-icon-clock { background-position: -80px -112px; } +.ui-icon-disk { background-position: -96px -112px; } +.ui-icon-calculator { background-position: -112px -112px; } +.ui-icon-zoomin { background-position: -128px -112px; } +.ui-icon-zoomout { background-position: -144px -112px; } +.ui-icon-search { background-position: -160px -112px; } +.ui-icon-wrench { background-position: -176px -112px; } +.ui-icon-gear { background-position: -192px -112px; } +.ui-icon-heart { background-position: -208px -112px; } +.ui-icon-star { background-position: -224px -112px; } +.ui-icon-link { background-position: -240px -112px; } +.ui-icon-cancel { background-position: 0 -128px; } +.ui-icon-plus { background-position: -16px -128px; } +.ui-icon-plusthick { background-position: -32px -128px; } +.ui-icon-minus { background-position: -48px -128px; } +.ui-icon-minusthick { background-position: -64px -128px; } +.ui-icon-close { background-position: -80px -128px; } +.ui-icon-closethick { background-position: -96px -128px; } +.ui-icon-key { background-position: -112px -128px; } +.ui-icon-lightbulb { background-position: -128px -128px; } +.ui-icon-scissors { background-position: -144px -128px; } +.ui-icon-clipboard { background-position: -160px -128px; } +.ui-icon-copy { background-position: -176px -128px; } +.ui-icon-contact { background-position: -192px -128px; } +.ui-icon-image { background-position: -208px -128px; } +.ui-icon-video { background-position: -224px -128px; } +.ui-icon-script { background-position: -240px -128px; } +.ui-icon-alert { background-position: 0 -144px; } +.ui-icon-info { background-position: -16px -144px; } +.ui-icon-notice { background-position: -32px -144px; } +.ui-icon-help { background-position: -48px -144px; } +.ui-icon-check { background-position: -64px -144px; } +.ui-icon-bullet { background-position: -80px -144px; } +.ui-icon-radio-off { background-position: -96px -144px; } +.ui-icon-radio-on { background-position: -112px -144px; } +.ui-icon-pin-w { background-position: -128px -144px; } +.ui-icon-pin-s { background-position: -144px -144px; } +.ui-icon-play { background-position: 0 -160px; } +.ui-icon-pause { background-position: -16px -160px; } +.ui-icon-seek-next { background-position: -32px -160px; } +.ui-icon-seek-prev { background-position: -48px -160px; } +.ui-icon-seek-end { background-position: -64px -160px; } +.ui-icon-seek-start { background-position: -80px -160px; } +/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */ +.ui-icon-seek-first { background-position: -80px -160px; } +.ui-icon-stop { background-position: -96px -160px; } +.ui-icon-eject { background-position: -112px -160px; } +.ui-icon-volume-off { background-position: -128px -160px; } +.ui-icon-volume-on { background-position: -144px -160px; } +.ui-icon-power { background-position: 0 -176px; } +.ui-icon-signal-diag { background-position: -16px -176px; } +.ui-icon-signal { background-position: -32px -176px; } +.ui-icon-battery-0 { background-position: -48px -176px; } +.ui-icon-battery-1 { background-position: -64px -176px; } +.ui-icon-battery-2 { background-position: -80px -176px; } +.ui-icon-battery-3 { background-position: -96px -176px; } +.ui-icon-circle-plus { background-position: 0 -192px; } +.ui-icon-circle-minus { background-position: -16px -192px; } +.ui-icon-circle-close { background-position: -32px -192px; } +.ui-icon-circle-triangle-e { background-position: -48px -192px; } +.ui-icon-circle-triangle-s { background-position: -64px -192px; } +.ui-icon-circle-triangle-w { background-position: -80px -192px; } +.ui-icon-circle-triangle-n { background-position: -96px -192px; } +.ui-icon-circle-arrow-e { background-position: -112px -192px; } +.ui-icon-circle-arrow-s { background-position: -128px -192px; } +.ui-icon-circle-arrow-w { background-position: -144px -192px; } +.ui-icon-circle-arrow-n { background-position: -160px -192px; } +.ui-icon-circle-zoomin { background-position: -176px -192px; } +.ui-icon-circle-zoomout { background-position: -192px -192px; } +.ui-icon-circle-check { background-position: -208px -192px; } +.ui-icon-circlesmall-plus { background-position: 0 -208px; } +.ui-icon-circlesmall-minus { background-position: -16px -208px; } +.ui-icon-circlesmall-close { background-position: -32px -208px; } +.ui-icon-squaresmall-plus { background-position: -48px -208px; } +.ui-icon-squaresmall-minus { background-position: -64px -208px; } +.ui-icon-squaresmall-close { background-position: -80px -208px; } +.ui-icon-grip-dotted-vertical { background-position: 0 -224px; } +.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; } +.ui-icon-grip-solid-vertical { background-position: -32px -224px; } +.ui-icon-grip-solid-horizontal { background-position: -48px -224px; } +.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; } +.ui-icon-grip-diagonal-se { background-position: -80px -224px; } + + +/* Misc visuals +----------------------------------*/ + +/* Corner radius */ +.ui-corner-tl { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; border-top-left-radius: 6px; } +.ui-corner-tr { -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; border-top-right-radius: 6px; } +.ui-corner-bl { -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px; } +.ui-corner-br { -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px; } +.ui-corner-top { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; border-top-left-radius: 6px; -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; border-top-right-radius: 6px; } +.ui-corner-bottom { -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px; -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px; } +.ui-corner-right { -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; border-top-right-radius: 6px; -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px; } +.ui-corner-left { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; border-top-left-radius: 6px; -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px; } +.ui-corner-all { -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; } + +/* Overlays */ +.ui-widget-overlay { background: #eeeeee url(images/ui-bg_diagonals-thick_90_eeeeee_40x40.png) 50% 50% repeat; opacity: .80;filter:Alpha(Opacity=80); } +.ui-widget-shadow { margin: -7px 0 0 -7px; padding: 7px; background: #000000 url(images/ui-bg_highlight-hard_70_000000_1x100.png) 50% top repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/* + * jQuery UI Resizable 1.8.10 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Resizable#theming + */ +.ui-resizable { position: relative;} +.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;} +.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; } +.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; } +.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; } +.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; } +.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; } +.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; } +.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; } +.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; } +.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* + * jQuery UI Selectable 1.8.10 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Selectable#theming + */ +.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; } +/* + * jQuery UI Accordion 1.8.10 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Accordion#theming + */ +/* IE/Win - Fix animation bug - #4615 */ +.ui-accordion { width: 100%; } +.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; } +.ui-accordion .ui-accordion-li-fix { display: inline; } +.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; } +.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; } +.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; } +.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; } +.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; } +.ui-accordion .ui-accordion-content-active { display: block; } +/* + * jQuery UI Autocomplete 1.8.10 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Autocomplete#theming + */ +.ui-autocomplete { position: absolute; cursor: default; } + +/* workarounds */ +* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */ + +/* + * jQuery UI Menu 1.8.10 + * + * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Menu#theming + */ +.ui-menu { + list-style:none; + padding: 2px; + margin: 0; + display:block; + float: left; +} +.ui-menu .ui-menu { + margin-top: -3px; +} +.ui-menu .ui-menu-item { + margin:0; + padding: 0; + zoom: 1; + float: left; + clear: left; + width: 100%; +} +.ui-menu .ui-menu-item a { + text-decoration:none; + display:block; + padding:.2em .4em; + line-height:1.5; + zoom:1; +} +.ui-menu .ui-menu-item a.ui-state-hover, +.ui-menu .ui-menu-item a.ui-state-active { + font-weight: normal; + margin: -1px; +} +/* + * jQuery UI Button 1.8.10 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Button#theming + */ +.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */ +.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */ +button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */ +.ui-button-icons-only { width: 3.4em; } +button.ui-button-icons-only { width: 3.7em; } + +/*button text element */ +.ui-button .ui-button-text { display: block; line-height: 1.4; } +.ui-button-text-only .ui-button-text { padding: .4em 1em; } +.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; } +.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; } +.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; } +.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; } +/* no icon support for input elements, provide padding by default */ +input.ui-button { padding: .4em 1em; } + +/*button icon element(s) */ +.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; } +.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; } +.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; } +.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; } +.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; } + +/*button sets*/ +.ui-buttonset { margin-right: 7px; } +.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; } + +/* workarounds */ +button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */ +/* + * jQuery UI Dialog 1.8.10 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Dialog#theming + */ +.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; } +.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative; } +.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; } +.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; } +.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; } +.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; } +.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; } +.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; } +.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; } +.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; } +.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; } +.ui-draggable .ui-dialog-titlebar { cursor: move; } +/* + * jQuery UI Slider 1.8.10 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Slider#theming + */ +.ui-slider { position: relative; text-align: left; } +.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; } +.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; } + +.ui-slider-horizontal { height: .8em; } +.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; } +.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; } +.ui-slider-horizontal .ui-slider-range-min { left: 0; } +.ui-slider-horizontal .ui-slider-range-max { right: 0; } + +.ui-slider-vertical { width: .8em; height: 100px; } +.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; } +.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; } +.ui-slider-vertical .ui-slider-range-min { bottom: 0; } +.ui-slider-vertical .ui-slider-range-max { top: 0; }/* + * jQuery UI Tabs 1.8.10 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Tabs#theming + */ +.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */ +.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; } +.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; } +.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; } +.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; } +.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; } +.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */ +.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; } +.ui-tabs .ui-tabs-hide { display: none !important; } +/* + * jQuery UI Datepicker 1.8.10 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Datepicker#theming + */ +.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; } +.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; } +.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; } +.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; } +.ui-datepicker .ui-datepicker-prev { left:2px; } +.ui-datepicker .ui-datepicker-next { right:2px; } +.ui-datepicker .ui-datepicker-prev-hover { left:1px; } +.ui-datepicker .ui-datepicker-next-hover { right:1px; } +.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; } +.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; } +.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; } +.ui-datepicker select.ui-datepicker-month-year {width: 100%;} +.ui-datepicker select.ui-datepicker-month, +.ui-datepicker select.ui-datepicker-year { width: 49%;} +.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; } +.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; } +.ui-datepicker td { border: 0; padding: 1px; } +.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; } +.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; } +.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; } +.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; } + +/* with multiple calendars */ +.ui-datepicker.ui-datepicker-multi { width:auto; } +.ui-datepicker-multi .ui-datepicker-group { float:left; } +.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; } +.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; } +.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; } +.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; } +.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; } +.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; } +.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; } +.ui-datepicker-row-break { clear:both; width:100%; } + +/* RTL support */ +.ui-datepicker-rtl { direction: rtl; } +.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; } +.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; } +.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; } +.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; } +.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; } +.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; } +.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; } +.ui-datepicker-rtl .ui-datepicker-group { float:right; } +.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; } +.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; } + +/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */ +.ui-datepicker-cover { + display: none; /*sorry for IE5*/ + display/**/: block; /*sorry for IE5*/ + position: absolute; /*must have*/ + z-index: -1; /*must have*/ + filter: mask(); /*must have*/ + top: -4px; /*must have*/ + left: -4px; /*must have*/ + width: 200px; /*must have*/ + height: 200px; /*must have*/ +}/* + * jQuery UI Progressbar 1.8.10 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Progressbar#theming + */ +.ui-progressbar { height:2em; text-align: left; } +.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }
\ No newline at end of file diff --git a/css/small.php b/css/small.php deleted file mode 100644 index 60f79f51be1..00000000000 --- a/css/small.php +++ /dev/null @@ -1,440 +0,0 @@ -<?php -header('Content-Type: text/css'); -require_once('../inc/lib_base.php'); -?> - -/* css used for devices with small screen such as smartphones */ -html,body { - background-color: #F9F9F9; - margin:0px; - height:100%; - width:100%; - position:absolute; -} -#mainlayout{ - width:100%; - height:100%; -} - -#mainlayout>div{ - position:absolute; - width:100%; - left:0px; -} - -#mainlayout>.head{ - height:24px; - top:0px; -} - -#mainlayout>.body{ - vertical-align:top; - top:24px; - bottom:24px; - overflow:auto; -} - -#mainlayout>.foot{ - height:24px; - bottom:0px; -} - -#mainlayout>.foot>.bar{ - background-color:#EEE; - position:absolute; - top:0px; - height:24px; - width:100%; -} - -body.error {background-color: #F0F0F0;} -td.error{color:#FF0000; text-align:center} -body,th,td,ul,li,a,div,p,pre {color:#333333; font-family:Verdana,"Bitstream Vera Sans",Arial,Helvetica,Sans,"Bitstream Vera Serif"; font-size:9.0pt;} - -a img { - border:none; -} - -h1 { - margin-bottom:1.5em; -} - -.center { - text-align:center; -} - -.center * { - margin-left:auto; - margin-right:auto; -} - -td { - text-align:left; -} - -div#nav { - width:100%; - background-color: #EEEEEE; - padding:0px; - margin:0px; - position:absolute; - bottom:0px; -} - -a#owncloud-logo { - margin-left:auto; - margin-right:auto; - display:block; - width:200px; - height:99px; - background: transparent url(<?php if(isset($WEBROOT)) echo($WEBROOT); ?>/img/owncloud-logo-small.png) no-repeat scroll 0 0; -} - -a#owncloud-logo span { - display:none; -} - -td.nametext{ - white-space:nowrap; - display:block; - position:relative; - /*overflow:hidden;*/ - text-overflow: ellipsis; -} -td.nametext>img{ - float:left; - display:box; -} -td.nametext>a{ - display:block; - max-width:95%; - float:left; - overflow:hidden; - text-overflow: ellipsis; -} -.nametext a, .breadcrumb a{color:#333333; font-size:8pt; font-weight:bold; text-decoration:none;} -.errortext {color:#CC3333; font-size:9pt; font-weight:bold; text-decoration:none;} -.highlighttext {color:#333333; font-size:9pt; font-weight:bold; text-decoration:none;} -.datetext {color:#333333; font-size:7pt;} -.sizetext{ - color:#333333; - font-size:7pt; -} -.footer {color:#999999; text-align:center; font-size:9pt; margin-top:4px;} -.footer a {color:#999999; text-decoration:none;} -.hint {color:#AAAAAA; text-align:center; font-size:8pt; margin-top:10px;} -.hint a{color:#AAAAAA; text-align:center; font-size:8pt;} - -.formstyle { - font-weight:normal; - font-size: 8.0pt; - color: #555555; - background-color: #FFFFFF; - border: 1px solid #DDDDDD; - padding:0px; - margin:0px; -} - -.loginform { - background-color: #EEEEEE; -} - -.browser { - width:100%; - table-layout:fixed; - background-color: #EEEEEE; -} - -.browserline { - background-color: #EEEEEE; -} - -.browserline:hover { - background-color: #DDDDDD; -} - - -.navigationitem1 { - background-color: #EEEEEE; - color:#555555; - font-size:9pt; - font-weight:bold; -} - -.navigationitem1 a{ - text-decoration:none; -} - -.navigationitem1 img { - border:none; -} - -.navigationitem1:hover { - background-color: #EEEEEE; -} - -.navigationitem { - background-color: #EEEEEE; -} - -.navigationitem:hover { - background-color: #DDDDDD; -} - -.navigationselected td { - background-color: #DDDDDD; -} - -.navigationitem a { - text-decoration:none; - color: #333333; - font-size: 8.0pt; -} - -.navigationitemselected a { - text-decoration:none; - color: #333333; - font-size: 8.0pt; - font-weight:bold; -} - -.hidden{ - height:0px; - width:0px; - margin:0px; - padding:0px; - border:0px; - position:absolute; - top:0px; - left:0px; - overflow:hidden; - /*do not use display:none here, it breaks iframes in some browsers*/ -} - -div.OCNotification{ - background:#0c285a; - color:white; - border:white solid 1px; - padding:1px; - margin:4px; - min-width:200px; -} -div.OCNotificationHolder{ - right:20px; - bottom:0px; - position:fixed; - color:white; -} - -td img.file_actions{ - cursor:pointer; - height:0px; - width:9px; -} - -td.nametext:hover img.file_actions{ - height:auto; -} - -div.breadcrumb{ - background-color: #F0F0F0; -} - -div.fileactionlist{ - z-index:100; - position:absolute; - background-color: #DDDDDD; - margin-top:5px; - border:1px black solid; -} - -div.fileactionlist td{ - cursor:pointer; -} - -div.fileactionlist td:hover{ - background-color: #CCCCCC; -} - -tr.breadcrumb{ - background-color: #CCCCCC; -} - -#content, div.browser{ - vertical-align:top; - /*min-height:200px;*/ - height:100%; -} - -table.browser{ - border: solid 3px #CCC; - height:100%; - border-spacing:0px; -} - -table.browser thead, table.browser tfoot{ - background-color:#CCC; - width:100%; -} - -td.sizetext{ - width:70px; - float:right; - text-align:right; -} - - -input.fileSelector{ - margin-right:17px; - float:left; -} - -td.fileSelector, td.fileicon{ - width:20px; -} - -span.upload{ - float:right; - text-align:right; - margin:0px; - padding:0px; -} - -table.browser>tbody{ - vertical-align:top; -} - -table.browser>tbody>tr>td, table.browser>tbody>tr{ - padding:0px; - /*height:100%;*/ -} - -div.fileList{ - width:100%; - position:relative; - overflow:hidden; - vertical-align:top; - height:100%; - min-height:150px; - top:0px; -} - -div.fileactionlist table{ - table-layout:auto !important; -} - -div.fileList table{ - width:100%; - table-layout:fixed; - vertical-align:top; -} - -table.browser thead td,table.browser tfoot td{ - padding-left:6px; - padding-top:0px; - padding-bottom:0px; -} - -#imageframe{ - position:absolute; - top:0px; - left:0px; - height:100%; - width:100%; - background:rgb(20,20,20); - background:rgba(20,20,20,0.9); - text-align:center; -} - -#imageframe img{ - vertical-align:middle; - max-height:90%; - max-width:90%; - margin:10px; - border: black solid 3px; -} - -tr.hint, tr.hint td{ - background:transparent; -} - -#debug{ - position:fixed; - bottom:20px; - left:20px; - border:solid 1px black; -} - -.dragClone{ - position:absolute; -} - -div.breadcrumb{ - float:left; - background:transparent; -} - -div.moreActionsButton>p{ - padding:0px; - margin:0px; - width:100%; - height:100%; -} - -div.moreActionsButton{ - background-color:white; - display:inline; - border:1px solid black; - cursor:pointer; - padding-right:10px; - text-align:right; - width:90px; - height:19px; - float:right; - margin-top:2px !important; - right:2px; - position:absolute; - background:#DDD url(<?php if(isset($WEBROOT)) echo($WEBROOT); ?>/img/arrow_up.png) no-repeat scroll center right; -} - -td.moreActionsButtonClicked{ - background:#DDD url(<?php if(isset($WEBROOT)) echo($WEBROOT); ?>/img/arrow_down.png) no-repeat scroll center right !important -} - -tr.utilityline{ - height:24px; -} - -td.actionsSelected{ -<!-- position:absolute; --> -<!-- width:790px; --> -} - -div.moreActionsList{ - background:#EEE; - position:absolute; - bottom:19px; - right:-2px; - border:1px solid black; - text-align:right; - float:right; -} - -div.moreActionsList input{ -<!-- float:right; --> -} - -div.moreActionsList>table{ - width:100%; -} - -div.moreActionsList td{ - width:300px; - text-align:right; - padding-top:3px !important; - padding-bottom:3px !important; -} - -div.moreActionsList tr:hover{ - background-color:#DDD; -}
\ No newline at end of file diff --git a/css/styles.css b/css/styles.css new file mode 100644 index 00000000000..771c430c723 --- /dev/null +++ b/css/styles.css @@ -0,0 +1,656 @@ +* +{ + margin: 0; + padding: 0; + border: 0; +} + +body +{ + background-color: #FEFEFE; + background-image: url(../img/body_background.jpg); + background-repeat: repeat-y; + background-position: left top; + line-height: 1.6em; + font: normal 80% "Lucida Grande", Arial, Verdana, sans-serif; + color: #000; +} + +#header +{ + height: 70px; + padding: 0.5em 1.5em; + background-image: url(../img/header_background.png); + background-repeat: repeat-x; + background-position: left top; +} + +#owncloud +{ + float: left; + margin: 0 0 0 2em; +} + +h1 +{ + margin: 1em 3em 1em 0; + border-bottom: 1px solid #666; + text-transform: uppercase; + font-weight: normal; + font-style: italic; + color: #666; +} + +p.center +{ + text-align: center; +} + + +form +{ + margin: 2em 2em 2em 3em; +} + +form#quota +{ + max-width: 600px; +} + +form#user_settings +{ + max-width: 600px; +} + +form#user_settings p label +{ + display: block; + float: left; + width: 35%; + padding: 0.4em 0.5em 0 0; + text-align: right; +} + +form p +{ + padding: 0.5em 4em 0.5em 0.5em; + text-align: left; +} + +form p.form_footer +{ + margin: 1em 0 0 0; + text-align: right; +} + +form label +{ + cursor: pointer; +} + +form input +{ + padding: 0.2em; + border: 1px solid #DDD; + font-size: 1.2em; +} + +/* +form input[type="submit"] +{ + padding: 0.1em 1em; + border: 1px solid #999; + font-weight: bold; + font-size: 0.9em; + cursor: pointer; +} +*/ + +form input[type="submit"]:hover +{ + border: 1px solid #999; + background-color: #CCC; +} + +fieldset +{ + padding: 1em; + background-color: #F7F7F7; + border: 1px solid #DDD; +} + +legend +{ + padding: 0 0.5em; + font-size: 1.2em; +} + + +div.controls +{ + width: 91%; + margin: 1em 1em 1em 2em; + padding: 0.5em 0; + background-color: #F7F7F7; + border: 1px solid #EEE; +} + + + +/* LOG IN SCREEN ------------------------------------------------------------ */ + +body.login +{ + background-image: none; + background-color: #DDD; +} + +body.login p.info +{ + width: 640px; + margin: 4em auto; + padding: 1em 1em 1em 4em; + background-color: #EEE; + background-image: url(../img/help_about.png); + background-position: 0.8em 0.8em; + background-repeat: no-repeat; + border: 1px solid #CCC; + -moz-border-radius: 10px; + -webkit-border-radius: 10px; + border-radius: 10px; +} + +#login +{ + margin: 0 auto 0 auto; + padding: 2em 0 0 0; + background-image: url(../img/header_background2.png); + background-position: left 0; + background-repeat: repeat-x; + background-color: #EEE; + text-align: center; +} + +#login form +{ + margin: 2.5em auto 0 auto; + padding: 0 0 1.5em 0; + text-align: center; + border-bottom: 1px solid #FFF; +} + +#login h1 +{ + margin: 0; + padding: 2.5em 0 0 0; + border: 0; + text-align: center; + text-transform: lowercase; + font-size: 1.5em; +} + +#login fieldset +{ + background-color: transparent; + border: 0; +} + +#login fieldset p +{ + margin: 1em 0 0 0; + padding: 0; + text-align: center; +} + +#login label +{ + font-size: 1.2em; + color: #FFF; +} + +#login input +{ + width: 8em; + margin: 0.1em; + padding: 0.2em 0.5em; + border: 1px solid #DDD; + -moz-border-radius: 15px; + -webkit-border-radius: 15px; + border-radius: 15px; + font-size: 2em; + color: #666; +} + +#login input[type=submit] +{ + width: 5em; + border: 1px solid #DDD; + background-color: #FFF; + font-size: 2em; +} + + + +/* USER MENU ---------------------------------------------------------------- */ + +#user +{ + float: right; + margin: 1em 5em 1em 0; + background-image: url(../img/drop-arrow.png); + background-repeat: no-repeat; + background-position: right center; + color: #FFF; +} + +#user.userLinkOn +{ + background-color: #39577C; +} + +#user_menu_link +{ + display: block; + padding: 0.5em 2em 0.5em 1em; + font-weight: bold; +} + +#user_menu_link, #user_menu a +{ + text-decoration: none; + color: #FFF; +} + +#user_menu +{ + position: absolute; + z-index: 500; + right: 6.5em; + top: 45px; + list-style-type: none; + background-color: #39577C; +} + +#user_menu a +{ + display: block; + padding: 0.5em 5em 0.5em 1em; + background-color: transparent; +} + +#user_menu a:hover +{ + background-color: #1D2D42; +} + + + +/* PLUGINS MENU ------------------------------------------------------------- */ + +#plugins +{ + float: left; + width: 200px; + padding: 0; +} + +#plugins ul +{ + list-style-type: none; + border-top: 1px solid #CCC; +} + +#plugins a +{ + display: block; + padding: 0.5em 0.5em 0.5em 3em; + background-position: 1.5em center; + background-repeat: no-repeat; + border-bottom: 1px solid #DDD; + border-top: 1px solid #FFF; + text-decoration: none; + font-size: 1.2em; + color: #666; +} + +#plugins a:hover, #plugins a.selected +{ + background-color: #CCC; + border-top: 1px solid #CCC; + border-bottom: 1px solid #CCC; + color: #000; +} + +#plugins .files +{ + background-image: url(../img/files.png); +} + +#plugins .sharing +{ + background-image: url(../img/sharing.png); +} + +#plugins .galleries +{ + background-image: url(../img/galleries.png); +} + +#plugins .music +{ + background-image: url(../img/music.png); +} + + + +/* CONTENT ------------------------------------------------------------------ */ + +#content +{ + margin: 0 0 0 230px; +} + +table +{ + width: 90%; + margin: 1em 5em 2em 3em; +} + +table tr.mouseOver td +{ + background-color: #EEE; +} + +table th, table td +{ + padding: 0; + border-bottom: 1px solid #DDD; + text-align: left; + font-style: italic; +} + +table th +{ + padding: 0.5em; +} + +table td +{ + border-bottom: 1px solid #EEE; + font-style: normal; +} + +table td.filesize, table td.date +{ + width: 5em; + padding: 0.5em 1em; + text-align: right; +} + +table td.date +{ + width: 11em; +} + +table td.selection, table th.selection, table td.fileaction +{ + width: 2em; + text-align: center; +} + +table td.filename a +{ + display: block; + background-image: url(../img/file.png); + text-decoration: none; +} + +table td.filename a, table td.login, table td.logout, table td.download, table td.upload, table td.create, table td.delete +{ + padding: 0.5em 0.5em 0.5em 3em; + background-position: 1em center; + background-repeat: no-repeat; +} + +table td.filename a:hover +{ + text-decoration: underline; +} + +table em +{ + font-weight: bold; +} + +table td.filename a.folder-up +{ + background-image: url(../img/back.png); + font-style: italic; +} + +table td.filename a.folder +{ + background-image: url(../img/folder.png); +} + +table td.filename a.folder-home +{ + background-image: url(../img/home.png); +} + +table td.filename a.folder-music +{ + background-image: url(../img/folder-music.png); +} + +table td.filename a.folder-videos +{ + background-image: url(../img/folder-video.png); +} + +table td.filename a.folder-shared +{ + background-image: url(../img/folder-shared.png); +} + +table td.filename a.folder-images +{ + background-image: url(../img/folder-image.png); +} + +table td.filename a.file-txt +{ + background-image: url(../img/file-txt.png); +} + +table td.filename a.file-python +{ + background-image: url(../img/file-python.png); +} + +table td.filename a.file-php +{ + background-image: url(../img/file.png); +} + +table td.login +{ + background-image: url(../img/login.png); +} + +table td.logout +{ + background-image: url(../img/logout.png); +} + +table td.download +{ + background-image: url(../img/download.png); +} + +table td.upload +{ + background-image: url(../img/upload.png); +} + +table td.create +{ + background-image: url(../img/folder-new.png); +} + +table td.delete +{ + background-image: url(../img/delete.png); +} + + +/* NAVIGATION BAR */ + +p.nav +{ + margin: 1em 0 0 2em; + padding: 0.8em; + line-height: 16px; + font-weight: bold; +} + +p.nav a +{ + padding: 0.5em 1.5em 0.5em 0.5em; + background-position: right center; + background-repeat: no-repeat; + background-image: url(../img/arrow.png); + text-decoration: none; +} + +p.nav a img +{ + height: 16px; + vertical-align: text-top; +} + + +/* ACTIONS BAR */ + +p.actions +{ + padding: 0; +} + +p.actions a +{ + padding: 0.5em 0.5em 0.5em 3em; + background-position: 1em center; + background-repeat: no-repeat; + background-image: url(../img/action.png); + border-right: 1px solid #EEE; + text-decoration: none; + color: #333; +} + +p.actions a:hover +{ + background-color: #EEE; + color: #000; +} + +p.actions a.new-dir +{ + background-image: url(../img/folder-new.png); +} + +p.actions a.download +{ + background-image: url(../img/download.png); +} + +p.actions a.delete +{ + background-image: url(../img/delete.png); +} + + + +/* FILE MENU */ + +#file_menu +{ + display: none; + position: absolute; + background-color: #EEE; +} + +#file_menu ul +{ + list-style-type: none; +} + +#file_menu li a +{ + display: block; + padding: 0.5em 5em 0.5em 2em; + text-decoration: none; +} + + + +/* USER SETTINGS ------------------------------------------------------------ */ + +#quota_indicator +{ + margin: 0 4em 1em 0; + padding: 0; + border: 1px solid #DDD; + border-radius: 10px; + -webkit-border-radius: 10px; + -moz-border-radius: 10px; +} + +#quota_indicator div +{ + background-color: #76A9EA; + border-radius: 10px; + -webkit-border-radius: 10px; + -moz-border-radius: 10px; +} + + + +/* LOGS --------------------------------------------------------------------- */ + +#logs_options +{ + width: auto; + margin: 0; +} + +#logs_options p +{ + padding: 0.5em; + text-align: left; +} + +#logs_options span +{ + margin: 0 2em 0 0.5em; + font-weight: bold; +} + +#logs_options label +{ + margin: 0 1em 0 0; +} + +#logs_options input[type="submit"] +{ + float: right; + margin: 0 2em 0 0; +} + +#logs_options input[type="text"] +{ + margin: 0; + padding: 0; + border: 1px solid #CCC; + text-align: right; +} |