Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/webdoc
diff options
context:
space:
mode:
authorNina Vyedin <nina.vyedin@gmail.com>2013-03-05 06:52:22 +0400
committerNina Vyedin <nina.vyedin@gmail.com>2013-03-05 07:57:37 +0400
commitcc1c0b498515fff818a4f3d2fc859779f5b2cc11 (patch)
treeff278b75411c85453be013810e7255b3a31b1675 /webdoc
parent244e65c840be1f94e99fb45007c2e492a0e93f91 (diff)
[webdoc] fixing css and images for mono skin
Diffstat (limited to 'webdoc')
-rw-r--r--webdoc/skins/mono-external/common-extension.css35
-rw-r--r--webdoc/skins/mono-external/images/print.pngbin0 -> 2539 bytes
2 files changed, 33 insertions, 2 deletions
diff --git a/webdoc/skins/mono-external/common-extension.css b/webdoc/skins/mono-external/common-extension.css
index 590f408e..00f8b94d 100644
--- a/webdoc/skins/mono-external/common-extension.css
+++ b/webdoc/skins/mono-external/common-extension.css
@@ -2,6 +2,8 @@ body {
background-color: #ffffff;
margin: 0px;
padding: 0px;
+ font-family: Verdana, sans-serif !important;
+ overflow-x: hidden;
}
.HeaderTable {
@@ -250,7 +252,6 @@ img.toolbar:active {
padding: 5px;
position: relative;
right: 0;
- top: 2px;
}
#banner {
background: url("/mdocimages/headerbg.png") no-repeat scroll 100% 50% #679EF1;
@@ -298,5 +299,35 @@ html, body {
width: 99.8%;
}
#content_frame_wrapper {
- height: 100%;
+ float: right;
+ height: 100%;
+ margin-right: 5px;
+ margin-top: 10px;
+ width: 79%;
+}
+#sidebar_container {
+ margin-top: 10px;
+ font-size: 8pt !important;
+}
+.tree-label a {
+ color: black !important;
+}
+.tree-label a:hover {
+ background: none repeat scroll 0 0 #DFDFDF !important;
+ border: 1px solid grey !important;
+ color: black !important;
+ padding: 1px !important;
+}
+.tree-label-selected a, .tree-label-selected a:hover {
+ background: none repeat scroll 0 0 highlight !important;
+ color: highlighttext !important;
+}
+#rightSide {
+ font-size: 8pt;
+}
+#fsearch_companion {
+ font-size: 8pt;
+}
+#fsearch_window {
+ font-size: 8pt;
}
diff --git a/webdoc/skins/mono-external/images/print.png b/webdoc/skins/mono-external/images/print.png
new file mode 100644
index 00000000..08aecc81
--- /dev/null
+++ b/webdoc/skins/mono-external/images/print.png
Binary files differ