diff options
author | vdigital <vdigital@piwigo.org> | 2008-12-23 19:43:02 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-12-23 19:43:02 +0000 |
commit | 41c587870e95faa76ac60f12654a876abe9cd102 (patch) | |
tree | 15749439e032cf4645fa0e2c29478c3ca4ee604e /admin | |
parent | 99f18910863c600655d055652fe08c02f5421eef (diff) |
- Japanese flag
- <p> support in Sylvia menubar
- Admin Help is chartered (First use of the discrete links)
merge -c3017 from branch 2.0 to trunk
git-svn-id: http://piwigo.org/svn/trunk@3019 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/template/goto/theme/roma/theme.css | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/admin/template/goto/theme/roma/theme.css b/admin/template/goto/theme/roma/theme.css index 25353e4b6..9126a6e0b 100644 --- a/admin/template/goto/theme/roma/theme.css +++ b/admin/template/goto/theme/roma/theme.css @@ -51,6 +51,21 @@ text-transform:none; font-weight:bold; padding-left:20px; width:54%; } font-size:14px; line-height:21px; } .instructions { overflow-y:scroll; overflow-x:hidden; } .instructions h3 { text-align: center; margin: 30px 0 0 0; } + +.instructions { text-align:left; padding-top:5px;} +.instructions LI { margin-bottom:5px; } +.instructionBlock {border: 1px solid #666; margin: 5px; overflow: hidden;} +.instructionBlockHeaderCollapsed, .instructionBlockHeaderExpanded {background-color:#111; background-position:15px center; +background-repeat:no-repeat; color:#444; cursor:pointer; font-size:110%; overflow:hidden; padding:8px 41px;} +.instructionBlockHeaderCollapsed span, .instructionBlockHeaderExpanded span {border-bottom: 1px solid #444; } + .instructionBlockHeaderCollapsed:hover span, .instructionBlockHeaderExpanded:hover span, + .instructionBlockHeaderCollapsed:focus span, .instructionBlockHeaderExpanded:focus span { border-bottom-color: #111; } + +.instructionBlockHeaderCollapsed { background-image: url(../../icon/expand.png);} +.instructionBlockHeaderExpanded { background-image: url(../../icon/collapse.png);} +.instructionBlockContent { padding:0 15px 15px;} +SPAN.pwgScreen { font-style:italic; border-bottom:1px dotted #666} + .content ul.thumbnails span.wrap2:hover { background-color:#111; border:1px solid #FF3363; color:#666; } .content ul.thumbnails span.wrap2 { border:1px solid #666; padding: 4px; } .content ul.thumbnails span.wrap2 { -moz-border-radius-bottomleft:4px; -moz-border-radius-bottomright:4px; -moz-border-radius-topleft:4px; -moz-border-radius-topright:4px; } @@ -195,4 +210,4 @@ display:block; height:85px; left:225px; position:relative; top:-42px; width:313p html>body #menubar {min-height:477px; height:477px;} /* IE 7 and modern browsers */ * html[lang="en"] body .content h2 , *+html[lang="en"] body .content h2 { text-transform:capitalize; } /* IE */ *+html .bigtext { left: 70px; } -*+html .bigbutton input, * html .bigbutton input { left:0px; position:relative; top:-40px; }
\ No newline at end of file +*+html .bigbutton input, * html .bigbutton input { left:0px; position:relative; top:-40px; } |