qmsk_www/static/style.css
changeset 92 91c180dade68
parent 89 158854761213
parent 86 b5769d01793d
child 95 566b1122a656
equal deleted inserted replaced
87:b833055ed6f5 92:91c180dade68
   117 a:hover {
   117 a:hover {
   118     text-decoration: underline;
   118     text-decoration: underline;
   119 }
   119 }
   120 
   120 
   121 h1 {
   121 h1 {
   122     font-size: x-large;
   122     font-size: xx-large;
       
   123 
       
   124     text-align: center;
   123 }
   125 }
   124 
   126 
   125 h2 {
   127 h2 {
   126     font-size: large;
   128     font-size: large;
       
   129     
       
   130     margin-left: 0px;
       
   131     padding: 5px;
       
   132     width: 100%;
       
   133 
       
   134     background-color: #e5e5e5;
       
   135     
       
   136     border: 1px dashed #c5c5c5;
       
   137 }
       
   138 
       
   139 h3 {
       
   140     font-size: medium;
       
   141     font-style: italic;
   127 }
   142 }
   128 
   143 
   129 #content p {
   144 #content p {
   130     margin-left: 0.5em;
   145     margin-left: 0.5em;
   131 }
   146 }
   138     padding-right: 13px;
   153     padding-right: 13px;
   139     
   154     
   140     background: transparent url(/static/link.png) no-repeat center right;
   155     background: transparent url(/static/link.png) no-repeat center right;
   141 }
   156 }
   142 
   157 
       
   158 dt {
       
   159     font-size: large;
       
   160 }
       
   161 
       
   162 dd {
       
   163     margin: 1em auto 1em 5em;
       
   164 }
       
   165 
       
   166 code {
       
   167     display: block;
       
   168     margin: 8px;
       
   169     padding: 8px;
       
   170 
       
   171     border: 1px dotted #b5b5b5;
       
   172 }