aboutsummaryrefslogtreecommitdiff
path: root/h-source/Public
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-02-18 00:17:07 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-02-18 00:17:07 +0000
commit0f42e1a7816893e083f49c933d1393a102a3510e (patch)
tree70ec94d02d098e75453d5961d9b6a9c0b77be469 /h-source/Public
parent265e0708d6eea9de98b36035fff1287a01221a00 (diff)
improved wiki
Diffstat (limited to 'h-source/Public')
-rw-r--r--h-source/Public/Css/main.css43
-rw-r--r--h-source/Public/Img/back_wiki.pngbin0 -> 2548 bytes
2 files changed, 30 insertions, 13 deletions
diff --git a/h-source/Public/Css/main.css b/h-source/Public/Css/main.css
index d91cf3b..73b2aec 100644
--- a/h-source/Public/Css/main.css
+++ b/h-source/Public/Css/main.css
@@ -683,23 +683,33 @@ ins
.div_h1
{
- font:bold 15px/1 sans-serif,arial;
- border-bottom:1px dashed #000;
+ font:bold 18px/1 sans-serif,arial;
+ border-bottom:1px solid gray;
padding:3px 0px;
- margin:10px 0px;
+ margin:20px 0px 10px 0px;
color:gray;
}
.div_h2
{
- font:bold 14px/1 sans-serif,arial;
+ font:bold 17px/1 sans-serif,arial;
color:gray;
}
.div_h3
{
- font:bold 13px/1 sans-serif,arial;
+ font:bold 16px/1 sans-serif,arial;
color:gray;
}
-
+.div_lang
+{
+ padding:8px;
+ background:#cfe2ff;
+ /*border-top:1px solid #FFA500;
+ border-bottom:1px solid #FFA500;*/
+}
+.div_lang a
+{
+ padding:0px 3px;
+}
.talk_login_notice
{
margin:5px 5px;
@@ -1470,8 +1480,8 @@ ins
margin:10px 5px;
padding:10px;
background:#F1D8D8;
- border-bottom:1px solid #DC143C;
- border-top:1px solid #DC143C;
+ /*border-bottom:1px solid #DC143C;
+ border-top:1px solid #DC143C;*/
}
.moderator_box, .moderator_box_deleted
@@ -1619,20 +1629,27 @@ td.text_item_date
font:normal 16px/1 sans-serif;
}
-.last_modifications
+.last_modifications, .wiki_control_box
{
margin:5px;
width:190px;
-/* background:red; */
margin-bottom:2em;
background: url(../Img/back_last.png) no-repeat top left;
}
-.last_modifications ul
+.wiki_control_box
+{
+ background: url(../Img/back_wiki.png) no-repeat top left;
+}
+.last_modifications ul, .wiki_control_box ul
{
padding:8px;
padding-top:0px;
}
-.last_modifications li
+.wiki_control_box ul
+{
+ background: url(../Img/back_wiki.png) no-repeat bottom left;
+}
+.last_modifications li, .wiki_control_box li
{
list-style-type:none;
margin:10px 5px;
@@ -1671,7 +1688,7 @@ td.text_item_date
}
.wiki_page_title
{
- font:bold 16px/1 sans-serif,arial;
+ font:bold 18px/1 sans-serif,arial;
color:gray;
margin:20px 0px;
padding-bottom:4px;
diff --git a/h-source/Public/Img/back_wiki.png b/h-source/Public/Img/back_wiki.png
new file mode 100644
index 0000000..b34a9b9
--- /dev/null
+++ b/h-source/Public/Img/back_wiki.png
Binary files differ