Как отключить красную строку?

Тема в разделе "Форматирование материалов", создана пользователем uwn, 07.05.2008.

  1. Offline

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

    Регистрация:
    02.04.2008
    Сообщения:
    19
    Симпатии:
    0
    В материалах то и дело появляется красная строка... как ее убить?
    чтобы все ровно было и без нее.
     
  2.  
  3. Fanamura
    Offline

    Fanamura Доброта

    Регистрация:
    12.03.2007
    Сообщения:
    5 094
    Симпатии:
    158
    Пол:
    Мужской
    Ответ: Как отключить красную строку?

    Дай ссылку на сайт что ли... или скриншот на крайний случай
     
  4. AmmiAk
    Offline

    AmmiAk Укротитель браузеров

    Регистрация:
    25.07.2007
    Сообщения:
    629
    Симпатии:
    34
    Пол:
    Мужской
    Ответ: Как отключить красную строку?

    uwn, полагаю, намудрили что-то в визуальном редакторе - Вам виднее, что именно. Поэкспериментируйте с опциями на предмет избавления от злополучных отступов у первой строки абзаца, может помочь проведение анализа "Редактируемого исходного кода HTML" (кнопка "HTML" редактора).
     
  5. Offline

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

    Регистрация:
    02.04.2008
    Сообщения:
    19
    Симпатии:
    0
    Ответ: Как отключить красную строку?

    в редакторе автоматом вставляются теги: <br><p>текст</p>
     
  6. Offline

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

    Регистрация:
    16.05.2008
    Сообщения:
    3
    Симпатии:
    0
    Ответ: Как отключить красную строку?

    имхо надо смотреть css на предмет изменения параметров тега <p>
     
  7. AmmiAk
    Offline

    AmmiAk Укротитель браузеров

    Регистрация:
    25.07.2007
    Сообщения:
    629
    Симпатии:
    34
    Пол:
    Мужской
    Ответ: Как отключить красную строку?

    А ничего другого больше делать не остается... :look:
     
  8. Offline

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

    Регистрация:
    02.04.2008
    Сообщения:
    19
    Симпатии:
    0
    Ответ: Как отключить красную строку?

    вот CSS файл:
    толи переработал, толи просто ума не хватает... не могу найти что исправить

    Код (CODE):
    1. BODY {
    2.     /*  background : #4B6598 url(../images/bgr_2.gif); */
    3.     color: #000000;
    4.     margin: 5px 10px 10px 0px;
    5.     color: #000000;
    6.     font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    7. /* 
    8.     scrollbar-base-color: #39548D;
    9.     scrollbar-arrow-color: #FFCC66;
    10.     scrollbar-track-color: #8D9DBD;
    11. */ 
    12.     padding-left: 10px;
    13.     background-color : #FDFDFF;
    14.     background-image : url(../images/fon.jpg);
    15.     }
    16.    
    17. .leftmenu {
    18.     border : 1px solid #00008B;
    19.     }
    20.  
    21. td.mainWindow {
    22.     background: #E1E1E1;
    23.     color: #000000;
    24.     border: 1px solid #373737;
    25.     }  
    26.  
    27. td,tr,p,div {
    28.     font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    29.     margin-top : 0px;
    30.     margin-bottom : 0px;
    31.     list-style : circle;
    32.     }
    33.  
    34. /* Styles for dhtml tabbed-pages */
    35. .ontab {
    36.     background-color: #323A15;
    37.     border-left: outset 2px #5B7122;
    38.     border-right: outset 2px #808080;
    39.     border-top: outset 2px #5B7122;
    40.     border-bottom: solid 1px #d5d5d5;
    41.     text-align: center;
    42.     cursor: hand;
    43.     font-weight: bold;
    44.     color: #FFFFFF;
    45. }
    46. .offtab {
    47.     background-color : #e5e5e5;
    48.     border-left: outset 2px #E0E0E0;
    49.     border-right: outset 2px #E0E0E0;
    50.     border-top: outset 2px #E0E0E0;
    51.     border-bottom: solid 1px #d5d5d5;
    52.     text-align: center;
    53.     cursor: hand;
    54.     font-weight: normal;
    55. }
    56. .tabpadding {
    57. }
    58.  
    59. .tabheading {
    60.     background-color: #CCE197;
    61.     text-align: left;
    62. }
    63.  
    64. .pagetext {
    65.     visibility: hidden;
    66.     display: none;
    67.     position: relative;
    68.     top: 0;
    69. }
    70. h4 {
    71.     color: #333333;
    72.     font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    73.     font-size: 14px; font-weight: bold;
    74.     }
    75.  
    76. h5 {
    77.     color: #333333; font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    78.     font-size: 13px; font-weight: bold;
    79.     }
    80.  
    81. h6 {
    82.     color: #333333; font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    83.     font-size: 12px; font-weight: bold;
    84.     }  
    85. /* Links */
    86. a:link, a:visited {
    87.     font-size: 11px;
    88.     color: #333333;
    89.     text-decoration: none;
    90.     font-family:  tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    91.     }
    92.  
    93. a:hover {
    94.     color: #00A5D9;
    95.     text-decoration: underline;
    96.     }
    97.  
    98. /* Horizontal Line */
    99. hr {
    100.     background: #333333; height:2px; border: 1px solid;
    101.     }
    102.  
    103. hr.separator {
    104.     background: #333333;
    105.     height: 1px;
    106.     width: 75px;
    107.     border: 0px;
    108. }
    109.  
    110. hr.fullline {
    111.     height: 1px;
    112.     width: 100%;
    113.     color : #CBD1E0;
    114.     }
    115.  
    116. /* --Default Class Settings-- */
    117.  
    118. a.mainlevel:link, a.mainlevel:visited {
    119.     color: #2F4F4F;
    120.     background-position: left;
    121.     text-align: left;
    122.  }
    123.  
    124. a.mainlevel:hover {
    125.     color: #0099CC;
    126.     background-position: left;
    127.     text-align: left;
    128.     }
    129.  
    130. a.mainmenu:link, a.mainmenu:visited {
    131.     color: #333333; font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    132.     font-weight: normal;
    133.     }
    134.  
    135. a.mainmenu:hover {
    136.     color: #0099CC; text-decoration: underline;
    137.     }
    138.    
    139. a.sublevel:hover {
    140.     color: #0099CC; text-decoration: underline;
    141.     }
    142.  
    143. a.sublevel:link, a.sublevel:visited {
    144.     color: #333333; font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    145.     font-weight: normal;
    146. }
    147.  
    148. /* Content - Sections & Categories */
    149. .contentpane {
    150.     background-color : #FFFFFF;
    151.     }
    152.  
    153. .contentpaneopen {
    154.     border : 0px solid White;
    155.     text-align : justify;
    156.     text-indent : 10px;
    157.     width : 100%;
    158.     }
    159.  
    160. .contentheading {
    161.     font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    162.     font-size: 14px;
    163.     font-weight: normal;
    164.     color: Black;
    165.     text-align:left;
    166.     line-height: 16px;
    167.     height: 15px;
    168.     background-color : #D9DDDF;
    169.     padding : 5px 5px 5px;
    170.     font : normal bold 12px;
    171.     }
    172. .main_title {
    173.     color : #39548D;
    174.     font : bold 11px;
    175. }
    176. .contentpagetitle {
    177.     font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    178.     font-size: 13px;
    179.     font-weight: bold;
    180.     color: #566E9E;
    181.     text-align:left;
    182.     }
    183.  
    184. table.contenttoc {
    185.     color: #333300;
    186.     background-color: #e0e0e0;
    187.     }
    188.  
    189. table.contenttoc td {
    190.     font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    191.     font-size: 8pt;
    192.     font-weight: normal;
    193.     text-align:left;
    194. }
    195.  
    196. .contentdescription {
    197.     font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    198.     font-size: 11px;
    199.     color: #000000;
    200.     text-align: left;
    201.     }
    202.  
    203. /* Links */
    204. a.blogsection:link, a.blogsection:visited {
    205.     color: #435A76; text-decoration: none; font-weight: normal;
    206.     font-family:  tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    207.     font-size: 10px;
    208.     }
    209.  
    210. a.blogsection:hover {
    211.     color: #0099CC;
    212.     text-decoration: underline;
    213.     font-weight: normal;
    214.     font-size: 10px;
    215.     }
    216.  
    217. a.weblinks:link, a.weblinks:visited {
    218.     color: #405115; text-decoration: none; font-weight: normal;
    219.     font-family:  tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    220.     }
    221.  
    222. a.weblinks:hover {
    223.     color: #759328; text-decoration: underline;
    224.     }
    225.  
    226. a.readon:link, a.readon:visited {
    227.     color: #435A76; text-decoration: none; font-family:  tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    228.     font-size: 11px;
    229.     list-style: inside url(/templates/orthodoxy/images/read.gif);
    230.     list-style-type: disc;
    231.     display: list-item;
    232.     white-space: normal;
    233.     font-weight: normal;
    234.     }
    235.  
    236. a.readon:hover {
    237.     color: #0099CC;
    238.     text-decoration: underline;
    239.     font-weight: normal;
    240.     font-family:  tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    241.     font-size: 11px;
    242.     list-style-type: disc;
    243.     display: list-item;
    244.     white-space: normal;
    245.     }
    246.  
    247. table.moduletable {
    248.     margin: 0px 0px 0px 0px;
    249.     width: 100%;
    250.     border-left: solid 0px #000000;
    251.     border-right: solid 0px #000000;
    252.     border-top: solid 0px #000000;
    253.     border-bottom: solid 0px #000000;
    254.     }
    255.  
    256. table.moduletable th {
    257.     font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    258.     font-size: 11px;
    259.     font-weight: bold;
    260.     color: #32405F;
    261.     text-align: left;
    262.     width: 100%;
    263.     height: 20px;
    264.     /* border-bottom: 1px solid #333333; */
    265.      line-height: 20px; *
    266.     }
    267.  
    268. table.moduletable td {
    269.     font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    270.     font-size: 11px;
    271.     }
    272.  
    273. .componentheading {
    274.     font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    275.     font-size: x-small;
    276.     font-weight: bold;
    277.     color: #333333;
    278.     text-align:left;
    279.     background-repeat: no-repeat;
    280.     /*
    281.     list-style: none inside url(/templates/orthodoxy/images/arrow.png);
    282.     */
    283.     list-style: none inside;
    284.     white-space: normal;
    285.     display: list-item;
    286.     border-bottom: 1px solid #666666;
    287.     background-image : url(../images/arrow.png);
    288.     }
    289.  
    290. .button {
    291.      font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    292.     margin-top: 4px;
    293.     text-align: center;
    294.     font-size: 11px;
    295.     background: #6D7687;
    296.     border: 2px solid #CAD4DF;
    297.     height: 20px;
    298.     font : bold;
    299.     color : White;
    300.     }
    301.  
    302. .inputbox {
    303.     font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    304.     font-size: 12px;
    305.     color: Black;
    306.     background: #FBFBFB;
    307.     border: 1px solid #515151;
    308.     }
    309.  
    310. /** category text format and links **/
    311. .category {
    312.     color: #333333;
    313.     font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    314.     font-size: 11px;
    315.     font-weight: bold;
    316.     text-decoration: none;
    317.     }
    318.  
    319. a.category:link, a.category:visited {
    320.     color: #333333; font-weight: bold;
    321.     }
    322.  
    323. a.category:hover {
    324.     color: #FF9900;
    325.     }
    326.  
    327. .poll {
    328.     font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    329.     font-size: 11px;
    330.     font-weight: bold;
    331.     color: #333333;
    332.     line-height: 14px
    333.     }
    334.  
    335. .pollstableborder {
    336.     border: 1px solid #333333;
    337. }
    338.  
    339. .sectiontableentry1 {
    340.     background-color : #EDEDF3;
    341.     }
    342.    
    343. .sectiontableentry2 {
    344.     background-color : #FFFFFF;
    345.     }
    346.  
    347. .sectiontableheader {
    348.     background-color : #6B6B6B;
    349.     font-weight : bold;
    350.     color : White;
    351.     }
    352.  
    353. .small {
    354.     font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    355.     font-size: 10px;
    356.     color: #D1D1D1;
    357.     text-decoration: none;
    358.     font-weight: normal;
    359.     }
    360.  
    361. .smalldark {
    362.         font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    363.         font-size: 10px;
    364.         color: #FFFFFF;
    365.         text-decoration: none;
    366.         font-weight: normal;
    367.         }
    368.  
    369.  
    370. .newsfeedheading {
    371.         font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    372.         font-size: 12px;
    373.         color: #FF4500;
    374.         text-align:left;
    375.     /*   font-weight : bold; */
    376.         }
    377.  
    378. .newsfeeddate {
    379.     font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    380.     font-size: 10px;
    381.     /* color: #00008B; */
    382. }
    383. .newsfeedDescription {
    384.     color : Blue;
    385. }
    386. .newsheader {
    387.     width : 100%;
    388.     height : 20px;
    389.     background-color : #FDF5E6;
    390.     padding-top : 5px;
    391.     padding-right : 5px;
    392.     padding-left : 5px;
    393.     padding-bottom : 5px;
    394.     }
    395. .feeds_desc {
    396.     text-align : justify;
    397.     text-indent : 20px;
    398.     padding-left : 20px;
    399.     }
    400. .createdate {
    401.     font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    402.     font-size: 9px;
    403.     color: #ABABAB;
    404.     text-decoration: none;
    405.     font-weight: normal;
    406.     }
    407.  
    408. .modifydate {
    409.     font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    410.     font-size: 10px;
    411.     color: #666666;
    412.     text-decoration: none;
    413.     font-weight: normal;
    414.     }
    415.  
    416. ul {
    417.     margin: 0px 0px 0px 0px;
    418.     }
    419.  
    420. li {
    421. line-height: 15px;
    422. padding-left: 2px;
    423. padding-top: 0px;
    424. background-repeat: no-repeat;
    425. background-position: 0px 3px;
    426. }
    427.  
    428. .fase4rdf {
    429.     font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    430.     font-size: 11px; color: #242D0C; font-weight: normal;
    431.     }
    432.  
    433. a.fase4rdf:link {
    434.     font-size: 11px; font-weight: normal; color: #405115;
    435.     }
    436.  
    437. a.fase4rdf:hover {
    438.     font-weight: bold; color: #759328;
    439.     }
    440.  
    441. table.searchintro {
    442.     background-color: #FFFFFF;
    443.     border: 1px solid #759328;
    444.     }
    445.  
    446. table.contact {
    447.     background-color: #FFFFFF;
    448.     }
    449.  
    450. table.contact td.icons {
    451.     background-color: #B5C4D7;
    452.     }
    453.  
    454. table.contact td.details {
    455.     background-color: #EDF5FE;
    456.     font-size: 11px;
    457.     font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    458.     }
    459.  
    460. .pagenav {
    461.     color : #00AE01;
    462.     }
    463.  
    464. a.pagenav, a.pagenav:visited {
    465.     color: #6495ED;
    466.     }
    467.  
    468. a.pagenav:hover {
    469.     color: Red;
    470.     }
    471.  
    472. .pagenavbar {
    473.     }
    474.  
    475. /* Content voting */
    476. .content_rating {
    477.     font-weight: normal;
    478.     font-size: 8pt;
    479. }
    480.  
    481. .content_vote {
    482.     font-weight: normal;
    483.     font-size: 8pt;
    484. }
    485.  
    486.  
    487. a.bar:link, a.bar:visited {
    488.         color: Green; text-decoration: none; font-weight: normal;
    489.         font-family:  tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    490.         font-size: 10px;
    491.         }
    492.  
    493. a.bar:hover {
    494.         color: #A7CF43;
    495.          text-decoration: none;
    496.         }
    497.          
    498. .searchbox {
    499.     font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    500.     font-size: x-small;
    501.     color: #333333;
    502.     background: #FFFFFF;
    503.     border: 1px solid;
    504.     height: 18px;
    505.     line-height: 13px;
    506.     }
    507.    
    508. .title {
    509.     font: bold larger;
    510.     letter-spacing: 4px;
    511. }
    512.  
    513. a.pathway, a.pathway:visited {
    514.     font: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    515.     font-size: 11px;
    516.     color: Green;
    517.     }
    518.  
    519. a.pathway:hover {
    520.     font: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    521.     font-size: 11px;
    522.     color: #0099CC;
    523. }
    524. /*Main Orthodoxy CSS*/
    525.  
    526. .smallfont
    527. {
    528.     font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    529. }
    530. .tborder
    531. {
    532.     background: transparent;
    533.     color: #000000;
    534.     border: 1px solid #CBD1E0;
    535. }
    536. .thead
    537. {
    538.     background: #6D7687 repeat-x top left;
    539.     font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    540.     color: White;
    541.     padding-top : 2px;
    542.     padding-bottom : 2px;
    543.     padding-left : 6px;
    544.     margin-top : 2px;
    545.     margin-bottom : 2px;
    546.     }
    547. .thead a:link
    548. {
    549.     color: #FFCC66;
    550. }
    551. .thead a:visited
    552. {
    553.     color: #FFFFFF;
    554. }
    555. .thead a:hover, .thead a:active
    556. {
    557.     color: #FFFF00;
    558. }  
    559.  
    560. .vbmainwindow
    561. {
    562.     background : #FFFFFF;
    563. }
     
  9. AmmiAk
    Offline

    AmmiAk Укротитель браузеров

    Регистрация:
    25.07.2007
    Сообщения:
    629
    Симпатии:
    34
    Пол:
    Мужской
    Ответ: Как отключить красную строку?

    Скорее, переработал... ;) Отредактируй свойства атрибута "text-indent" внутри свойств селектора:
    Код (CODE):
    1. .contentpaneopen {
    2.   border : 0px solid White;
    3.   text-align : justify;
    4.   text-indent : 10px;
    5.   width : 100%;
    6. }
     
    uwn нравится это.
  10. Offline

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

    Регистрация:
    02.04.2008
    Сообщения:
    19
    Симпатии:
    0
    Ответ: Как отключить красную строку?

    о спасибо =)
    Ловим репку [!]
     

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

Загрузка...