
Ich habe ein paar Dinge, die ich an meiner Seite umsetzen möchte.
Mit welchen ich jedoch allein überfragt bin.
1. Ich würde gerne Kommentare bei den downloads einfügen, doch dass Tutorial in den FAQs funktioniert nicht. Die dafür nötigen Codestellen sind nicht an der angegebenen Position.
2. Ich würde gerne für mein Forum die linke Seitennavigation entfernen und den vorhandenen neuen Platz dem Content Bereich zuweisen. Jedoch zerspringt das ganze Design, wenn ich die Stelle in der CSS entferne :-/
Wie ich dann aber eine neue css/index über die design.ini einbinde weiß ich.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 | @charset "utf-8" ; /* Mein Seite */ . left { float : left ; } . right { float : right ; } .break { clear : both ; } div#meine_seite { width : 1084px ; margin : 0 auto ; margin-top : 50px ; } body { background-color : #232323 ; background-image : url ( 'images/background.jpg' ) ; background-attachment : fixed ; background-position : 50% 0% ; background-repeat : no-repeat ; margin : 0 auto ; padding : 0 ; } #bg_header_navigation { float : left ; width : 1084px ; height : 314px ; border : none ; background-image : url (images/bg_header_navigation.jpg); } #bg_content { float : left ; width : 1084px ; border : none ; background-image : url (images/bg_content.jpg); background-repeat : repeat-y ; min-height : 150px ; } #bg_footer { float : left ; width : 1084px ; height : 56px ; border : none ; background-image : url (images/bg_footer.jpg); } #header_platz { float : left ; width : 1084px ; height : 145px ; border : none ; } #navigation_platz { float : left ; width : 1084px ; height : 56px ; border : none ; } .header { position : relative ; top : 7px ; left : 5px ; display : block ; width : 1073px ; height : 250px ; background : transparent url ( 'images/header.png' ) no-repeat top left ; overflow : hidden ; border : none ; } #navigation { position : relative ; top : 114px ; left : 5px ; width : 1074px ; height : 49px ; overflow : hidden ; border : none ; text-align : center ; } .navi_but { display :inline- block ; background : transparent url ( 'images/navigation_buttons.png' ) no-repeat top left ; width : 120px ; height : 49px ; border : none ; line-height : 49px ; text-align : center ; color : #A0A0A0 ; font-family : desdemona- black ; font-size : 12px ; font-weight : bold ; margin-right : 3px ; } .navi_but:hover { background : transparent url ( 'images/navigation_buttons.png' ) no-repeat bottom right ; color : #fff ; } #linke_box { width : 229px ; float : left ; } #content_bereich { width : 626px ; float : left ; } #rechte_box { width : 229px ; float : left ; } #menu_links_oben { background : url (images/menu_oben_links.jpg); width : 229px ; height : 41px ; display : block ; color : #810000 ; font-family : desdemona- black ; font-size : 18px ; float : left ; text-align : center ; line-height : 41px ; } #menu_links_mitte { width : 229px ; border : none ; text-align : center ; background : url (images/menu_mitte_links.jpg); background-repeat : repeat-y ; min-height : 5px ; } #menu_links_unten { background : url (images/menu_unten_links.jpg); background-repeat : no-repeat ; float : left ; width : 229px ; height : 6px ; border : none ; margin-bottom : 4px ; } .box_in { width : 209px ; float : left ; padding-top : 5px ; padding-left : 10px ; padding-right : 10px ; padding-bottom : 5px ; color : #c4c4c4 ; max-width : 209px ; overflow : hidden ; text-align : center ; font-family : Verdana , Arial ; font-size : 12px ; } .content_in { width : 600px ; float : left ; padding-top : 5px ; padding-left : 13px ; padding-right : 13px ; padding-bottom : 5px ; color : #c4c4c4 ; max-width : 600px ; overflow : hidden ; text-align : left ; font-family : Verdana , Arial ; font-size : 12px ; } @font-face { font-family : desdemona- black ; font-weight : normal ; font-style : normal ; src : url ( 'font/desdemona-black.otf' ); } #menu_rechts_oben { font-family : desdemona- black ; font-size : 18px ; color : #810000 ; background : url (images/menu_oben_rechts.jpg); width : 229px ; height : 41px ; display : block ; float : left ; text-align : center ; line-height : 41px ; } #menu_rechts_mitte { width : 229px ; border : none ; text-align : left ; background : url (images/menu_mitte_rechts.jpg); background-repeat : repeat-y ; min-height : 5px ; } #menu_rechts_unten { background : url (images/menu_unten_rechts.jpg); background-repeat : no-repeat ; float : left ; width : 229px ; height : 6px ; border : none ; margin-bottom : 4px ; } .footer_in { width : 1084px ; max-height : 100px ; float : left ; padding-top : 30px ; color : #c4c4c4 ; text-align : center ; font-family : Verdana , Arial ; font-size : 12px ; } .vertikales_menu { display :inline- block ; background : transparent url ( 'images/vertikales_menu.png' ) no-repeat top left ; width : 209px ; height : 25px ; border : none ; line-height : 25px ; text-align : center ; color : #A0A0A0 ; font-family : desdemona- black ; font-size : 12px ; font-weight : bold ; margin-bottom : 1px ; } .vertikales_menu:hover { background : transparent url ( 'images/vertikales_menu.png' ) no-repeat bottom right ; color : #fff ; } #allianzbox { position : relative ; top : 7px ; left : 5px ; display : block ; width : 1073px ; height : 31px ; overflow : hidden ; border : none ; } |
3. Bei den fertigen ilch-Inhalten (news, downloads, forum ) wird in der oberen linken Ecke eine Seitenposition angezeigt, kann ich das auch bei selfpages anzeigen lassen ? Bei den news wäre das folgende Codestelle :
1 | < div id = "content_bereich" class = "content_in" >News< br >< br >< style type = "text/css" > |
Vielen Dank für eure Hilfe !

verwendete ilch Version: 1.1 P
betroffene Homepage: bloodline.eu/news