|
Last change
on this file since 5f4d9c3 was
57728c1,
checked in by Mateusz Hromada <ruanda@…>, 16 years ago
|
|
Move old files to _old dir.
|
-
Property mode set to
100644
|
|
File size:
1.8 KB
|
| Rev | Line | |
|---|
| [843c58d] | 1 | BODY { |
|---|
| 2 | FONT-FAMILY: Verdana, Arial, Helvetica; |
|---|
| 3 | FONT-SIZE: 13px; |
|---|
| 4 | background-color: #CCFF99; |
|---|
| 5 | /* |
|---|
| 6 | #FFF8DC pomaranczowy |
|---|
| 7 | #F5F5DC be¿owy |
|---|
| 8 | #F0F8FF jasnoniebieski |
|---|
| 9 | |
|---|
| 10 | font-style: italic; |
|---|
| 11 | font-weight: bold; |
|---|
| 12 | text-decoration: underline; |
|---|
| 13 | */ |
|---|
| 14 | } |
|---|
| 15 | |
|---|
| 16 | .page_table { |
|---|
| 17 | width: 100%; |
|---|
| 18 | border: 0px solid black; |
|---|
| 19 | margin-top: 30px; |
|---|
| 20 | } |
|---|
| 21 | |
|---|
| 22 | .page_title { |
|---|
| 23 | text-align: center; |
|---|
| 24 | font-size: 30px; |
|---|
| 25 | font-weight: bold; |
|---|
| 26 | padding-bottom: 20px; |
|---|
| 27 | } |
|---|
| 28 | |
|---|
| 29 | .page_menu { |
|---|
| 30 | width: 20%; |
|---|
| 31 | vertical-align: top; |
|---|
| 32 | } |
|---|
| 33 | |
|---|
| 34 | .main_menu { |
|---|
| 35 | border: 0 solid black; |
|---|
| 36 | width: 80%; |
|---|
| 37 | } |
|---|
| 38 | |
|---|
| 39 | .main_menu_cell { |
|---|
| 40 | border-width:2px; |
|---|
| 41 | border-style: outset; |
|---|
| 42 | /* text-align: center; */ |
|---|
| 43 | /* margin-left: 200px; */ |
|---|
| 44 | padding-left: 10px; |
|---|
| 45 | font-weight: bold; |
|---|
| 46 | color: #006600; /*#336600;*/ |
|---|
| 47 | text-decoration: none; |
|---|
| 48 | font-family: monospace; |
|---|
| 49 | } |
|---|
| 50 | |
|---|
| 51 | .page_content { |
|---|
| 52 | vertical-align: top; |
|---|
| 53 | padding: 10px; |
|---|
| 54 | background-color: #FFFFFF; |
|---|
| 55 | height: 400px; |
|---|
| 56 | } |
|---|
| 57 | |
|---|
| 58 | .page_left_margin { |
|---|
| 59 | width: 10%; |
|---|
| 60 | } |
|---|
| 61 | |
|---|
| 62 | .distribution { |
|---|
| 63 | /* padding: 30px; */ |
|---|
| 64 | /* margin: 30px; */ |
|---|
| 65 | border-spacing: 10px; |
|---|
| 66 | } |
|---|
| 67 | |
|---|
| 68 | .distribution .app, .distribution .dict { |
|---|
| 69 | border-spacing: 10px; |
|---|
| 70 | } |
|---|
| 71 | |
|---|
| 72 | .distribution .product { |
|---|
| 73 | /* background-color: #CCCC66;*/ |
|---|
| 74 | font-size: larger; |
|---|
| 75 | text-transform: capitalize; |
|---|
| 76 | font-weight: bold; |
|---|
| 77 | } |
|---|
| 78 | |
|---|
| 79 | .distribution .product td { |
|---|
| 80 | border-bottom: solid 2px #669933; |
|---|
| 81 | } |
|---|
| 82 | |
|---|
| 83 | .distribution .dist_type { |
|---|
| 84 | /* background-color: orange; */ |
|---|
| 85 | font-family: Courier New; /* monospace;*/ |
|---|
| 86 | text-transform: uppercase; |
|---|
| 87 | font-size: smaller; |
|---|
| 88 | border-bottom: solid 1px #669933; |
|---|
| 89 | width: 30%; |
|---|
| 90 | } |
|---|
| 91 | |
|---|
| 92 | .distribution .dist_item { |
|---|
| 93 | font-size: smaller; |
|---|
| 94 | vertical-align: top; |
|---|
| 95 | } |
|---|
| 96 | |
|---|
| 97 | .distribution .dist_item img { |
|---|
| 98 | width: 16px; |
|---|
| 99 | vertical-align: bottom; |
|---|
| 100 | } |
|---|
| 101 | |
|---|
| 102 | .distribution .dist_item a { |
|---|
| 103 | text-decoration: none; |
|---|
| 104 | color: blue; |
|---|
| 105 | } |
|---|
Note: See
TracBrowser
for help on using the repository browser.