aboutsummaryrefslogtreecommitdiffstats
path: root/mcc/3/en/content/webhelp-default.css
diff options
context:
space:
mode:
authorClaire Revillet <grenoya@mageia.org>2013-05-16 21:39:34 +0000
committerClaire Revillet <grenoya@mageia.org>2013-05-16 21:39:34 +0000
commit33e4ce923d60d3bd13f4c3d5d807d753ca76ba8f (patch)
treebad470206959bfe7725ddcf3bf48891afd3bdc0a /mcc/3/en/content/webhelp-default.css
parent36acd9f3ea5fc1b9f5835c21b1c0ecf7350e2c3d (diff)
downloaddoc-33e4ce923d60d3bd13f4c3d5d807d753ca76ba8f.tar
doc-33e4ce923d60d3bd13f4c3d5d807d753ca76ba8f.tar.gz
doc-33e4ce923d60d3bd13f4c3d5d807d753ca76ba8f.tar.bz2
doc-33e4ce923d60d3bd13f4c3d5d807d753ca76ba8f.tar.xz
doc-33e4ce923d60d3bd13f4c3d5d807d753ca76ba8f.zip
- rewrite main page for Mga3
- add Mga3 MCC doc (en, et, fr) and installer doc (en, et, de, fr, nl, ru, uk)
Diffstat (limited to 'mcc/3/en/content/webhelp-default.css')
-rw-r--r--mcc/3/en/content/webhelp-default.css92
1 files changed, 92 insertions, 0 deletions
diff --git a/mcc/3/en/content/webhelp-default.css b/mcc/3/en/content/webhelp-default.css
new file mode 100644
index 00000000..6f8738a5
--- /dev/null
+++ b/mcc/3/en/content/webhelp-default.css
@@ -0,0 +1,92 @@
+/*
+
+blue : #192940
+green: #90c326
+gray : #a7a9ac
+
+*/
+
+#header {
+ height: 60px;
+}
+
+#content {
+ padding-left: 25px;
+ position: fixed;
+ top: 61px;
+ left: 0px;
+ right: 0px;
+ bottom: 0;
+ overflow: auto;
+ height: auto;
+ max-width: none;
+ min-width: 0;
+ margin: 0 0 0 315px;
+}
+
+#leftnavigation {
+ top: 61px;
+ width: 315px;
+}
+
+#leftnavigation em {
+ font-style: normal;
+}
+
+.ui-corner-all {
+ border-radius: 0px 0px 0px 0px;
+}
+
+.ui-corner-top {
+ border-top-left-radius: 0px;
+ border-top-right-radius: 0px;
+}
+
+.ui-tabs {
+ padding: 0;
+}
+
+.ui-tabs .ui-tabs-nav {
+ padding: 0px 0px 0px 0px;
+}
+
+.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
+ color: #656567;
+ outline: none;
+}
+
+.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
+ color: #f09100;
+ outline: none;
+}
+
+.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
+ background: #EEEEEE;
+ border: 1px solid #CCCCCC;
+ font-weight: bold;
+}
+
+.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
+ background: #FFFFFF;
+ border: 1px solid #CCCCCC;
+ font-weight: bold;
+}
+
+.ui-widget-content {
+ border: none;
+}
+
+.ui-widget-header {
+ background: #EEEEEE;
+ border: none;
+}
+
+.searchButton {
+ background: none repeat scroll 0 0 #EEEEEE;
+ color: #656567;
+ border: 1px solid #656567;
+}
+
+.searchText {
+ border: 1pt solid #656567;
+}