Joomla 1.5 Редактирование размеров таблицы в шаблоне

Тема в разделе "Изменение шаблона (кастомизация)", создана пользователем Trojan, 18.02.2011.

  1. Trojan
    Offline

    Trojan Недавно здесь

    Регистрация:
    09.06.2010
    Сообщения:
    6
    Симпатии:
    0
    Пол:
    Мужской
    Ребята помогите пожалуйста изменить размеры таблиц в шаблоне.
    Сам шаблон siteground-j15-42.
    Поменял цветовую гамму, но не получается разобраться с размерами таблиц.

    Вот скриншот страницы.

    [​IMG]

    Нужно чтобы колонка 2 увеличилась в ширине, 1 и 3 колонки остались прежними.
    Код (CODE):
    1. html {
    2.   height: 100%;
    3.   margin-bottom: 0px;
    4. }
    5.  
    6. form {
    7.   margin: 0;
    8.   padding: 0;
    9. }
    10.  
    11. img,table {
    12.     border: none;
    13. }
    14.  
    15. body {
    16.     font-family: Tahoma, Arial, sans-serif;
    17.     line-height: 1.3em;
    18.     margin: 0;
    19.     padding: 0;
    20.     font-size: 12px;
    21.     color: #000000;
    22.     }
    23.  
    24. #bottom_bg {
    25.     background: #4F74A9 url(../images/bottom_bg.jpg) bottom center repeat-x;
    26.     padding: 0;
    27.     width: 100%;
    28.     margin: 0 auto;
    29. }
    30.    
    31. body.contentpane {
    32.     background: #f8f8f8;
    33. }
    34.  
    35. a:link, a:visited {
    36.     outline: none;
    37.     text-decoration: none;
    38.     font-weight: normal;
    39.     color: #000000;
    40. }
    41.  
    42. a:hover {
    43.     text-decoration: none;
    44.     font-weight: normal;
    45.     color: #2CB5F4;
    46. }
    47.  
    48. input.button, .validate  {
    49.     background: #FFFFFF;
    50.     border: 0;
    51.     font-size: 10px;
    52.     color: #fff;
    53.     border: solid 1px #2CB5F4
    54. }
    55.  
    56. .search input.button {
    57.     text-align: right;
    58. }
    59.  
    60. input.button:hover, .validate:hover  {
    61.    
    62. }
    63.  
    64.  
    65. p {
    66.     margin-top: 0;
    67.     margin-bottom: 5px;
    68.     text-align: justify;
    69. }
    70.  
    71. .inputbox {
    72.     border: 1px solid #2CB5F4;
    73.     padding: 2px;
    74. }
    75. .inputbox:hover {
    76.  
    77. }
    78.  
    79. #modlgn_remember  {
    80.     border:0;
    81. }
    82.  
    83. #search {
    84.     float: right;
    85.     padding: 13px 50px 0 0;
    86. }
    87.  
    88. #search .search .inputbox {
    89.     line-height: 16px;
    90.     font-size: 12px;
    91.     color: #95C866;
    92.     background: none;
    93.     margin: 0;
    94.     width: 94px;
    95.     height: 18px;  
    96.     padding: 2px 0 0 6px;
    97.     border: 1px solid #B9DB9A;
    98.     float: left;
    99. }
    100.  
    101. #search .search .button {
    102.     text-align: center;
    103.     background: #2CB5F4;
    104.     border: 0;
    105.     font-size: 10px;
    106.     color: #fff;
    107.     border: solid 1px #2CB5F4;
    108.     float: left;
    109.     margin: 0 0 0 5px;
    110.     height: 22px;
    111. }
    112.  
    113. /*****************************************/
    114. /*** Template specific layout elements ***/
    115. /*****************************************/
    116. #page_bg {
    117.     height: 100%;
    118.     padding: 0;
    119.     background: #4F74A9 url(../images/topbg.jpg) top center repeat-x;
    120. }
    121.  
    122. #ptw_bg {
    123. margin: 0 auto;
    124. width: 920px;
    125. height: 30px;
    126. background: transparent url(../images/ptw_bg.jpg) top center no-repeat;
    127. text-align: left;
    128. padding: 16px 0 0 80px;
    129. }
    130.  
    131. div.center {
    132.     text-align: left;
    133.     margin: 0 auto;
    134.     padding: 0;
    135.     width: 1000px;
    136.     background: transparent;
    137. }
    138.  
    139.  
    140. div#wrapper {
    141.     padding: 2px 0px;
    142.     width: 900px;
    143.     background: #fff;
    144.     margin: 0 auto;
    145. }
    146.  
    147. #top {
    148.     width: 990px;
    149.     margin: 0 auto;
    150.     padding: 0;
    151.     text-align: right;
    152. }
    153.  
    154. #header {
    155.     height: 296px;
    156.     background: url(../images/header.gif) top center no-repeat;
    157.     margin: 0 auto;
    158.     width: 1000px;
    159. }
    160.  
    161. #content {
    162.     width: 870px;
    163.     margin: 0 auto;
    164.     padding: 5px 0 0;
    165.     overflow: hidden;
    166. }
    167.  
    168. #content_bottom {
    169.     width: 902px;
    170.     height: 16px;
    171.     background: url(../images/content_bottom.jpg) top center no-repeat;
    172. }
    173.  
    174. #logo {
    175.     float: right;
    176.     padding: 0px 310px 0 0;
    177.     text-align: left;
    178.     margin: 0;
    179. }
    180.  
    181. #logo a, #logo a:link, #logo a:hover {
    182.     font-weight: bold;
    183.     font-family: Verdana, Arial, sans-serif;
    184.     font-size: 24px;
    185.     padding: 0;
    186.     margin: 0;
    187.     letter-spacing: 1px;
    188.     color: #FF9933;
    189.     text-decoration: none;
    190.     outline: none;
    191.     line-height: 36px;
    192. }
    193.  
    194. .pill_m {
    195.     text-align: center;
    196.     margin: 0 auto;
    197.     padding: 0;
    198.     width: 1000px;
    199.     height: 32px;
    200.     background: transparent url(../images/topmenu_bg.jpg) top center no-repeat;
    201. }
    202.  
    203. #pillmenu {
    204.     margin: 0;
    205.     text-align: center;
    206. }
    207.  
    208. #pillmenu ul {
    209.     margin: 0;
    210.     padding: 0 22px;
    211.     list-style: none;
    212. }
    213.  
    214. #pillmenu li {
    215.     float: left;
    216.     margin: 0;
    217.     padding: 0;
    218.     height: 28px;
    219.  
    220. }
    221.  
    222. #pillmenu li:hover {
    223.  
    224. }
    225.  
    226. #pillmenu li a#active_menu-nav {
    227.    
    228. }
    229.  
    230. #pillmenu li a {
    231.     font-family: Verdana, Tahoma, sans-serif;
    232.     font-size: 12px;
    233.     float: left;
    234.     display: block;
    235.     line-height: 30px;
    236.     padding: 0 8px 0 8px;
    237.     color: #FF9933;
    238.     text-decoration: none;
    239.     font-weight: bold;
    240. }
    241.  
    242. #pillmenu li a:hover {
    243.     color: #FF9933;
    244.     text-decoration: underline;
    245. }
    246.  
    247. #leftcolumn ,#rightcolumn {
    248.     margin: 0;
    249.     width: 180px;
    250.     float: left;
    251.     padding: 0 0 10px 0;
    252.     text-align: left;
    253. }
    254.  
    255. div#maincolumn {
    256.     float: left;
    257.     width: 500px;
    258.     margin: 0 0 6px 0;
    259. }
    260.  
    261. div#maincolumn_full {
    262.     float: left;
    263.     width: 680px;
    264.     margin: 7px 0px 0;
    265.     padding: 10px 0 0 0px;
    266. }
    267.  
    268. div.nopad {
    269.     overflow: hidden;
    270.     padding: 0;
    271. }
    272.  
    273. div.nopad ul {
    274.     clear: both;
    275. }
    276.  
    277. td.middle_pad {
    278.     width: 20px;
    279. }
    280.  
    281. #banner_l {
    282.     text-align: left;
    283.     padding: 0 0 0 24px;
    284. }
    285.  
    286. #footer {
    287.     margin: 0 auto;
    288.     text-align: center;
    289.     padding-bottom: 10px;
    290.     width: 1000px;
    291.     height: 50px;
    292.     background: transparent url(../images/footer_bg.jpg) top center no-repeat;
    293. }
    294.  
    295. #footer p {
    296.     height: 20px;
    297.     text-align: right;
    298.     padding: 10px 30px 0 0;
    299.     color: #fff;
    300. }
    301.  
    302. /*****************************************/
    303. /*** Joomla! specific content elements ***/
    304. /*****************************************/
    305.  
    306. div.offline {
    307.     background: #fffebb;
    308.     width: 100%;
    309.     position: absolute;
    310.     top: 0;
    311.     left: 0;
    312.     font-size: 1.2em;
    313.     padding: 5px;
    314. }
    315.  
    316. /* headers */
    317. div.componentheading {
    318.     height: 22px;
    319.     padding: 8px 0 0 10px;
    320. }
    321. table.blog {
    322.    
    323. }
    324. h1 {
    325.     padding: 0;
    326.     font-family: Tahoma, Arial, sans-serif;
    327.     font-size: 1.3em;
    328.     font-weight: bold;
    329.     vertical-align: bottom;
    330.     color: #333;
    331.     text-align: left;
    332.     width: 100%;
    333. }
    334.  
    335. h2, .contentheading {
    336.     padding: 0;
    337.     font-family: Tahoma, Arial, sans-serif;
    338.     font-size: 12px;
    339.     vertical-align: middle;
    340.     color: #2CB5F4;
    341.     text-align: left;
    342.     font-weight: bold;
    343. }
    344.  
    345. table.contentpaneopen h3 {
    346.     margin-top: 25px;
    347. }
    348.  
    349. h4 {
    350.     font-family: Tahoma, Arial, sans-serif;
    351.     color: #333;
    352. }
    353.  
    354. h3, .componentheading, table.moduletable th, legend {
    355.     margin: 0;
    356.     font-family: Tahoma, Arial, sans-serif;
    357.     font-size: 14px;
    358.     text-align: left;
    359.     color: #2CB5F4;
    360.     padding: 0;
    361. }
    362. /* small text */
    363. .small {
    364.     font-size: 10px;
    365.     color: #FF9933;
    366.     font-weight: normal;
    367.     text-align: left;
    368. }
    369.  
    370. .modifydate {
    371.     height: 20px;
    372.     vertical-align: bottom;
    373.     font-size: 10px;
    374.     color: #FF9933;
    375.     font-weight: normal;
    376.     text-align: right;
    377. }
    378.  
    379. .createdate {
    380.     height: 20px;
    381.     vertical-align: top;
    382.     font-size: 10px;
    383.     color: #FF9933;
    384.     font-weight: normal;
    385.     vertical-align: top;
    386.     padding-top: 0px;
    387. }
    388.  
    389. a.readon {
    390.     display: block;
    391.     float: right;
    392.     text-decoration: none;
    393.     line-height: 14px;
    394.     font-size: 10px;
    395.     text-decoration: none;
    396.     color: #2EB6F4;
    397.     border-bottom: solid 1px #CAF3FD;
    398. }
    399.  
    400. a.readon:hover {
    401.     color: #FF9933;
    402.     text-decoration: none;
    403. }
    404.  
    405. /* form validation */
    406. .invalid { border-color: #ff0000; }
    407. label.invalid { color: #ff0000; }
    408.  
    409.  
    410. /** overlib **/
    411.  
    412. .ol-foreground {
    413.     background-color: #f1f1f1;
    414.     color: #333;
    415. }
    416.  
    417. .ol-background {
    418.     background-color: #f1f1f1;
    419.     color: #333;
    420. }
    421.  
    422. .ol-textfont {
    423.     font-family: Tahoma, Arial, sans-serif;
    424.     font-size: 10px;
    425. }
    426.  
    427. .ol-captionfont {
    428.     font-family: Tahoma, Arial, sans-serif;
    429.     font-size: 12px;
    430.     color: #f6f6f6;
    431.     font-weight: bold;
    432. }
    433. .ol-captionfont a {
    434.     background-color: #f1f1f1;
    435.     color: #333;
    436.     text-decoration: none;
    437.     font-size: 12px;
    438. }
    439.  
    440. .ol-closefont {}
    441.  
    442. /* menu links */
    443. a.mainlevel:link, a.mainlevel:visited {
    444.     padding-left: 5px;
    445.     margin: 0;
    446.     line-height: 18px;
    447.     text-decoration: none;
    448.     color: #2EB6F4;
    449.     font-weight: bold;
    450.     font-size: 11px;
    451. }
    452.  
    453. a.mainlevel:hover {
    454.  
    455. }
    456.  
    457. /* spacers */
    458. span.article_separator {
    459.     display: block;
    460.     height: 20px;
    461. }
    462.  
    463. .article_column {
    464.  
    465. }
    466.  
    467. .column_separator {
    468.    
    469. }
    470.  
    471. td.buttonheading {
    472.     text-align: right;
    473.     width: 0;
    474. }
    475.  
    476. .clr {
    477.     clear: both;
    478. }
    479.  
    480. table.blog span.article_separator {
    481.     display: block;
    482.     height: 20px;
    483. }
    484.  
    485.  
    486.  
    487. /* table of contents */
    488. table.contenttoc {
    489.   margin: 5px;
    490.   border: 1px solid #ccc;
    491.   padding: 5px;
    492. }
    493.  
    494. table.contenttoc td {
    495.   padding: 0 5px;
    496. }
    497.  
    498.  
    499. /* content tables */
    500. td.sectiontableheader {
    501.   color: #333;
    502.   font-weight: bold;
    503.   padding: 4px;
    504.   border-bottom: 1px solid #666;
    505. }
    506.  
    507. tr.sectiontableentry0 td,
    508. tr.sectiontableentry1 td,
    509. tr.sectiontableentry2 td {
    510.   padding: 4px;
    511. }
    512.  
    513. td.sectiontableentry0,
    514. td.sectiontableentry1,
    515. td.sectiontableentry2 {
    516.   padding: 3px;
    517.   color: #333;
    518.   font-size: 10px;
    519. }
    520.  
    521.  
    522. /* content styles */
    523. .contentpaneopen, table.contentpane {
    524.     margin: 0;
    525.     padding: 0;
    526. }
    527.  
    528. table.contentpane td{
    529.     text-align: left;
    530. }
    531.  
    532. table.contentpane td.contentdescription {
    533.     width: 100%;
    534. }
    535.  
    536. table.contentpane  {
    537.     text-align: left;
    538.     float: left;
    539.     width: 100%;
    540.     margin: 8px;
    541. }
    542.  
    543. table.contentpane ul li a .category {
    544.     color: #FF8800;
    545. }
    546.  
    547. table.contentpane ul li {
    548.     color: #333;
    549. }
    550.  
    551. table.contentpaneopen {
    552.     margin: 2px 8px;
    553. }
    554.  
    555. table.contentpaneopen li {
    556.     margin-bottom: 5px;
    557. }
    558.  
    559. table.contentpaneopen fieldset {
    560.     border: 0;
    561.     border-top: 1px solid #669933;
    562. }
    563.  
    564. table.contentpaneopen h3 {
    565.     margin-top: 25px;
    566. }
    567.  
    568. table.contentpaneopen h4 {
    569.     font-family: Tahoma, Arial, sans-serif;
    570.     color: #669933;
    571. }
    572.  
    573. .highlight {
    574.     background-color: #fffebb;
    575. }
    576.  
    577. /* module control elements */
    578. table.user1user2 div.moduletable {
    579.     margin-bottom: 0px;
    580. }
    581.  
    582. div.moduletable, div.module {
    583.   margin-bottom: 25px;
    584. }
    585.  
    586. div.module_menu, div.module {
    587.     margin: 0;
    588.     padding: 0;
    589. }
    590.  
    591. div.module_menu div, div.module {
    592.  
    593. }
    594.  
    595. div.module_menu div div, div.module div div {
    596.     margin-bottom: 14px;
    597.     padding: 0 0 1px 0;
    598.     background: #4F74A9 url(../images/menu_top_out.png) top center no-repeat;
    599. }
    600.  
    601. div.module_menu div div div, div.module div div div{
    602.     width: auto;
    603.     margin: 0;
    604.     padding: 0 0 12px 0;
    605.     background: url(../images/menu_bottom.png) bottom center no-repeat;
    606.     text-align: center;
    607. }
    608.  
    609. div.module_menu div div div div, div.module div div div div {
    610.     background: none;
    611.     padding: 4px 8px;
    612. }
    613.  
    614. div.module div div div form {
    615.     padding: 4px 0 0 0;
    616.     width: 164px;
    617.     margin: 0 auto;
    618.     text-align: left;
    619. }
    620.  
    621.  
    622. div.module_menu ul {
    623.     list-style: none;
    624.     text-align: left;
    625. }
    626.  
    627. div.module_menu ul li{
    628.     margin: 0;
    629.     padding: 0;
    630. }
    631.  
    632. div.module_menu ul li a:link, div.module_menu ul li a:visited {
    633.     font-weight: bold;
    634.     background: transparent url(../images/blue/bullet2.jpg) top left no-repeat;
    635.     padding: 2px 0 2px 25px;
    636.     line-height: 24px;
    637.     text-decoration: none;
    638.     color: #2EB6F4;
    639.     font-size: 11px;
    640. }
    641.  
    642. div.module_text div div div div {
    643.     background: #CAF3FD;
    644.     padding:2px 10px;
    645.     margin:0 auto;
    646.    
    647. }
    648.  
    649. div.bannergroup_text {
    650.     display:block;
    651.     width:170px;
    652. }
    653.  
    654. #leftcolumn div.module table ,#rightcolumn div.module table {
    655.    
    656. }
    657.  
    658. #leftcolumn div.module table.poll {
    659.  
    660. }
    661.  
    662. #leftcolumn div.module table.poll td {
    663.     text-align: left;
    664. }
    665.  
    666. /* LEFT COL H3 */
    667. #leftcolumn h3, #rightcolumn h3 {  
    668.     font-family: Tahoma, Arial, sans-serif;
    669.     width: 142px;  
    670.     color: #FFF;
    671.     font-size: 11px;
    672.     height: 39px;
    673.     text-decoration: none;
    674.     text-align: left;
    675.     padding: 0 0 0 38px;
    676.     background: url(../images/h3.png) top left no-repeat;
    677.     font-weight: bold;
    678.     line-height: 32px;
    679.     margin: 0;
    680.    
    681. }
    682.  
    683. #leftcolumn .moduletable_menu, #leftcolumn .moduletable, #leftcolumn .moduletable_text, #leftcolumn .c,
    684. #rightcolumn .moduletable_menu, #rightcolumn .moduletable, #rightcolumn .moduletable_text, #rightcolumn .c {
    685.     margin: 0 0 16px 0;
    686.     padding: 0 0 8px 0;
    687. }
    688.  
    689. #leftcolumn ul.menu, #rightcolumn ul.menu {
    690.     margin: 0 auto;
    691.     padding: 0;
    692.     list-style: none;
    693.     width: 164px;
    694. }
    695.  
    696. #leftcolumn ul.menu li, #rightcolumn ul.menu li {
    697.     margin: 0;
    698.     padding: 0;
    699. }
    700.  
    701. #leftcolumn ul.menu li:hover, #rightcolumn ul.menu li:hover {
    702.  
    703. }
    704.  
    705. /*LEFT COL LINK*/
    706. #leftcolumn ul.menu li a, #leftcolumn ul.menu li a:link,
    707. #rightcolumn ul.menu li a, #rightcolumn ul.menu li a:link {
    708.     line-height: 18px;
    709.     padding: 0 0 0 8px;
    710.     text-decoration: none;
    711.     font-size: 11px;
    712.     background: url(../images/menu_row.jpg) center left no-repeat;
    713.     margin: 0;
    714.     height: 18px;
    715.     color: #FFFFFF;
    716.     font-weight: bold;
    717. }
    718.  
    719. #leftcolumn ul.menu li a:hover, #rightcolumn ul.menu li a:hover {
    720.     color: #BD0C04;
    721.     text-decoration: none;
    722. }
    723.  
    724. /*LEFT COL CURRENT LINK*/
    725. #leftcolumn ul.menu li#current a, #leftcolumn ul.menu li#current a:link,
    726. #rightcolumn ul.menu li#current a, #rightcolumn ul.menu li#current a:link {
    727.     line-height: 18px;
    728.     padding: 0 0 0 8px;
    729.     text-decoration: none;
    730.     color: #FFFFFF;
    731.     font-weight: bold;
    732.     font-size: 11px;
    733.     background: url(../images/menu_row.jpg) center left no-repeat;
    734.     margin: 0;
    735.     height: 18px;
    736. }
    737.  
    738. #leftcolumn ul.menu li#current a:hover, #rightcolumn ul.menu li#current a:hover {
    739.     color: #BD0C04;
    740.     text-decoration: none;
    741. }
    742.  
    743. /*LEFT COL SUB LINK*/
    744. #leftcolumn ul.menu li#current ul li a, #leftcolumn ul.menu li#current ul li a:link {
    745.     text-decoration: none;
    746.     color: #666;
    747.     margin: 0 0 0 6px;
    748.     font-size: 11px;
    749.     background: url(../images/submenu_row.jpg) center left no-repeat;
    750.     font-weight: normal;
    751.     display: block;
    752.     line-height: 18px;
    753.     padding: 0 0 0 18px;
    754.     border: none;
    755.     height: 18px;
    756. }
    757.  
    758. #leftcolumn ul.menu li ul li#current a, #leftcolumn ul.menu li ul li#current a:link, #leftcolumn ul.menu li ul li#current a:visited, #leftcolumn ul.menu li ul li#current a:hover {
    759.     font-size: 11px;
    760.     margin: 0 0 0 6px;
    761.     padding: 0 0 0 18px;
    762.     text-decoration: none;
    763.     border: none;
    764.     color: #333;
    765.     background: url(../images/submenu_row.jpg) center left no-repeat;
    766.     height: 18px;
    767.     line-height: 18px;
    768. }
    769. /*SUBMENU POSITION*/
    770. #leftcolumn ul.menu li#current ul {
    771.     margin: 0;
    772.     padding: 0;
    773. }
    774.  
    775. #leftcolumn ul.menu li#current ul li {
    776.     margin: 0;
    777.     padding: 0;
    778. }
    779.  
    780. /*CURRENT SUBMENU POSITION*/
    781. #leftcolumn ul.menu li ul {
    782.     margin: 0;
    783.     padding: 0;
    784. }
    785.  
    786. #leftcolumn ul.menu li#current ul li a:hover {
    787.     color: #333;
    788. }
    789.  
    790. #leftcolumn ul.menu li ul, #rightcolumn ul.menu li ul {
    791.     list-style: none;
    792. }
    793.  
    794. /* forms */
    795. #leftcolumn .moduletable ul, #rightcolumn .moduletable ul {
    796.     margin: 6px 0;
    797.     padding: 0;
    798.     list-style: none;
    799. }
    800.  
    801. #leftcolumn .moduletable ul li, #rightcolumn .moduletable ul li {
    802.     margin: 0;
    803.     padding: 0 2px;
    804. }
    805.  
    806. table.adminform textarea {
    807.   width: 540px;
    808.   height: 400px;
    809.   font-size: 1em;
    810.   color: #000099;
    811. }
    812.  
    813. form#form-login fieldset {
    814.     border: 0 none;
    815.     margin: 0;
    816. }
    817. form#form-login ul li{
    818.     padding: 0;
    819. }
    820.  
    821. form#form-login ul li a {
    822.     text-align: left;
    823.     padding: 0;
    824.     font-size: 10px;
    825.     color: #555;
    826. }
    827.  
    828. /* thumbnails */
    829. div.mosimage         {  margin: 5px; }
    830. div.mosimage_caption {  font-size: .90em; color: #333; }
    831.  
    832. div.caption       { padding: 0 10px 0 10px; }
    833. div.caption img   { border: 1px solid #CCC; }
    834. div.caption p     { font-size: .90em; color: #333; text-align: center; }
    835.  
    836. /* Parameter Table */
    837. table.paramlist {
    838.     margin-top: 5px;
    839. }
    840.  
    841. table.paramlist td.paramlist_key {
    842.     width: 128px;
    843.     text-align: left;
    844.     height: 30px;
    845. }
    846.  
    847. table.paramlist td.paramlist_value {
    848. }
    849.  
    850. div.message {
    851.     font-family: Tahoma, Arial, sans-serif;
    852.     font-weight: bold;
    853.     font-size : 14px;
    854.     color : #c30;
    855.     text-align: center;
    856.     width: auto;
    857.     background-color: #f9f9f9;
    858.     border: solid 1px #d5d5d5;
    859.     margin: 3px 0px 10px;
    860.     padding: 3px 20px;
    861. }
    862.  
    863. /* Banners module */
    864.  
    865. /* Default skyscraper style */
    866. .bannergroup {
    867. }
    868.  
    869. .banneritem {
    870. }
    871.  
    872. /* Text advert style */
    873.  
    874. .banneritem_text {
    875.     padding: 4px;
    876.     font-size: 11px;
    877. }
    878.  
    879. .bannerfooter_text {
    880.     padding: 4px;
    881.     font-size: 11px;
    882.     text-align: right;
    883. }
    884.  
    885. /* System Messages */
    886. /* see system general.css */
    887.  
    888. .pagination span { padding: 2px; }
    889. .pagination a    { padding: 2px; }
    890.  
    891. /* Polls */
    892. .pollstableborder td {
    893.     text-align: left;
    894. }
    895.  
    896. /* Frontend Editing*/
    897. fieldset {
    898.     border: 1px solid #ccc;
    899.     margin-top: 15px;
    900.     padding: 15px;
    901. }
    902.  
    903. legend {
    904.     margin: 0;
    905.     padding: 0 10px;
    906. }
    907.  
    908. td.key {
    909.     border-bottom:1px solid #eee;
    910.     color: #333;
    911. }
    912.  
    913. /* Tooltips */
    914. .tool-tip {
    915.     float: left;
    916.     background: #ffc;
    917.     border: 1px solid #D4D5AA;
    918.     padding: 5px;
    919.     max-width: 200px;
    920. }
    921.  
    922. .tool-title {
    923.     padding: 0;
    924.     margin: 0;
    925.     font-size: 100%;
    926.     font-weight: bold;
    927.     margin-top: -15px;
    928.     padding-top: 15px;
    929.     padding-bottom: 5px;
    930.     background: url(../../system/images/selector-arrow.png) no-repeat;
    931. }
    932.  
    933. .tool-text {
    934.     font-size: 100%;
    935.     margin: 0;
    936. }
    937.  
    938. /* System Standard Messages */
    939. #system-message dd.message ul {
    940.     background: #C3D2E5;
    941.     padding: 0;
    942.     margin: 0;
    943. }
    944.  
    945. /* System Error Messages */
    946. #system-message dd.error ul {
    947.     color: #c00;
    948.     background: #E6C0C0;
    949.     border-top: 3px solid #DE7A7B;
    950.     border-bottom: 3px solid #DE7A7B;
    951.     padding: 0;
    952.     margin: 0;
    953. }
    954.  
    955. /* System Notice Messages */
    956. #system-message dd.notice ul {
    957.     color: #c00;
    958.     background: #EFE7B8;
    959.     border-top: 3px solid #F0DC7E;
    960.     border-bottom: 3px solid #F0DC7E;
    961.     padding: 0;
    962.     margin: 0;
    963. }
    964.  
    965.  
    966.  
    967. /* ****************************************************************************** */
    968. /* blue */
    969. input, button {
    970.  
    971. }
    972. /* blue */
    973. input[type="checkbox"], input[type="radio"]{
    974.    background: transparent;
    975.    border: none;
    976. }
    977.  
    978. /* -------------------------- */
    979. a.sgfooter:link, a.sgfooter:visited {
    980.     color: #fff;
    981.     font-family: Tahoma, Arial, sans-serif;
    982.     text-decoration: none;
    983. }
    984. a.sgfooter:hover {
    985.     color: #fff;
    986.     font-family: Tahoma, Arial, sans-serif;
    987.     text-decoration: none;
    988. }
    989. #sgf {
    990.     font-size: 12px;
    991.     text-align: right;
    992.     width: 100%;
    993.     margin: 0 auto;
    994.     color: #fff;
    995.     font-family: Tahoma, Arial, sans-serif;
    996. }
    997. .sgf {
    998.     text-align: right;
    999.     font-size: 12px;
    1000.     font-family: Tahoma, Arial, sans-serif;
    1001.     color: #fff;
    1002.     text-decoration: none;
    1003. }
    1004. .sgf1 {
    1005.     font-size: 12px;
    1006.     font-family: Tahoma, Arial, sans-serif;
    1007.     color: #2EB6F4;
    1008.     text-align: left;
    1009. }
    1010.  
    1011. a.sglink:link, a.sglink:visited {
    1012.     color: #fff;
    1013.     font-size: 12px;
    1014.     font-family: Tahoma, Arial, sans-serif;
    1015.     text-decoration: none;
    1016. }
    1017. a.sglink:hover {
    1018.     color: #fff;
    1019.     font-family: Tahoma, Arial, sans-serif;
    1020.     text-decoration: none;
    1021.     }


    Подскажите пожалуйста где это редактируется.
     
  2.  

Поделиться этой страницей

Загрузка...