Joomla 1.5 Косят название, тег и меню у новости, где и как примерно исправить?

Тема в разделе "Структура данных сайта", создана пользователем Wolfstalk, 21.09.2009.

  1. Wolfstalk
    Offline

    Wolfstalk Пользователь

    Регистрация:
    30.01.2009
    Сообщения:
    152
    Симпатии:
    4
    Пол:
    Мужской
    Вот скрин: ссылка
    Где это исправить? То есть поднять наверх новость паралельно меню?
     

    Вложения:

  2.  
  3. Fanamura
    Offline

    Fanamura Доброта

    Регистрация:
    12.03.2007
    Сообщения:
    5 094
    Симпатии:
    158
    Пол:
    Мужской
    Wolfstalk, у Вас центральный блок не помещается. Уменьшите его размер. Хотя я вижу, что он еще и смещен левее, чем надо. float:left рулит
     
  4. Wolfstalk
    Offline

    Wolfstalk Пользователь

    Регистрация:
    30.01.2009
    Сообщения:
    152
    Симпатии:
    4
    Пол:
    Мужской
    Как я понял это в css правится... если возможно, может кто нибудь ткнуть меня что именно тут исправить?%)
    Код (PHP):
    1. /* Allgemein */
    2. body {
    3.     color: #4f4f4f;
    4.     font-family: arial, helvetica, sans-serif;
    5.     font-size: 16px;
    6.     padding: 0px;
    7.     margin: 0px;
    8. }
    9. a {
    10.     color:#759e1a;
    11.     text-decoration:none;
    12. }
    13. a:hover {
    14.     text-decoration: underline;
    15. }
    16. a img {
    17.     border: none;
    18. }
    19. p {
    20.     margin: 10px 0px 15px 0px;
    21. }
    22. h1, h2, h3 {
    23.     padding: 10px 0;
    24.     margin: 0px;
    25. }
    26. h1 {
    27.     font-size: 1.5em;
    28. }
    29. h2 {
    30.     font-size: 1.4em;
    31. }
    32. h3 {
    33.     font-size: 1.2em;
    34. }
    35. h4 {
    36.     font-size: 1.0em;
    37.     padding: 5px 0;
    38.     margin: 0px;
    39. }
    40. /* Layout */
    41.  
    42. #wrapper {
    43.     margin: auto;
    44.     width: 940px;
    45. }
    46. #header {
    47.     height: 110px;
    48.     width: 100%;
    49. }
    50.  
    51. #slogan {
    52.     height: 30px;
    53.     font-size: 2.2em;
    54.     font-weight: bold;
    55.     padding: 40px 0px 0px 20px;
    56. }
    57.  
    58. #navbar {
    59.     height: 35px;
    60.     width: 100%;
    61. }
    62. #navleft {
    63.     max-width: 159px;
    64.     float: left;
    65. }
    66. #navright {
    67.     background: url(../images/nav_bg.png) no-repeat bottom left;
    68.     width: 754px;
    69.     height: 35px;
    70.     float: right;
    71.     margin-right: 27px;
    72. }
    73. #top, #topwide {
    74.     height: 18px;
    75.     width: 100%;
    76. }
    77. #top {
    78.     background: transparent url(../images/top.png) no-repeat;
    79. }
    80. #topwide {
    81.     background: transparent url(../images/top_wide.png) no-repeat;
    82. }
    83. #main {
    84.     background: #F5F5F5 url(../images/main_bg.png) repeat-y right top;
    85. height:;
    86.     height: 100%;
    87.     padding-bottom: 30px;
    88.     border-bottom: 1px solid #90c220;
    89. }
    90. #mainwide {
    91.     background: #ffffff url(../images/main_wide_bg.png) repeat-y right top;
    92.     height: 100%;
    93.     padding-bottom: 30px;
    94.     border-bottom: 1px solid #90c220;
    95. }
    96. #content {
    97.     width: 651px;
    98.     padding: 0px;
    99.     background: none;
    100.     float: left;
    101. }
    102. #mainwide #content {
    103.     width: 591px;
    104.     float: left;
    105.     padding: 0px 30px;
    106. }
    107. #rightcol {
    108.     width: 289px;
    109.     float: right;
    110. }
    111. #bottom1, #bottom2, #bottom3 {
    112.     color: #ffffff;
    113.     margin: 0px;
    114.     padding: 5px 10px 10px 10px;
    115.     width: auto;
    116.     height: 100%;
    117.     border-top: 1px solid #5b7b15;
    118. }
    119. #bottom1 {
    120.     background: #759e1a;
    121. }
    122. #bottom2 {
    123.     background: #759e1a url(../images/bottom2.png) repeat-y;
    124. }
    125. #bottom3 {
    126.     background: #759e1a url(../images/bottom3.png) repeat-y;
    127. }
    128. #user1_1, #user2_1, top_1 {
    129.     width: 890px;
    130.     padding: 0px 15px;
    131. }
    132. #user1_2, #user2_2, #top_2 {
    133.     width: 429px;
    134.     float: left;
    135.     padding: 0px 15px;
    136. }
    137. #user1_3, #user2_3 {
    138.     width: 290px;
    139.     float: left;
    140.     padding: 0px 15px;
    141. }
    142. #top_3, #gncopyright {
    143.     width: 249px;
    144.     float: right;
    145.     padding: 0px 10px 0px 20px;
    146. }
    147. #footer {
    148.     background: url(../images/footer_bg.png) repeat-x;
    149.     padding: 6px 10px 4px 10px;
    150.     width: auto;
    151.     height: 15px;
    152. }
    153. #usercopyright  {
    154.     color: #ffffff !important;
    155.     font-size: 10px;
    156.     text-decoration: none;
    157.     float: left;
    158.     padding: 0px 10px;
    159.     width: 600px;
    160. }
    161.  
    162. #usercopyright a {
    163.     color: #a4d426 !important;
    164. }
    165.  
    166. #gncopyright, #gncopyright a, #gncopyright a:hover {
    167.     color: #a4d426 !important;
    168.     font-size: 10px;
    169.     text-align: right;
    170.     text-decoration: none;
    171. }
    172. /* Joomla Meldungen */
    173.  
    174. #system-message {
    175.     margin:10px 1px 10px 160px;
    176.     padding: 5px !important;
    177.     background: #ffffff;
    178.     border:solid 0px;
    179. }
    180. #mainwide #system-message {
    181.     margin: 10px 0 10px 0;
    182. }
    183. #system-message dd {
    184.     margin: 0;
    185.     text-indent: 0px;
    186.     background: #ffffff;
    187.     padding:0;
    188. }
    189. #content #system-message dd ul {
    190.     color: #759e1a;
    191.     margin-bottom: 10px;
    192.     list-style: none;
    193.     padding: 5px;
    194.     border-top: 3px solid #a4d426;
    195.     border-bottom: 3px solid #a4d426;
    196. }
    197.  
    198. #content #system-message ul li {
    199.     background:none;
    200.     line-height:1.2em;
    201.     margin:0px;
    202.     padding:0px;
    203. }
    204.  
    205. #content #system-message dd.message ul {
    206.     background: #e8f4c9
    207. }
    208. #system-message dt.message, #system-message dt.error, #system-message dt.notice {
    209.     display: none;
    210. }
    211. #system-message dt.message, #system-message dd.error ul, #system-message dd.notice ul {
    212.     color: #759e1a;
    213.     background: #e8f4c9;
    214.     border-top: 3px solid #a4d426;
    215.     border-bottom: 3px solid #a4d426;
    216.     margin:0
    217. }
    218. /* Veralteter Browser */
    219.  
    220. #browser {
    221.     background: #e8f4c9;
    222.     color: #759e1a;
    223.     margin-bottom: 10px;
    224.     list-style: none;
    225.     padding: 5px;
    226.     margin: 0px 25px;
    227.     border: 3px solid #a4d426;
    228. }
    229. #browser a {
    230.     text-decoration: underline;
    231. }
    232. /* Tooltips */
    233.  
    234. .tool-tip {
    235.     float: left;
    236.     background: #ffc;
    237.     border: 1px solid #D4D5AA;
    238.     padding: 5px;
    239.     max-width: 200px;
    240.     text-align:left;
    241. }
    242. .tool-title, tooltip h4 {
    243.     padding: 0;
    244.     margin: 0;
    245.     font-size: 95%;
    246.     font-weight: bold;
    247.     margin-top: -15px;
    248.     padding-top: 15px;
    249.     padding-bottom: 5px;
    250.     background: url(../images_general/selector-arrow.png) no-repeat;
    251. }
    252. .tool-text, div.tooltip p {
    253.     font-size: 100%;
    254.     margin: 0;
    255. }
    256. /* Editor */
    257. .contentpaneopen_edit {
    258.     float: left;
    259. }
    260. .contentpaneopen_edit img {
    261.     border:0
    262. }
    263. .contentpane form {
    264.     padding: 0px;
    265.     margin: 0px;
    266. }
    267. form.editor {
    268.     background: #ffffff;
    269.     margin: 0px 1px;
    270. }
    271. form.editor legend {
    272.     font-weight:bold;
    273.     padding:2px;
    274. }
    275. form.editor fieldset {
    276.     border:solid 1px #d7d7d7;
    277.     padding: 10px 5px;
    278.     margin: 0px 5px;
    279. }
    280. form.editor .publishing label {
    281.     float:left;
    282.     width:14em;
    283. }
    284. form.editor .publishing div {
    285.     margin:5px 0;
    286. }
    287. form.editor .publishing .radio label {
    288.     float:none;
    289.     width:14em;
    290. }
    291. form.editor .publishing .radio label span {
    292.     float:left;
    293.     width:14em;
    294. }
    295. form.editor fieldset.metadata label {
    296.     float:none !important;
    297.     display:block;
    298. }
    299. .save {
    300.     text-align:right;
    301.     padding:10px 0;
    302. }
    303. /* Editor buttons */
    304. #editor-xtd-buttons {
    305.     padding: 5px;
    306. }
    307. .button2-left, .button2-right, .button2-left div, .button2-right div {
    308.     float: left;
    309. }
    310. .button2-left a, .button2-right a, .button2-left span, .button2-right span {
    311.     display: block;
    312.     height: 22px;
    313.     float: left;
    314.     line-height: 22px;
    315.     font-size: 11px;
    316.     color: #666;
    317.     cursor: pointer;
    318. }
    319. .button2-left span, .button2-right span {
    320.     cursor: default;
    321.     color: #999;
    322. }
    323. .button2-left .page a, .button2-right .page a, .button2-left .page span, .button2-right .page span {
    324.     padding: 0 6px;
    325. }
    326. .page span {
    327.     color: #000;
    328.     font-weight: bold;
    329. }
    330. .button2-left a:hover, .button2-right a:hover {
    331.     text-decoration: none;
    332.     color: #0B55C4;
    333. }
    334. .button2-left a, .button2-left span {
    335.     padding: 0 24px 0 6px;
    336. }
    337. .button2-right a, .button2-right span {
    338.     padding: 0 6px 0 24px;
    339. }
    340. .button2-left {
    341.     background: url(../images_general/j_button2_left.png) no-repeat;
    342.     float: left;
    343.     margin-left: 5px;
    344. }
    345. .button2-right {
    346.     background: url(../images_general/j_button2_right.png) 100% 0 no-repeat;
    347.     float: left;
    348.     margin-left: 5px;
    349. }
    350. .button2-left .image {
    351.     background: url(../images_general/j_button2_image.png) 100% 0 no-repeat;
    352. }
    353. .button2-left .readmore {
    354.     background: url(../images_general/j_button2_readmore.png) 100% 0 no-repeat;
    355. }
    356. .button2-left .pagebreak {
    357.     background: url(../images_general/j_button2_pagebreak.png) 100% 0 no-repeat;
    358. }
    359. /* Caption fixes */
    360. .img_caption.left {
    361.     float: left;
    362.     margin-right: 1em;
    363. }
    364. .img_caption.right {
    365.     float: right;
    366.     margin-left: 1em;
    367. }
    368. .img_caption.left p {
    369.     clear: left;
    370.     text-align: center;
    371. }
    372. .img_caption.right p {
    373.     clear: right;
    374.     text-align: center;
    375. }
    376. /* Calendar */
    377. a img.calendar {
    378.     width: 16px;
    379.     height: 16px;
    380.     margin-left: 3px;
    381.     background: url(../images_general/calendar.png) no-repeat;
    382.     cursor: pointer;
    383.     vertical-align: middle;
    384. }
    385. /* Clearen */
    386.  
    387. .clearfix:after, .moduletable:after {
    388.     content: ".";
    389.     display: block;
    390.     height: 0;
    391.     clear: both;
    392.     visibility: hidden;
    393. }
    394. .clearfix, .moduletable {
    395.     display: block;
    396. }
     
  5. Fanamura
    Offline

    Fanamura Доброта

    Регистрация:
    12.03.2007
    Сообщения:
    5 094
    Симпатии:
    158
    Пол:
    Мужской
    Wolfstalk, этот код ничего мне лично не даст, можно было бы живой сайт пощупать фаербагом
     
  6. Wolfstalk
    Offline

    Wolfstalk Пользователь

    Регистрация:
    30.01.2009
    Сообщения:
    152
    Симпатии:
    4
    Пол:
    Мужской
    большое спасибо, проблему помогли решить:)
     

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

Загрузка...