Вывод сообщений при регистрации пользователя.

Тема в разделе "Установка и обновление расширений Joomla", создана пользователем Al_, 27.06.2011.

  1. Offline

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

    Регистрация:
    27.06.2011
    Сообщения:
    17
    Симпатии:
    2
    Пол:
    Мужской
    Всем доброго времени суток.
    Проблема: mod_login(возможно mod_login здесь и не при чём) не сообщает ничего при неверном вводе подтверждения пароля во время регистрации пользователя.
    Если написать неполный емаил, то выводится сообщение, чтобы написали правильный емаил.
    А при вводе пароля и неправильного подтверждения пароля, ничего не выводится, а просто краснеет строка.
    Как сделать, чтобы выводилось и сообщение о неверном подтверждении пароля?
     
    Последнее редактирование: 27.06.2011
  2.  
  3. Offline

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

    Регистрация:
    27.06.2011
    Сообщения:
    17
    Симпатии:
    2
    Пол:
    Мужской
    Народ, ау, ну подскажите что-нибудь.
    Не может быть, чтобы никто с этим не встречался.
     
  4. woojin
    Offline

    woojin Местный Команда форума => Cпециалист <=

    Регистрация:
    31.05.2009
    Сообщения:
    3 206
    Симпатии:
    334
    Пол:
    Мужской
    это у тебя косяк с цветами скорее всего т.к. там должно быть отображено нечто подобное "ПАРОЛИ НЕ СОВПАДАЮТ"
    так что смотри в css шаблона
     
  5. Offline

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

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


    Ещё есть файл editor.css.
    Кстати, а слово "Ошибка" должно выводиться?
     
  6. Offline

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

    Регистрация:
    27.06.2011
    Сообщения:
    17
    Симпатии:
    2
    Пол:
    Мужской
    Народ, ау, ну подскажите что-нибудь.
    Не может быть, чтобы никто с этим не встречался.
     

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

Загрузка...