Changeset 8661

Show
Ignore:
Timestamp:
05/23/08 09:21:14 (8 months ago)
Author:
afz
Message:

update jaws default theme

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • art/themes/jaws/blog.css

    r6017 r8661  
    6363 
    6464.blog-tb { 
     65    padding: 5px; 
     66    font-size: 8pt; 
     67    background: none; 
     68    margin-bottom: 2px; 
    6569    border: 1px solid #d3d7cf; 
    66     background: #fff; 
    67     padding: 10px; 
    68     font-size: xx-small; 
    6970} 
    7071 
  • art/themes/jaws/blog.rtl.css

    r6595 r8661  
    6363 
    6464.blog-tb { 
     65    padding: 5px; 
     66    font-size: 8pt; 
     67    background: none; 
     68    margin-bottom: 2px; 
    6569    border: 1px solid #d3d7cf; 
    66     background: #fff; 
    67     padding: 10px; 
    68     font-size: xx-small; 
    6970} 
    7071 
  • art/themes/jaws/style.css

    r8464 r8661  
     1* {margin:0; padding:0;} 
    12body { 
    2     background: #fff url(top.jpg) repeat-x top left; 
    3     margin: 0; 
    4     padding: 0; 
    5     text-align: center; 
    6     font-family: "Lucida Grande", Myriad, "Andale Sans", "Luxi Sans", "Bitstream Vera Sans", Tahoma, "Toga Sans", Helvetica, Arial, sans-serif; 
    7     font-size: 1em; 
     3margin: 0; 
     4padding: 0; 
     5direction: ltr; 
     6font-size: 1em; 
     7text-align: center; 
     8background: #fff url(top.jpg) repeat-x top left; 
     9font-family: "Lucida Grande", Myriad, "Andale Sans", "Luxi Sans", "Bitstream Vera Sans", Tahoma, "Toga Sans", Helvetica, Arial, sans-serif; 
    810} 
    911 
    1012/* Header section */ 
    1113#top_header { 
    12     width: 790px; 
    13     min-height: 80px; 
    14     height: 80px; 
    15     display: block; 
    16     margin: 0 auto; 
    17     padding: 0; 
    18     text-align: left; 
    19     font-size: smaller; 
     14width: 790px; 
     15min-height: 80px; 
     16height: 80px; 
     17display: block; 
     18margin: 0 auto; 
     19padding: 0; 
     20text-align: left; 
     21font-size: smaller; 
    2022} 
    2123 
    2224#top_header h1 { 
    23     margin: 0; 
    24     padding-top: 20px; 
    25     color: #fff; 
    26     font-weight: bold; 
    27     font-size: large; 
     25margin: 0; 
     26padding-top: 20px; 
     27color: #fff; 
     28font-weight: bold; 
     29font-size: large; 
    2830} 
    2931 
    3032#top_header h1 a, #top_header h1 a:hover { 
    31     color: #fff; 
    32     text-decoration: none; 
     33color: #fff; 
     34text-decoration: none; 
    3335} 
    3436 
    3537#top_header p { 
    36     font-size: smaller; 
    37     color: #fff; 
    38     margin: 0px; 
     38font-size: smaller; 
     39color: #fff; 
     40margin: 0px; 
    3941} 
    4042/* End Header */ 
     
    4244/* Container */ 
    4345#container { 
    44     background: transparent
    45     margin: 0 auto
    46     padding: 0
    47     display: block; 
    48     text-align: left; 
    49     width: 790px
    50     font-size: smaller
     46padding: 0
     47width: 790px
     48margin: 0 auto
     49display: block; 
     50text-align: left; 
     51font-size: smaller
     52background: transparent
    5153} 
    5254 
    5355html>body #container{ 
    54     width: 790px; 
     56width: 790px; 
    5557} 
    5658/* End Container */ 
     
    5860/* Footer */ 
    5961#sub_footer { 
    60     letter-spacing: 1px; 
    61     border-top: 1px dotted #babdb6; 
    62     margin-top: 40px; 
    63     color: #888a85; 
    64     padding: 10px; 
    65     clear: both; 
     62letter-spacing: 1px; 
     63border-top: 1px dotted #babdb6; 
     64margin-top: 40px; 
     65color: #888a85; 
     66padding: 10px; 
     67clear: both; 
    6668} 
    6769 
    6870#sub_footer a, #sub_footer a:hover{ 
    69     text-decoration: none; 
     71text-decoration: none; 
    7072} 
    7173 
    7274#sub_footer p { 
    73     font-size: smaller; 
    74     margin: 0 0 10px 0; 
     75font-size: smaller; 
     76margin: 0 0 10px 0; 
    7577} 
    7678/* End Footer */ 
    7779 
    7880#main { 
    79     min-width: 410px; 
    80     width: 410px; 
    81     max-width: 410px; 
    82     float: left; 
    83     margin: 0 8px 0 8px; 
    84     border: 1px solid #fff; 
     81min-width: 410px; 
     82width: 410px; 
     83max-width: 410px; 
     84float: left; 
     85margin: 0 8px 0 8px; 
     86border: 1px solid #fff; 
    8587} 
    8688 
    8789#bar1 { 
    88     float: left; 
    89     width: 180px; 
    90     max-width: 180px; 
     90float: left; 
     91width: 180px; 
     92max-width: 180px; 
    9193} 
    9294 
    9395#bar2 { 
    94     float: right; 
    95     width: 180px; 
    96     max-width: 180px; 
     96float: right; 
     97width: 180px; 
     98max-width: 180px; 
    9799} 
    98100 
    99101.clearfix:after { 
    100     content: "."; 
    101     display: block; 
    102     height: 0; 
    103     clear: both; 
    104     visibility: hidden; 
     102content: "."; 
     103display: block; 
     104height: 0; 
     105clear: both; 
     106visibility: hidden; 
    105107} 
    106108 
    107109pre { 
    108     width: 100%; 
    109     overflow: auto; 
    110 } 
    111  
    112 .light-color        { color: #729fcf; } 
    113 .medium-color       { color: #3465a4; } 
    114 .dark-color         { color: #3465a4; } 
    115 .light-background   { background-color: #729fcf; color: #3465a4; } 
    116 .medium-background  { background-color: #3465a4; color: #fff; } 
    117 .dark-background    { background-color: #3465a4; color: #fff; } 
    118 .accent-color       { color: #cee14b; } 
    119 .accent-background  { background-color: #cee14b; color: #9db029; } 
     110width: 100%; 
     111overflow: auto; 
     112} 
     113 
     114.light-color{ color: #729fcf; } 
     115.medium-color { color: #3465a4; } 
     116.dark-color { color: #3465a4; } 
     117.light-background { background-color: #729fcf; color: #3465a4; } 
     118.medium-background{ background-color: #3465a4; color: #fff; } 
     119.dark-background{ background-color: #3465a4; color: #fff; } 
     120.accent-color { color: #cee14b; } 
     121.accent-background{ background-color: #cee14b; color: #9db029; } 
    120122 
    121123#main-section { 
    122     /*width: 90%; 
    123     padding: 10px; 
    124     padding-top: 20px; */ 
    125     margin-left: auto; 
    126     margin-right: auto; 
    127     text-align: left; 
    128     width: 100%; 
     124/*width: 90%; 
     125padding: 10px; 
     126padding-top: 20px; */ 
     127margin-left: auto; 
     128margin-right: auto; 
     129text-align: left; 
     130width: 100%; 
    129131} 
    130132 
    131133a { 
    132     color: #3465a4; 
     134color: #3465a4; 
    133135} 
    134136 
    135137a:hover { 
    136     color: #9db029; 
     138color: #9db029; 
    137139} 
    138140 
    139141h1, h2, h3, h4, table th { 
    140     color: #3465a4; 
     142color: #3465a4; 
    141143} 
    142144 
    143145h1 a, h2 a, h3 a, h4 a, table th a{ 
    144     color: #3465a4; 
    145     text-decoration: none; 
    146 } 
    147  
    148 h1 { font-size: large;  
    149 h2 { font-size: medium; 
    150 h3 { font-size: small;  
     146color: #3465a4; 
     147text-decoration: none; 
     148} 
     149 
     150h1 { font-size: large;
     151h2 { font-size: medium;
     152h3 { font-size: small;
    151153h4 { font-size: x-small; } 
    152154 
    153155hr { 
    154     display: none; 
     156display: none; 
    155157} 
    156158 
    157159.strong-color { 
    158     background: #3465a4; 
    159     color: #fff; padding: 4px; 
    160     font-weight: bold; 
     160background: #3465a4; 
     161color: #fff; padding: 4px; 
     162font-weight: bold; 
    161163} 
    162164 
    163165/* Begin forms */ 
    164166textarea { 
    165   padding: 2px; 
    166   font-size: 8pt; 
    167   border: 1px solid #cccccc; 
     167padding: 2px; 
     168font-size: 10pt; 
     169border: 1px solid #cccccc; 
    168170} 
    169171input, select {font-size: 11pt; border: 1px solid #cccccc;} 
    170172 
    171173button{font-size:12px; border: 1px solid #333;} 
    172 button, input[type="button"], input[type="submit"] 
    173   color: #888a85; 
    174   font-size: 8pt; 
    175   cursor: pointer; 
    176   background-color: #efefef; 
    177   border: 1px solid #babdb6; 
    178   border-top: 1px solid #d3d7cf; 
    179   border-left: 1px solid #d3d7cf; 
    180 } 
    181 * html button 
    182   color: #888a85; 
    183   font-size: 8pt; 
    184   cursor: pointer; 
    185   background-color: #efefef; 
    186   border: 1px solid #babdb6; 
    187   border-top: 1px solid #d3d7cf; 
    188   border-left: 1px solid #d3d7cf; 
    189 } 
    190  
    191 button:hover, input[type="button"]:hover, input[type="submit"]:hover 
    192     background-color: #3465a4; 
    193     color: #fff; 
     174button, input[type="button"], input[type="submit"]
     175color: #888a85; 
     176font-size: 8pt; 
     177cursor: pointer; 
     178background-color: #efefef; 
     179border: 1px solid #babdb6; 
     180border-top: 1px solid #d3d7cf; 
     181border-left: 1px solid #d3d7cf; 
     182} 
     183* html button
     184color: #888a85; 
     185font-size: 8pt; 
     186cursor: pointer; 
     187background-color: #efefef; 
     188border: 1px solid #babdb6; 
     189border-top: 1px solid #d3d7cf; 
     190border-left: 1px solid #d3d7cf; 
     191} 
     192 
     193button:hover, input[type="button"]:hover, input[type="submit"]:hover
     194background-color: #3465a4; 
     195color: #fff; 
    194196} 
    195197 
    196198button:active, input[type="button"]:active, input[type="submit"]:active { 
    197     background-color: #fff; 
    198     color: #000; 
    199     border: 1px solid #3465a4; 
     199background-color: #fff; 
     200color: #000; 
     201border: 1px solid #3465a4; 
    200202} 
    201203 
    202204select { 
    203     cursor: pointer; 
     205cursor: pointer; 
    204206} 
    205207 
    206208input[type="text"], input[type="password"], textarea { 
    207     color: #555753; 
    208     background-color: #fff; 
    209     border: 1px solid #d3d7cf; 
    210     border-top: 1px solid #babdb6; 
    211     border-left: 1px solid #babdb6; 
    212     padding: 3px; 
    213 } 
    214  
    215 input[type="text"]:focus, input[type="password"]:focus, textarea:focus 
    216     color: #000; 
    217     background-color: #fff; 
    218     border: 1px solid #3465a4; 
     209color: #555753; 
     210background-color: #fff; 
     211border: 1px solid #d3d7cf; 
     212border-top: 1px solid #babdb6; 
     213border-left: 1px solid #babdb6; 
     214padding: 3px; 
     215} 
     216 
     217input[type="text"]:focus, input[type="password"]:focus, textarea:focus
     218color: #000; 
     219background-color: #fff; 
     220border: 1px solid #3465a4; 
    219221} 
    220222 
    221223textarea { 
    222     width: inherit; 
     224width: inherit; 
    223225} 
    224226 
    225227.widetable { 
    226     width: 100%; 
     228width: 100%; 
    227229} 
    228230 
    229231table.tableform .button { 
    230     text-align: center; 
     232text-align: center; 
    231233} 
    232234 
    233235fieldset { 
    234     border: 0; 
    235     margin: 0; 
    236     padding: 0; 
    237     margin-bottom: 1em; 
    238     font-size: small; 
     236border: 0; 
     237margin: 0; 
     238padding: 0; 
     239margin-bottom: 1em; 
     240font-size: small; 
    239241} 
    240242 
    241243legend { 
    242     background-color: white; 
    243     font-weight: bold; 
    244     font-size: 110%; 
    245     padding: 4px; 
    246     padding-left: .5em; 
    247     padding-right: .5em; 
     244background-color: white; 
     245font-weight: bold; 
     246font-size: 110%; 
     247padding: 4px; 
     248padding-left: .5em; 
     249padding-right: .5em; 
    248250} 
    249251 
    250252label { 
    251     font-weight: bold; 
    252     cursor: pointer; 
     253font-weight: bold; 
     254cursor: pointer; 
    253255} 
    254256 
    255257fieldset td { 
    256     padding: 1px; 
     258padding: 1px; 
    257259} 
    258260 
    259261fieldset br { 
    260     display : none; 
     262display : none; 
    261263} 
    262264 
    263265fieldset label { 
    264     display: block; 
    265     font-size: 100%; 
     266display: block; 
     267font-size: 100%; 
    266268} 
    267269 
    268270div.oneline label, div.oneline_no_width label { 
    269     margin: 0; 
    270     margin-right: .6em; 
    271     display: block; 
    272     text-align: right; 
    273     float: left; 
    274     font-size: 100%; 
    275     font-weight: bold; 
    276     cursor: pointer; 
     271margin: 0; 
     272margin-right: .6em; 
     273display: block; 
     274text-align: right; 
     275float: left; 
     276font-size: 100%; 
     277font-weight: bold; 
     278cursor: pointer; 
    277279} 
    278280 
    279281div.oneline label { 
    280     width: 15em; 
     282width: 15em; 
    281283} 
    282284 
    283285div.oneline_no_width label { 
    284     text-align: left; 
     286text-align: left; 
    285287} 
    286288 
    287289div.checkbox label { 
    288     margin: 0; 
    289     display: block; 
    290     width: 13em; 
    291     text-align: right; 
     290margin: 0; 
     291display: block; 
     292width: 13em; 
     293text-align: right; 
    292294} 
    293295 
    294296div.checkbox .el { 
    295     margin-left: 13em; 
     297margin-left: 13em; 
    296298} 
    297299 
    298300div.checkbox .el label, div.checkbox_el label { 
    299     font-weight: normal; 
    300     display: block; 
    301     margin: 0; 
    302     text-align: left; 
     301font-weight: normal; 
     302display: block; 
     303margin: 0; 
     304text-align: left; 
    303305} 
    304306 
    305307div.radiobox label { 
    306     display: inline; 
     308display: inline; 
    307309} 
    308310 
    309311div.radiobox input { 
    310     vertical-align: middle; 
     312vertical-align: middle; 
    311313} 
    312314 
    313315div hr { 
    314     border-color: black; 
     316border-color: black; 
    315317} 
    316318 
    317319button { 
    318     width: auto; 
    319     overflow: visible; 
     320width: auto; 
     321overflow: visible; 
    320322} 
    321323 
    322324div.buttons { 
    323     clear: both; 
    324     padding-top: 10px; 
    325     float: right; 
     325clear: both; 
     326padding-top: 10px; 
     327float: right; 
    326328} 
    327329 
    328330fieldset div { 
    329     clear: left; 
    330     padding: 0 1em; 
    331     padding-bottom: 6px; 
     331clear: left; 
     332padding: 0 1em; 
     333padding-bottom: 6px; 
    332334} 
    333335 
    334336fieldset div strong { 
    335     font-size: 100% 
     337font-size: 100% 
    336338} 
    337339 
    338340fieldset div span.form-error { 
    339     display: block; 
    340     color: #F00; 
    341     font-weight: bold; 
    342     letter-spacing: 1px; 
     341display: block; 
     342color: #F00; 
     343font-weight: bold; 
     344letter-spacing: 1px; 
    343345} 
    344346 
    345347fieldset div span.comment { 
    346     display: none; 
     348display: none; 
    347349} 
    348350 
    349351fieldset div:hover span.comment { 
    350     font-size: 95%; 
    351     color: #c96; 
    352     background-color: #faf0e6; 
    353     /*  \*/ 
    354     margin-left: 3em; 
    355     /*  */ 
    356     padding: .2em .5em .3em; 
    357     border: 1px solid #c96; 
    358     display: block; 
    359     position: absolute; 
    360     z-index: 100; 
    361     float: right; 
    362     -moz-border-radius: 4px; 
     352font-size: 95%; 
     353color: #c96; 
     354background-color: #faf0e6; 
     355/*\*/ 
     356margin-left: 3em; 
     357/**/ 
     358padding: .2em .5em .3em; 
     359border: 1px solid #c96; 
     360display: block; 
     361position: absolute; 
     362z-index: 100; 
     363float: right; 
     364-moz-border-radius: 4px; 
    363365} 
    364366* html fieldset div span.comment { 
    365     font-size: 95%; 
    366     color: #c96; 
    367     margin-left: 3em; 
    368     padding: .3em; 
    369     border-left: 1px solid #c96; 
    370     display: block; 
     367font-size: 95%; 
     368color: #c96; 
     369margin-left: 3em; 
     370padding: .3em; 
     371border-left: 1px solid #c96; 
     372display: block; 
    371373} 
    372374 
    373375div#requiredNote { 
    374     font-size: 100%; 
    375     letter-spacing: 0.5px; 
    376     /* clear: both; */ 
    377     margin-top: 10px; 
     376font-size: 100%; 
     377letter-spacing: 0.5px; 
     378/* clear: both; */ 
     379margin-top: 10px; 
    378380} 
    379381 
    380382label.mandat, span.mandat { 
    381     color: #930; 
    382     font-weight: bold; 
     383color: #930; 
     384font-weight: bold; 
    383385} 
    384386 
    385387label.mandat:after, span.mandat:after { 
    386     content: "*"; 
     388content: "*"; 
    387389} 
    388390 
    389391.removed { 
    390     display: none !important; 
     392display: none !important; 
    391393} 
    392394 
    393395input[type="checkbox"], select { 
    394     -moz-border-top-colors: #babdb6 transparent; 
    395     -moz-border-left-colors: #babdb6 transparent; 
    396     -moz-border-bottom-colors: #d3d7cf transparent; 
    397     -moz-border-right-colors: #d3d7cf transparent; 
    398     -moz-border-radius: 1px; 
    399     padding: 1px; 
    400     font-family: "Lucida Grande", Myriad, "Andale Sans", "Luxi Sans", "Bitstream Vera Sans", Tahoma, "Toga Sans", Helvetica, Arial, sans-serif; 
    401     font-size: small; 
     396-moz-border-top-colors: #babdb6 transparent; 
     397-moz-border-left-colors: #babdb6 transparent; 
     398-moz-border-bottom-colors: #d3d7cf transparent; 
     399-moz-border-right-colors: #d3d7cf transparent; 
     400-moz-border-radius: 1px; 
     401padding: 1px; 
     402font-family: "Lucida Grande", Myriad, "Andale Sans", "Luxi Sans", "Bitstream Vera Sans", Tahoma, "Toga Sans", Helvetica, Arial, sans-serif; 
     403font-size: small; 
    402404} 
    403405 
    404406input[type="checkbox"]:focus { 
    405     -moz-border-top-colors: #3465a4 transparent; 
    406     -moz-border-left-colors: #3465a4 transparent; 
    407     -moz-border-bottom-colors: #3465a4 transparent; 
    408     -moz-border-right-colors: #3465a4 transparent; 
     407-moz-border-top-colors: #3465a4 transparent; 
     408-moz-border-left-colors: #3465a4 transparent; 
     409-moz-border-bottom-colors: #3465a4 transparent; 
     410-moz-border-right-colors: #3465a4 transparent; 
    409411} 
    410412 
    411413.form_comment { 
    412     font-size: x-small; 
     414font-size: x-small; 
    413415} 
    414416/* End forms */ 
    415417 
    416418.terminal { 
    417     margin-top: 15px; 
    418     padding: 15px; 
    419     font-size: small; 
    420     font-family: "Courier New", Courier; 
    421     background: #000; 
    422     border: solid 1px #d3d7cf; 
    423     line-height: 110%; 
    424     color: white; 
    425     width: 90%; 
     419margin-top: 15px; 
     420padding: 15px; 
     421font-size: small; 
     422font-family: "Courier New", Courier; 
     423background: #000; 
     424border: solid 1px #d3d7cf; 
     425line-height: 110%; 
     426color: white; 
     427width: 90%; 
    426428} 
    427429 
    428430.code, .xml , .script { 
    429     margin: 16px; 
    430     padding: 16px; 
    431     font-size: small; 
    432     font-family: "Courier New", Courier; 
    433     background: #fff; 
    434     border: solid 1px #d3d7cf; 
    435     line-height: 100%; 
    436     color: #000dbd; 
    437     width: 90%; 
     431margin: 16px; 
     432padding: 16px; 
     433font-size: small; 
     434font-family: "Courier New", Courier; 
     435background: #fff; 
     436border: solid 1px #d3d7cf; 
     437line-height: 100%; 
     438color: #000dbd; 
     439width: 90%; 
    438440} 
    439441 
    440442.keyword { 
    441     color: #00a20b; 
     443color: #00a20b; 
    442444} 
    443445 
    444446.comment { 
    445     color:red; 
     447color:red; 
    446448} 
    447449 
    448450.literal { 
    449     color: purple; 
     451color: purple; 
    450452} 
    451453 
    452454.term-box { 
    453     background-color: #fafafa; 
    454     color: #3465a4; 
    455     border: 1px solid #9db029; 
    456     padding: 10px; 
    457     font-size: 11px; 
    458     width: 95%; 
     455background-color: #fafafa; 
     456color: #3465a4; 
     457border: 1px solid #9db029; 
     458padding: 10px; 
     459font-size: 11px; 
     460width: 95%; 
    459461} 
    460462 
    461463table { 
    462     text-align: left; 
     464text-align: left; 
    463465} 
    464466 
    465467.tableform { 
    466     width: 100%; 
     468width: 100%; 
    467469} 
    468470 
    469471.tableform td { 
    470     display: table-cell; 
    471     vertical-align: top; 
     472display: table-cell; 
     473vertical-align: top; 
    472474} 
    473475 
    474476img { 
    475     border: 0; 
     477border: 0; 
    476478} 
    477479 
    478480/* Debug */ 
    479481#debug-table { 
    480     background-color: white; 
    481     color: black; 
    482     font-size: x-small; 
     482background-color: white; 
     483color: black; 
     484font-size: x-small; 
    483485} 
    484486 
    485487#debug-table pre { 
    486     font-size: small; 
     488font-size: small; 
    487489} 
    488490 
    489491pre.var_dump { 
    490     line-height:1.8em; 
     492line-height:1.8em; 
    491493} 
    492494 
    493495pre.var_dump span.type { 
    494     color:#006600; 
    495     background:transparent; 
     496color:#006600; 
     497background:transparent; 
    496498} 
    497499 
    498500pre.var_dump span.value { 
    499     padding:2px; color:#339900; 
    500     background:#F0F0F0; 
    501     border: 1px dashed #CCCCCC; 
     501padding:2px; color:#339900; 
     502background:#F0F0F0; 
     503border: 1px dashed #CCCCCC; 
    502504} 
    503505/* End Debug */ 
    504506 
    505507.pager { 
    506     margin-bottom: 10px; 
     508margin-bottom: 10px; 
    507509} 
    508510 
     
    512514 
    513515.menu_level a { 
    514     height: 20px; 
    515     min-height: 20px; 
     516height: 20px; 
     517min-height: 20px; 
    516518} 
    517519 
    518520.menu_level_1 { 
    519     font-weight: bold; 
     521font-weight: bold; 
    520522} 
    521523 
    522524.menu_level_1 a { 
    523     text-decoration: none; 
     525text-decoration: none; 
    524526} 
    525527 
     
    528530 
    529531.menu_option_active { 
    530     color: #000; 
    531     text-decoration: none; 
    532     font-weight: bold; 
     532color: #000; 
     533text-decoration: none; 
     534font-weight: bold; 
    533535} 
    534536 
    535537.menu_level_2 { 
    536     padding-left: 20px; 
     538padding-left: 20px; 
    537539} 
    538540 
     
    541543 
    542544.menu_level_3 { 
    543     padding-left: 40px; 
     545padding-left: 40px; 
    544546} 
    545547 
     
    548550 
    549551.menu_level_4 { 
    550     padding-left: 60px; 
     552padding-left: 60px; 
    551553} 
    552554 
     
    557559/* Used for simple responses (messages saved in session) */ 
    558560.simple-response-msg { 
    559   background: #f4f4f4;  
    560   border: 1px solid #b2b2b2;  
    561   padding: .3em; 
     561background: #f4f4f4;  
     562border: 1px solid #b2b2b2;  
     563padding: .3em; 
    562564} 
    563565 
    564566/** Messages **/ 
    565567.error-message, .warning-message, .notice-message, .working-message { 
    566     -moz-border-radius: 4px; 
    567     font-weight: bold; 
    568     display: inline; 
    569     text-align: left; 
    570     line-height: 25px; 
    571     padding-left: 26px; 
    572     padding-right: 8px; 
    573     padding-top: 4px; 
    574     padding-bottom: 3px; 
    575     background-repeat: no-repeat; 
    576     background-position: 2px 0px; 
     568-moz-border-radius: 4px; 
     569font-weight: bold; 
     570display: inline; 
     571text-align: left; 
     572line-height: 25px; 
     573padding-left: 26px; 
     574padding-right: 8px; 
     575padding-top: 4px; 
     576padding-bottom: 3px; 
     577background-repeat: no-repeat; 
     578background-position: 2px 0px; 
    577579} 
    578580 
    579581.notice-message { 
    580     border: 1px solid #9db029; 
    581     background-color: #e6f0a5; 
    582     background-image: url("../../images/stock/info-small.png"); 
     582border: 1px solid #9db029; 
     583background-color: #e6f0a5; 
     584background-image: url("../../images/stock/info-small.png"); 
    583585} 
    584586 
    585587.warning-message { 
    586     border: 1px solid #fce94f; 
    587     background-color: #fdf4a7; 
    588     background-image: url("../../images/stock/warning-small.png"); 
     588border: 1px solid #fce94f; 
     589background-color: #fdf4a7; 
     590background-image: url("../../images/stock/warning-small.png"); 
    589591} 
    590592 
    591593.error-message { 
    592     border: 1px solid #cc0000; 
    593     background-color: #fabfbf; 
    594     background-image: url("../../images/stock/error-small.png"); 
     594border: 1px solid #cc0000; 
     595background-color: #fabfbf; 
     596background-image: url("../../images/stock/error-small.png"); 
    595597} 
    596598 
     
    598600/* Common styles for all gadgets */ 
    599601.clearfix:after { 
    600   height: 0; 
    601   clear: both; 
    602   width: 100%; 
    603   content: "."; 
    604   display: block; 
    605   visibility: hidden; 
     602height: 0; 
     603clear: both; 
     604width: 100%; 
     605content: "."; 
     606display: block; 
     607visibility: hidden; 
    606608} 
    607609.gadget {margin-bottom: 10px;} 
    608610.wide .gadget {margin-bottom: 2px;} 
    609611.gadget h3 { 
    610   padding: 1px; 
    611   font-size: 12px; 
    612   text-align: left; 
    613   margin-bottom: 2px; 
     612padding: 1px; 
     613font-size: 12px; 
     614text-align: left; 
     615margin-bottom: 2px; 
    614616} 
    615617.gadget .content {font-size: 10pt; padding: 2px 5px; border-top: none;} 
     
    620622.gadget .actions div {text-align: left;} 
    621623.gadget .actions button{ 
    622   margin: 2px; 
    623   padding: 1px; 
    624   min-height: 18px; 
    625   min-width: 42px; 
    626   font-weight: bold; 
    627   overflow: visible; 
    628   border: 1px solid #babdb6; 
    629   border-top: 1px solid #d3d7cf; 
    630   border-right: 1px solid #d3d7cf; 
     624margin: 2px; 
     625padding: 1px; 
     626min-height: 18px; 
     627min-width: 42px; 
     628font-weight: bold; 
     629overflow: visible; 
     630border: 1px solid #babdb6; 
     631border-top: 1px solid #d3d7cf; 
     632border-right: 1px solid #d3d7cf; 
    631633} 
    632634 
     
    645647/* Commnets */ 
    646648.comment .comment_info, .comment_reply { 
    647   padding: 5px; 
    648   text-align: right; 
    649   font-size: xx-small; 
    650   color: #babdb6; 
    651   clear: both; 
     649padding: 5px; 
     650text-align: right; 
     651font-size: xx-small; 
     652color: #babdb6; 
     653clear: both; 
    652654} 
    653655.comment .content {text-align: justify;} 
    654656.comment .avatar { 
    655   float: left; 
    656   margin-right: 5px; 
    657   margin-bottom: 5px; 
    658   border: 1px solid #000; 
     657float: left; 
     658margin-right: 5px; 
     659margin-bottom: 5px; 
     660border: 1px solid #000; 
    659661} 
    660662.comment_level_0 {margin-left: 0px;} 
     
    681683 
    682684/* Poll */ 
    683 .poll .content  input {padding: 2px; border: none;} 
    684 .poll .content  label {padding-left: 2px;} 
     685.poll .contentinput {padding: 2px; border: none;} 
     686.poll .contentlabel {padding-left: 2px;} 
    685687.poll_result table {width: 98%; margin: 0px; padding:0px; font-size:10pt;} 
    686688.poll_result th { border: 1px solid #d3d7cf; } 
    687 .poll_result td {font-size:9pt; padding:4px 4px 4px 2px; border: 1px solid #d3d7cf; } 
     689.poll_result td {font-size:9pt; padding:4px; padding-left:2px; border: 1px solid #d3d7cf; } 
    688690.poll_result .txt_percent {width: 28px;} 
    689691.poll_result .img_percent {width: 128px;} 
     
    703705.quotes ul {list-style: none;} 
    704706.quotes li , .rssreader li { 
    705   display: block; 
    706   color: #271739; 
    707   font-size: 12px; 
    708   padding: 2px 6px 2px 2px; 
    709   text-decoration: none; 
    710   border-bottom: 1px dashed #ccc; 
     707display: block; 
     708color: #271739; 
     709font-size: 12px; 
     710padding: 2px; 
     711padding-right: 6px; 
     712text-decoration: none; 
     713border-bottom: 1px dashed #ccc; 
    711714} 
    712715.quotes ul a:hover {color: #ef3300;} 
     
    753756.faq .summary {padding-bottom: 5px;} 
    754757.faq .summary li {margin-left: 20px; font-size: 10pt;} 
    755 .faq .summary li  {font-weight: bold;} 
    756 .faq .summary li  ol li {font-weight: normal;} 
     758.faq .summary li{font-weight: bold;} 
     759.faq .summary liol li {font-weight: normal;} 
    757760.faq_category h4 {font-size: 10pt;} 
    758761 
     
    762765.glossary h3 {margin-bottom: 10px;} 
    763766.glossary span { 
    764   border: 1px solid #d3d7cf; 
    765   padding: 4px; 
    766   background: #eee; 
    767   font-size: xx-small; 
     767border: 1px solid #d3d7cf; 
     768padding: 4px; 
     769background: #eee; 
     770font-size: xx-small; 
    768771} 
    769772.glossary span a {padding: 2px;} 
     
    802805.narrow .menu .content ul {z-index:500;} 
    803806.menu a, .menu a:visited { 
    804   color:#777; 
    805   padding:4px; 
    806   display:block; 
    807   min-height:18px; 
    808   font-weight: bold; 
    809   text-decoration:none; 
    810   border:1px solid #fff; 
    811   border-bottom: none; 
     807padding:4px; 
     808display:block; 
     809min-height:18px; 
     810font-weight: bold; 
     811text-decoration:none; 
     812border:1px solid #fff; 
     813border-bottom: none; 
    812814} 
    813815.menu li {background:#f0f0f0;} 
     
    817819.menu li:hover {position:relative;} 
    818820.menu li:hover > a {background:#ddd; color:#37a;} 
    819 .menu li a:active, .menu li a:focus {background:#ddd; color:#37a;} 
    820821.narrow .menu li ul {display:none;} 
    821822.wide .menu li ul {display:none;} 
    822823.menu li:hover > ul { 
    823   display:block; 
    824   position:absolute; 
    825   padding:10px 30px 30px 30px; 
    826   background:transparent url(images/blank.gif); 
     824display:block; 
     825position:absolute; 
     826padding:10px 30px 30px 30px; 
     827background:transparent url(images/blank.gif); 
    827828} 
    828829.wide .menu li:hover > ul {top:16px; left:-30px;} 
    829830.wide .menu li ul li:hover > ul {top:-10px; left:148px;} 
    830831.narrow .menu li:hover > ul {top:-10px; left:148px;} 
    831 .menu ul table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:1000; font-size:1em;} 
    832 * html .menu a:hover {color:#37a; background:#ddd; position:relative;} 
     832.menu ul table { 
     833top:0; 
     834left:0; 
     835z-index:1000; 
     836font-size:1em; 
     837position:absolute; 
     838border-collapse:collapse; 
     839
     840* html .menu a:hover {background:#ddd; color:#37a; position:relative;} 
     841* html .wide .menu a:hover {float: left;} /* must be removed in RTL mode */ 
    833842* html .narrow .menu li a, * html .narrow .menu li a:visited {width:164px;} 
    834 * html .wide .menu li ul li a, * html .wide .menu li ul li a:visited {width:200px;} 
     843* html .wide .menu li ul, * html .wide .menu li ul li a, * html .wide .menu li ul li a:visited {width:200px;} 
    835844* html .narrow .menu li ul { 
    836   display:block; 
    837   position:absolute; 
    838   visibility:hidden; 
    839   top:-10px; left:148px; 
    840   padding:10px 30px 30px 30px; 
    841   background:transparent url(images/blank.gif); 
     845display:block; 
     846position:absolute; 
     847visibility:hidden; 
     848top:-11px; left:148px; 
     849padding:10px 30px 30px 30px; 
     850background:transparent url(images/blank.gif); 
    842851} 
    843852* html .wide .menu li ul { 
    844   display:block; 
    845   position:absolute; 
    846   visibility:hidden; 
    847   top:0px; left:148px; 
    848   padding:10px 30px 30px 30px; 
    849   background:transparent url(images/blank.gif); 
     853display:block; 
     854position:absolute; 
     855visibility:hidden; 
     856top:0px; left:148px; 
     857padding:10px 30px 30px 30px; 
     858background:transparent url(images/blank.gif); 
    850859} 
    851860.wide .menu ul li a:hover ul ul{visibility:hidden;} 
     
    853862.wide .menu ul li a:hover ul a:hover ul a:hover ul ul{visibility:hidden;} 
    854863.wide .menu ul li a:hover ul a:hover ul a:hover ul a:hover ul ul {visibility:hidden;} 
    855 .wide .menu ul li a:hover ul {visibility:visible; left:-30px; top:13px; lef\t:-35px; to\p:14px;} 
    856 .wide .menu ul li a:hover ul a:hover ul{visibility:visible; top:-10px; left:148px;} 
     864.wide .menu ul li a:hover ul {visibility:visible; left:-31px; top:14px;} 
     865.wide .menu ul li a:hover ul a:hover ul{visibility:visible; top:-11px; left:148px;} 
    857866.wide .menu ul li a:hover ul a:hover ul a:hover ul {visibility:visible;} 
    858867.wide .menu ul li a:hover ul a:hover ul a:hover ul a:hover ul {visibility:visible;} 
  • art/themes/jaws/style.rtl.css

    r8465 r8661  
     1* {margin:0; padding:0;} 
    12body { 
    2     background: #fff url(top.jpg) repeat-x top right; 
    3     margin: 0; 
    4     padding: 0; 
    5     text-align: center; 
    6     font-family: "Lucida Grande", Myriad, "Andale Sans", "Luxi Sans", "Bitstream Vera Sans", Tahoma, "Toga Sans", Helvetica, Arial, sans-serif; 
    7     font-size: 1em; 
     3margin: 0; 
     4padding: 0; 
     5direction: ltr; 
     6font-size: 1em; 
     7text-align: center; 
     8background: #fff url(top.jpg) repeat-x top right; 
     9font-family: "Lucida Grande", Myriad, "Andale Sans", "Luxi Sans", "Bitstream Vera Sans", Tahoma, "Toga Sans", Helvetica, Arial, sans-serif; 
    810} 
    911 
    1012/* Header section */ 
    1113#top_header { 
    12     width: 790px; 
    13     min-height: 80px; 
    14     height: 80px; 
    15     display: block; 
    16     margin: 0 auto; 
    17     padding: 0; 
    18     text-align: right; 
    19     font-size: smaller; 
     14width: 790px; 
     15min-height: 80px; 
     16height: 80px; 
     17display: block; 
     18margin: 0 auto; 
     19padding: 0; 
     20text-align: right; 
     21font-size: smaller; 
    2022} 
    2123 
    2224#top_header h1 { 
    23     margin: 0; 
    24     padding-top: 20px; 
    25     color: #fff; 
    26     font-weight: bold; 
    27     font-size: large; 
     25margin: 0; 
     26padding-top: 20px; 
     27color: #fff; 
     28font-weight: bold; 
     29font-size: large; 
    2830} 
    2931 
    3032#top_header h1 a, #top_header h1 a:hover { 
    31     color: #fff; 
    32     text-decoration: none; 
     33color: #fff; 
     34text-decoration: none; 
    3335} 
    3436 
    3537#top_header p { 
    36     font-size: smaller; 
    37     color: #fff; 
    38     margin: 0px; 
     38font-size: smaller; 
     39color: #fff; 
     40margin: 0px; 
    3941} 
    4042/* End Header */ 
     
    4244/* Container */ 
    4345#container { 
    44     direction: rtl
    45     background: transparent;&nb