Changeset 148 for www/style.css


Ignore:
Timestamp:
Feb 15, 2009, 7:59:35 PM (15 years ago)
Author:
george
Message:
  • Upraveno: Přepracován systém generování zobrazení výstupu. Pro nový systím přepsáno mnoho stránek.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • www/style.css

    r146 r148  
    11body
    22{
    3 }
    4 
    5 #MenuItem
     3  font-family: sans-serif;
     4}
     5
     6#MainTable
     7{
     8  width: 100%;
     9}
     10
     11#MainTable td
     12{
     13  border-width: 0px 1px 0px 0px;
     14  border-style: solid;
     15  border-color: silver;
     16  padding: 0px 1px 0px 1px;
     17}
     18
     19#MainTable td .Panel
     20{
     21  border-width: 0px 0px 0px 0px;
     22  border-style: solid;
     23  border-color: #e0e0ff;
     24  padding: 10px 5px 10px 5px;
     25}
     26
     27#MainTable td .PanelTitle
     28{
     29  border-width: 0px 0px 2px 0px;
     30  border-style: solid;
     31  border-color: #6060ff;
     32  font-weight: bold;
     33  margin: 0px 0px 3px 0px;
     34}
     35
     36#MainTable td .PanelTitleRight
     37{
     38  border-width: 0px 0px 2px 0px;
     39  border-style: solid;
     40  border-color: #6060ff;
     41  margin: 0px 0px 3px 0px;
     42  text-align: right;
     43}
     44
     45#MainTable td td
     46{
     47  border-width: 0px 0px 0px 0px;
     48  border-style: solid;
     49  border-color: silver;
     50}
     51
     52form
     53{
     54  margin: 10px 10px 10px 10px;
     55}
     56
     57.MenuItem
    658{
    759  float: left;
    860}
    961
    10 #MenuItem2
     62.MenuItem2
    1163{
    1264  text-align: right;
    1365  width: 100%;
     66  font-weight: normal;
    1467}
    1568
     
    2578}
    2679
    27 #Navigation
     80.Navigation
    2881{
    2982  border-style: solid;
     
    3285  margin-bottom: 3px;
    3386  padding-bottom: 2px;
     87}
     88
     89.Navigation img
     90{
     91  margin: 0px 0px 0px 0px;
     92  padding: 0px 0px 0px 0px;
     93  border-width: 0px 0px 0px 0px;
     94  vertical-align: middle;
    3495}
    3596
     
    118179}
    119180
     181
     182.BasicTable
     183{
     184  width: 100%;
     185}
     186
     187.BasicTable td
     188{
     189  text-align: left;
     190  padding: 3px 3px 3px 3px;
     191}
     192
     193.BasicTable .Header
     194{
     195  text-align: right;
     196  padding: 3px 3px 3px 3px;
     197}
     198
     199.ChatHistory .Year
     200{
     201  border-style: solid;
     202  border-bottom-color: gray;
     203  border-width: 0px 0px 1px 0px;
     204  margin-bottom: 3px;
     205  padding-bottom: 2px;
     206}
     207
     208.ChatHistory .Year .YearContent
     209{
     210  margin-left: 15px;
     211  margin-right: 15px;
     212}
     213
     214.ChatHistory .Year .YearContent .Months
     215{
     216  border-style: solid;
     217  border-bottom-color: gray;
     218  border-width: 0px 0px 1px 0px;
     219  margin-bottom: 3px;
     220  padding-bottom: 2px;
     221}
     222
     223.ChatHistory .Year .YearContent .Months span
     224{
     225  position: absolute;
     226  left: 100px;
     227}
     228
     229.ChatHistory .YearContent .Months span strong
     230{
     231  border-style: solid;
     232  border-width: 1px;
     233  border-color: black;
     234  padding-left: 3px;
     235}
     236
     237.ChatHistoryText
     238{
     239  font-size: small;
     240  padding: 10px 0px 10px 0px;
     241}
     242
    120243.WideTable
    121244{
Note: See TracChangeset for help on using the changeset viewer.