Suche im Forum:
Suchen


Autor Nachricht
Beitrag13.02.2017 um 15:15 (UTC)    
Titel: Automatische Verbreiterung Content löschen Iceblue[erledigt]

Hallo zusammen,
ich habe irgendwann mal das ganze so zurechtgebastelt, dass der Content je nach Monitorbreite breiter wird. Das würde ich gerne wieder "abschalten". Ich habe aber leider keine Ahnung, welche Codes ich wieder löschen muss...Sad

Code:
<style type="text/css">
<!--
table.edit_main_table{width: 100% !important;}
table.edit_main_table, table[height="102"]{margin: 0 auto;}
td.edit_main_tr{width: 100% !important;}
table.edit_second_table{width: 100% !important;}
 
td.edit_header_full{background-image:url(http://img.webme.com/pic/n/notstation/headernotstation.jpg);background-color:#a52a2a;width:
2000px; height: 104px;background-position: center top;border: 5px solid #a52a2a;} 

/* Bilder - Rahmen */
img.standard {
color: #A52A2A;
border-width: 5px;
border-style: solid;
}

/* Navigation Linkschrift */
td.nav a{
font-family: verdana;
font-size: 13px;
color: #000000;
text-decoration: none}

/* Navigation aktuelle Seite wird markiert */
tr.checked_menu td a{
 font-size: 13px;
 font-family: verdana;
 font-weight: bold;
 color: #000000;
 text-decoration: underline; }

/* Navigation gilt der gesamte Block statt nur der Text als Link */
td.nav a {display:block; }

/* Lücke in der Navigation hinter einem Menüpunkt */
#nav_NeueHeimat,
#nav_Schweiz,
#nav_Notstationabmelden,
#nav_Weristdas,
#nav_BesucherBuch
{
  padding-bottom: 10px;
  position: relative;
}
#nav_NeueHeimat:after,
#nav_Schweiz:after,
#nav_Notstationabmelden:after,
#nav_Weristdas:after,
#nav_BesucherBuch:after
{
  position: absolute;
  bottom: 0;
  left: 0;
  height: 10px;
  width: 220px;
  content: ".";
  color: transparent;
  background-image: url(http://img.webme.com/pic/n/notstation/background.jpg);
}

/* Titeltext über Seiteninhalt */
td.headline2 {
color: #ffffff;
font-size: 16px;
text-align:center
font-weight: bold;
font-family: verdana; }

/* Verbreiterung der rechten Boxen */
#sidebar_heading_1, #sidebar_heading_2, #sidebar_heading_3, #sidebar_heading_4, #sidebar_heading_5 {
width: 220px;
}

/* Rechte Boxen Ueberschrift */
td.sidebar_heading {
color:#ffffff;
font-size:14px;
font-wide: bold;
font-family:verdana ;
text-align:center;
}

/* Verbreiterung der Navigation */
td.edit_navi_headbg table {
width: 220px;
}


/* Verbreiterung Facebook Like Button */
td.shouty_facebook_like_button iframe {margin: 10px; width:190px!important;}


<!--
td.headline{visibility: hidden;}
-->


/* Textfarbe - Schriftart - Textgroesse */
div {
color: #000000;
font-size: 16px;
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;}

/* H1 Textfarbe - Schriftart - Textgroesse */
H1 {
color: #000000;
font-size: 24px;
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;}

/* H2 Textfarbe - Schriftart - Textgroesse  */
H2 {
color: #000000;
font-size: 22px;
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;}

/* H3 Textfarbe - Schriftart - Textgroesse  */
H3 {
color: #000000;
font-size: 18px;
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;}

/* H4 Textfarbe - Schriftart - Textgroesse  */
H4 {
color: #000000;
font-size: 12px;
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;}

a:link {
color: #a52a2a;
font-size: 16px;
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;}

a:visited {
color: #a52a2a;
font-size: 16px;
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;}

a:hover {
color: #ffffff;
font-size: 16px;
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;}



table.edit_third_table{width: 100% !important;}
td.edit_navi_headbg{width: 5% !important;}
table.edit_rechts_tabelle{width: 100% !important;}
td.edit_rechts_bottom{width: 5% !important;}
td.edit_rechts_cbg{width:100%;}

td.edit_main_tr{height: 0px !important;}
td.edit_rechts_cbg{height: 0px !important;}
td.edit_rechts_bottom{height: 0px !Important;}
td.edit_navi_headbg{height: 0px !important;}

td.edit_content{background-image:url(http://img.webme.com/pic/n/notstation/burlywood.jpg);background-color:#c0c0c0;border: 2px solid #a52a2a;}
 
td.nav:hover{background-image: url(http://img.webme.com/pic/n/notstation/hover.jpg);width:
185px;height: 33px;}

td.nav{background-image: url(http://img.webme.com/pic/n/notstation/navbutton.jpg);width:
185px;height: 33px;}

td.edit_below_nav img{visibility: hidden;}
td.edit_below_nav{background-image:  none;
background-position: center top;}

td.edit_rechts_cbg{background-image: none;border: 0px solid #ffffff;}

body{background-color:#343434;
background-image:url(http://img.webme.com/pic/n/notstation/background.jpg); }
body {background-attachment:fixed;border: 0px solid #c0c0c0;}

td.edit_rechts_sbg{background-image: none;border: 0px solid #ffffff;}

td.edit_rechts_bottom{background-image: none;border: 0px solid #ffffff;}

/* Rechte Boxen Formatierung */ 
td.shouty, td.shouty2, td.shouty3, td.shouty4, td.shouty5, td.shouty_facebook_like_button{
background-image:url(http://img.webme.com/pic/n/notstation/navbutton.jpg);
background-repeat:repeat;
font-family: verdana;font-size: 13px;
color:#000000;border: 0px solid #2D3738;}

td.edit_content_top,td.edit_content_top:hover{background-image:url(http://img.webme.com/pic/n/notstation/edit_content_top.png);height: 25px;text-align:center;}

td.edit_navi_headbg{background-image:url(URL);}
 
td.nav_heading{background-image:url(http://img.webme.com/pic/n/notstation/edit_content_top.png);height: 30px;}

td.sidebar_heading{background-image:url(http://img.webme.com/pic/n/notstation/edit_content_top.png);height: 30px;}

td.edit_rb_footer{background-image: none;height: 15px;}

td.edit_content_bottom2{background-image: none;height: 30px;}

td.edit_content_bottom{background-image:url(http://img.webme.com/pic/n/notstation/edit_content_top.png);height: 0px; width: 0px;border: 0px
solid #c0c0c0;background-position: center top;}

td.nav_heading{font-family: verdana;font-size: 12px;color: #ffffff;padding-left:26px;text-align: left;}



td.edit_content_main div{overflow: hidden!important;}


-->
</style>



EDIT - lag hier dran
Code:
/* Iceblue verbreitern, kann auf 100% statt px geändert werden */
table.edit_main_table{width: 1255px !important;}
td.edit_main_tr{width: 1255px !important;height: 0px !important;}
table.edit_second_table{width: 1255px !important;}
table.edit_third_table{width: 1255px !important;}

______________
Gruß von Sven von



Zuletzt bearbeitet von sifle am 14.02.2017, 15:35, insgesamt einmal bearbeitet
Beiträge der letzten Zeit anzeigen:   


Powered by phpBB © 2001, 2005 phpBB Group
Deutsche Übersetzung von phpBB.de