X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=Rakka.git;a=blobdiff_plain;f=defaultPages%2FStyleSheet%2FDefault.xml;h=499bf0361e9e38c24aa6a1dd854b2ee7dad3308d;hp=7a5a6abd61d96de86b08e938392ce0f144faad4f;hb=01a4a132192ed8b65c8aa7b86cb0e9bc08b725ff;hpb=f7ff1639d50b827a8ce1e4dd3631ce300ecb3d19 diff --git a/defaultPages/StyleSheet/Default.xml b/defaultPages/StyleSheet/Default.xml index 7a5a6ab..499bf03 100644 --- a/defaultPages/StyleSheet/Default.xml +++ b/defaultPages/StyleSheet/Default.xml @@ -65,6 +65,10 @@ td, th { padding: 3px; } +option { + padding: 3px 3px 1px 3px; +} + .title { padding: 5px 20px; } @@ -89,6 +93,10 @@ td, th { margin: 5px 0px; } +.body * + h2 { + margin-top: 20px; +} + .body ul, .body ol { list-style-position: inside; margin: 0 0 0.8em 0; @@ -164,9 +172,16 @@ td, th { padding: 1px; } +table.configPanel { + width: 100%; +} + table.pageEditor { width: 100%; } +table.pageEditor.vertical td { + text-align: center; +} .pageEditor th { width: 6em; } @@ -185,21 +200,57 @@ table.pageEditor { margin-right: 5px; } .pageEditor input[type="text"], +.pageEditor input[type="password"], .pageEditor input[type="file"], .pageEditor textarea { width: 97%; padding: 3px; } +.pageEditor input.smallField { + width: 50%; + margin-left: 1em; +} +.pageEditor textarea { + height: 5em; +} .pageEditor textarea.summary { height: 5em; } .pageEditor textarea.source { height: 30em; } +.pageEditor textarea.hexDump { + font-size: 70%; + font-family: monospace; + white-space: pre; + height: 10em; +} .pageEditor input[type="button"] { margin: 0 2px; } +.searchStat { + margin-bottom: 1.5em; +} + +.searchResult { + margin-bottom: 1.5em; +} + +.pager { + width: 20em; + + margin-left: auto; + margin-right: auto; + + padding: 10px; +} + +.pager a, +.pager .currentSection { + padding: 4px; +} + /* color and text *************************************************************/ * { font-family: sans-serif; @@ -232,6 +283,7 @@ th, td { th { background-color: #eeeeee; font-weight: bold; + text-align: center; } td { background-color: #fafafa; @@ -330,6 +382,12 @@ input[type="button"][disabled]:active { color: #666666; } +.searchResult .date { + font-size: 70%; + white-space: nowrap; + color: #666666; +} + .sideBar p { text-indent: 0; } @@ -386,6 +444,7 @@ input[type="button"][disabled]:active { } .pageEditor input[type="text"], +.pageEditor input[type="password"], .pageEditor input[type="file"], .pageEditor textarea { border-color: #dddddd #fafafa #fafafa #dddddd; @@ -395,6 +454,47 @@ input[type="button"][disabled]:active { background-color: white; } +.searchStat { + color: #888888; + font-size: 90%; +} + +.searchResult a { + font-size: 120%; +} +.searchResult { + border-style: dotted; + border-width: 1px 0 0 0; + border-color: #aaaaaa; +} + +.highlighted { + background-color: #ffefd5; +} + +.pager { + text-align: center; + + background-color: #f5f5f5; + + border-color: #cccccc; + border-width: 1px; + border-style: dotted; +} +.pager .currentSection, +.pager a { + border-style: solid; + border-width: 1px; +} +.pager .currentSection { + background-color: white; + border-color: #cccccc white white #cccccc; +} +.pager a { + background-color: #e8e8e8; + border-color: white #cccccc #cccccc white; +} + /* float **********************************************************************/ h1, h2, h3, h4, h5, h6 { clear: both; @@ -466,29 +566,53 @@ img { content: "Error: " } +/* sidebar mask ***************************************************************/ +.sideBarMask { + position: fixed; + + background-color: black; + color: white; + opacity: 0.7; + + z-index: 1; +} + +.sideBarMask .content { + padding: 40px 0; +} + +.sideBarMask .content input[type="button"] { + font-size: 120%; + font-weight: bold; +} + /* waiting message ************************************************************/ .waitingMessageBoard { position: fixed; left: 0; top: 0; - width: 100%; - height: 100%; + right: 0; + bottom: 0; - background-color: white; - color: black; - opacity: 0.7; + margin: 0; + padding: 0; z-index: 1; } .waitingMessageBoard p { - text-align: center; - vertical-align: middle; font-size: 200%; + background-color: black; + color: white; + opacity: 0.7; + position: fixed; bottom: 1em; right: 1em; + + text-indent: 0; + padding: 5px 30px; } /* redirection message ********************************************************/