]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/media/style/default.css
be able to use the cursor caret when using the canned comments feature, include the...
[osqa.git] / forum / skins / default / media / style / default.css
index 27da1dab631a30ddc3b0985ae95854b0f3a3b99a..0cfd336894fca4d5167cf188a4c82d12e380008f 100644 (file)
@@ -20,8 +20,12 @@ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockq
        vertical-align: baseline;
        background: transparent;
 }
+html, body {
+    height: 100%;
+    overflow: auto;
+}
 body{
-    font-family: "segoe ui",Helvetica,"Microsoft YaHei",ËÎÌå,Tahoma,Verdana,MingLiu,PMingLiu,Arial,sans-serif;
+    font-family: "segoe ui",Helvetica,"Microsoft YaHei",����,Tahoma,Verdana,MingLiu,PMingLiu,Arial,sans-serif;
     font-size: 80%;
 
     margin:0;
@@ -29,6 +33,12 @@ body{
     text-align:center;
     line-height: 1;
 }
+.wrapper {
+    position: relative;
+    width: 100%;
+    height: 100%;
+    overflow: auto;
+}
 blockquote, q
 {
        quotes: none;
@@ -48,7 +58,7 @@ input, select, button, textarea
 {
        border: 1px solid #999;
        font-size:100%;
-    font-family:"segoe ui",Helvetica,"Microsoft YaHei",ËÎÌå,Tahoma,Verdana,MingLiu,PMingLiu,Arial,sans-serif;
+    font-family:"segoe ui",Helvetica,"Microsoft YaHei",����,Tahoma,Verdana,MingLiu,PMingLiu,Arial,sans-serif;
 }
 
 input
@@ -131,7 +141,7 @@ h2 {
     font-weight:bold;
     margin-bottom:7px;
 }
-h3 {display:block;font-size:120%;font-family:Trebuchet MS,"segoe ui",Helvetica,"Microsoft YaHei",ËÎÌå,Tahoma,Verdana,MingLiu,PMingLiu,Arial,sans-serif;font-weight:bold;}
+h3 {display:block;font-size:120%;font-family:Trebuchet MS,"segoe ui",Helvetica,"Microsoft YaHei",����,Tahoma,Verdana,MingLiu,PMingLiu,Arial,sans-serif;font-weight:bold;}
 h3 a:visited{
    color:#86B0E1;
 }
@@ -715,7 +725,7 @@ h4 {display:block;font-size:90%; font-family:Verdana;color:#ccc;}
        padding: 2px 4px 2px 4px;
        text-decoration: none;
     height:20px;
-    font-family:Microsoft Yahei,ËÎÌå,Tahoma;
+    font-family:Microsoft Yahei,����,Tahoma;
        font-size: 90%;
        line-height: 2.2;
        white-space:nowrap;
@@ -953,7 +963,7 @@ div.grippie {
 }
 
 .openid-samples .list, .list li{
-    font-family:Trebuchet MS,"segoe ui",Helvetica,"Microsoft YaHei",ËÎÌå,Tahoma,Verdana,MingLiu,PMingLiu,Arial,sans-serif;
+    font-family:Trebuchet MS,"segoe ui",Helvetica,"Microsoft YaHei",����,Tahoma,Verdana,MingLiu,PMingLiu,Arial,sans-serif;
     list-style:none !important;
     margin-left:-30px !important;
     line-height:20px !important;
@@ -1192,7 +1202,7 @@ form .errorlist li{
 }
 
 .revision .summary span{
-    background-color:yellow;
+    /**background-color:yellow;/**/
     display:inline;
 }
 .revision h1{
@@ -1708,7 +1718,7 @@ a.comment-user:hover {
 }
 
 .revision-summary{
-    background-color:#FFFE9B;
+    /**background-color:#FFFE9B;/**/
     padding:2px;
 }
 .question-title-link a{