Changeset 82 for db/css/zakladni_css.css


Ignore:
Timestamp:
Sep 29, 2007, 8:25:17 PM (17 years ago)
Author:
hosiplan
Message:

úprava návodu na event na šplhání
A taky bylo zase něco málo vylepšeno a přidáno v prohlížeči databáze

File:
1 edited

Legend:

Unmodified
Added
Removed
  • db/css/zakladni_css.css

    r78 r82  
    55*/
    66
    7 * { margin: 0px; padding: 0px; }  
     7* { margin: 0px; padding: 0px; }
    88
    99body {
     
    1616h1, h2, h3, h4, h5, h6   {
    1717        font-size: 18px;
    18         font-weight: normal;
     18        font-weight: bold;
     19        text-decoration: underline;
    1920  margin-top: 5px; margin-bottom: 5px;
    2021  padding-left: 30px; }
     
    191192#right table.search_result td a {
    192193  text-decoration: none; }
     194#right table#quest {
     195  empty-cells: show;
     196  width: 720px;
     197  margin-top: 15px; }
     198#right table#quest thead td {
     199  font-weight: bold;
     200  border-bottom: 2px solid white;
     201  border-right: 1px solid white; }
     202#right table#quest td {
     203  vertical-align: top;
     204  border-bottom: 1px solid white;
     205  border-right: 1px solid white; }
     206#right table#quest table thead td {
     207  padding-top: 20px;
     208  border-right: 0px;
     209  border-bottom: 2px solid white; }
     210#right table#quest table td {
     211  border: 0px; }
     212#right ul#ucast {
     213  display: block;
     214  margin-bottom: 8px;
     215  padding-left: 15px; }
     216#right ul#ucast li {
     217  margin-left: 12px;
     218  list-style-type: square; }
     219#right ul#ucast ul li {
     220  margin-left: 10px;
     221  list-style-type: circle; }
    193222
    194223#pata {
Note: See TracChangeset for help on using the changeset viewer.