Ignore:
Timestamp:
Oct 2, 2009, 7:53:41 AM (15 years ago)
Author:
george
Message:
  • Upraveno: Upraven styl aktualit.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/style/new/style.css

    r251 r252  
    1313{
    1414  padding: 0px 2px 0px 2px;
    15 }
    16 
    17 #MainTable td .Panel
    18 {
    19   margin: 0 0 5px;
    20   padding: 0;
    21   width: 100%; /*need for ie 6 */
    22   background: url(images/box-br.gif) no-repeat bottom right;
    23 }
    24 
    25 #MainTable td .Panel h3
    26 {
    27   margin: 0 -15px 10px;
    28   padding: 3px 15px;
    29   white-space: nowrap;
    30   font-size: 85%;
    31   border-bottom: 1px solid #E6E6E6;
    32   color: #333333;
    33 }
    34 
    35 #MainTable td .Panel div
    36 {
    37   padding: 0;
    38   background: url(images/box-bl.gif) no-repeat bottom left;
    39 }
    40 
    41 #MainTable td .Panel div div
    42 {
    43   padding: 0;
    44   background: url(images/box-tr.gif) no-repeat top right;
    45 }
    46 
    47 #MainTable td .Panel div div div
    48 {
    49   padding: 0 15px 15px;
    50   background: url(images/box-tl.gif) no-repeat top left;
    51 }
    52 
    53 #MainTable td .Panel div div div div
    54 {
    55   padding: 4px 4px 4px 4px;
    56   background: none;
    57 }
    58 
    59 #MainTable td .PanelTitle
    60 {
    61   border-width: 0px 0px 2px 0px;
    62   border-style: solid;
    63   border-color: #a0a0ff;
    64   font-weight: bold;
    65   margin: 0px 0px 3px 0px;
    66 }
    67 
    68 #MainTable td .PanelTitleRight
    69 {
    70   border-width: 0px 0px 2px 0px;
    71   border-style: solid;
    72   border-color: #6060ff;
    73   margin: 0px 0px 3px 0px;
    74   text-align: right;
    7515}
    7616
     
    14686  border-style: solid;
    14787  border-color: red;
    148   border-width: 1px;
     88  border-width: 0px;
    14989  background-color: #FFF0F0;
    15090  width: 100%;
     
    211151  border-width: 0px;
    212152}
     153
    213154div.HalfWidth
    214155{
     
    361302}
    362303
    363 /*******/
    364 
    365 .disignBoxFirst
     304.Panel
    366305{
    367306  position: relative;
    368307  border: 1px solid #CCC;
    369   margin-bottom: 10px;
     308  margin-top: 5px;
     309  margin-bottom: 5px;
    370310  background-image: url('images/head_cutting.gif');
    371311  background-repeat: repeat-x;
     
    373313}
    374314 
    375 .boxFirstHeader
     315.Panel .Title
    376316{
    377317  height: 17px;
     
    385325}
    386326 
    387 .boxContent
     327.Panel .Content
    388328{
    389329/*    position: relative; */
    390330  overflow: hidden;
    391   font-size: 13px;
     331  /*font-size: 13px;*/
    392332  /*color: #000000;*/
    393   padding: 10px;
    394 }
    395  
    396 .disignBoxFirst .boxFirstHeader .dbTopMenu,
    397 .disignBoxFirst .boxFirstHeader .caption_item
     333  padding: 7px;
     334}
     335 
     336.Panel .Title .Action
    398337{
    399338  position: absolute;
     
    407346  /*margin-right:5px;*/
    408347}
    409  
    410 .disignBoxFirst .boxFirstHeader .caption_item
    411 {
    412   padding-top: 3px;
    413   padding-right: 5px;
    414 }
    415 
     348
     349.NewsPanel
     350{
     351  position: relative;
     352  border: 1px solid #d99;
     353  margin-bottom: 6px;
     354  background-image: url('images/head_cutting_red.gif');
     355  background-repeat: repeat-x;
     356  background-color: #FFF;
     357}
     358 
     359.NewsPanel .Title
     360{
     361  height: 17px;
     362  padding: 3px 0px 0px 8px ;
     363  font-size: 12px;
     364  font-weight: bold;
     365  color: #a44;
     366  text-align: left;
     367  text-transform: uppercase;
     368  border-bottom: 1px solid #d99;
     369}
     370 
     371.NewsPanel .Content
     372{
     373/*    position: relative; */
     374  overflow: hidden;
     375  font-size: 13px;
     376  /*color: #000000;*/
     377  padding: 0px;
     378}
     379 
     380.NewsPanel .Title .Action
     381{
     382  position: absolute;
     383  top: 3px;
     384  right: 3px;
     385  white-space: nowrap;
     386  color: #000;
     387  font-size: 11px;
     388  /*text-transform: capitalize;*/
     389  font-weight: bold;
     390  /*margin-right:5px;*/
     391}
     392
     393
Note: See TracChangeset for help on using the changeset viewer.