hi,
ich nutze das theme "aqua blue" und scheitere an der css-datei. kann mir bitte jemand sagen, wie ich das theme anpassen muss, damit der content breiter wird? also der bereich der postings soll etwas breiter werden. es geht grade mal um 80 pixel:
gekürzt:
Code
/* Theme Information
Theme Name: Aqua Blue
Theme URI: http://www.themespanel.com/aqua-blue-theme/
Description: A theme with 2 columns and right sidebar. Theme options include Twitter and feed integration, advanced automatic thumbnails, custom style and more. Custom menu and Ad-sense ready. Tested on WP 3.0 using Firefox, IE7, IE8, Google Chrome, Safari and Opera.
Version: 2.02
Author: ThemesPanel.com
Author URI: http://www.ThemesPanel.com/
Tags: two-columns, blue, fixed-width, right-sidebar, theme-options, threaded-comments, sticky-post
Theme Support: Please leave your theme related issues in the comment section found at http://www.themespanel.com/aqua-blue-theme/
*/
@import url("includes/css/css_reset.css");
/* [ Basic HTML ] */<!-- -->
body {
font-size: 12px;
font-family: Arial, Helvetica, Sans-Serif;
color:#17586D;
background:#175E92 url('images/bg_repeat.jpg') repeat-y center top;
}
a { color:#17586D; text-decoration:none;}
a:hover { color:#EE5003; text-decoration:underline;}
h1 {font-size:30px;}
h2 {font-size:26px;}
h3 {font-size:21px;}
h4 {font-size:17px;}
h5 {font-size:14px;}
h6 {font-size:12px;}
hr { height:1px; border:none; border-top:1px dashed #17586D; width:95%; }
del { color:red; }
ins { color:green; }
code { font:1.1em 'Courier New', Courier, Fixed; }
blockquote {
clear:left;
text-align:justify;
padding:0px 0px 0px 22px;
margin:10px 10px 10px 10px;
border-left:2px solid #17586D;
}
input,select,textarea {
font-size:12px;
font-family:Arial, Helvetica, Sans-Serif;
}
ol { list-style:decimal; }
ul { list-style:disc; }
li { margin-left:20px; }
p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset {
margin-bottom:20px;
}
/* [ Predefined Class ] */<!-- -->
.alignleft { float:left; }
.alignright { float:right; }
.aligncenter {
display:block;
margin-left:auto;
margin-right:auto;
}
img.alignleft {
margin:0 8px 8px 0;
display:inline;
}
img.alignright {
margin:0 0 8px 8px;
display:inline;
}
img.centered {
display:block;
margin-left:auto;
margin-right:auto;
}
.clear { clear:both; }
.spacer { height:30px; }
.hide-div { display:none; }
/* .indent{ display:block; font-size:1%; line-height:0; text-align:left; text-indent:-10000px; } */
/* [ Layout ] */<!-- -->
#bg_top{
background:url('images/bg_top.jpg') no-repeat center top;
}
#bg_btm{
background:url('images/bg_bottom.jpg') no-repeat center bottom;
}
#base {
position:relative;
margin:0px auto;
width:980px;
background:url('images/bg_center_repeat.jpg') repeat-y center top;
}
#header {
position:relative;
height:280px;
background:url('images/bg_header.jpg') no-repeat center top;
}
#container {
overflow:hidden;
width:980px;
background:url(images/bg_container_top.jpg) no-repeat top center;
}
#menubar {
position:absolute;
bottom:0px;
left:-2px;
width:800px;
height:36px;
}
#content {
float:left;
display:inline;
overflow:hidden;
width:655px;
margin:4px 0 0 23px;
padding:13px 0px 0 0px;
}
#featured {
padding:30px 0px 0px 0px;
margin:0;
}
#sidebar {
float:right;
overflow:hidden;
display:inline;
width:280px;
padding:0;
margin:0 10px 0 0px;
}
#footer {
overflow:hidden;
color:#FFF;
font-size:12px;
line-height:1.1em;
height:42px;
padding:390px 365px 0 35px;
background:url('images/bg_footer.jpg') no-repeat center bottom;
}
#footer a {
color:#FFF;
}
/* [ Header ] Blog Title, Description */<!-- -->
#blog_name {
position:relative;
width:700px;
font-family:Arial, Helvetica, Sans-Serif;
font-size:40px;
font-weight:bold;
padding:85px 0 10px 210px;
margin:0;
text-shadow: #523013 0px 0px 2px;
}
#blog_name a, #blog_name a:hover {
font-family:Arial, Helvetica, Sans-Serif;
color:#004B7C;
text-decoration:none;
}
#blog_desc {
position:relative;
width:650px;
font-family:Arial, Helvetica, Sans-Serif;
font-size:14px;
color:#3B7B8C;
font-weight:normal;
padding:0px 0 5px 220px;
margin:0;
text-shadow: #523013 0px 0px 2px;
}
#header .indent {
display:block; font-size:1%; line-height:0; text-align:left; text-indent:-10000px;
}
#header .home {
position:absolute;
margin:0px;
padding:0px;
left:0px;
top:0px;
width:800px;
height:240px;
}
/* [ Container ] Search Box */<!-- -->
.mainsearch {
overflow:hidden;
width:256px;
height:74px;
margin:10px 0 10px 10px;
background:url('images/bg_search.png') no-repeat 0px 0;
}
.mainsearch .keyword {
width:162px;
height:20px;
margin:26px 0 0 66px;
font-size:14px;
line-height:20px; /* fix ie8 */
font-family:Arial, Helvetica, Sans-Serif;
font-weight:bold;
text-transform:uppercase;
color:#293A28;
border:none;
background:transparent;
}
.mainsearch .submit {
position:absolute;
cursor:pointer;
border:none;
top:20px;
left:20px;
height:40px;
width:40px;
background:transparent;
}
/* [ RSS ] */<!-- -->
.rss {
position:absolute;
overflow:hidden;
display:block;
top:207px;
left:805px;
width:67px;
height:67px;
background:url('images/bg_rss.png') no-repeat 0 0;
}
.rss:hover {
background:url('images/bg_rss.png') no-repeat 0 -67px;
}
/* [ Twitter ] */<!-- -->
.twitter {
position:absolute;
top:194px;
left:880px;
display:block;
width:59px;
height:78px;
background:url('images/bg_twitter.png') no-repeat 0 0;
overflow:hidden;
}
.twitter:hover {
background:url('images/bg_twitter.png') no-repeat 0 1px;
}
/* [ Menu ] Level 1 */<!-- -->
#access {
position:absolute;
list-style:none;
width:800px;
height:36px;
margin:0;
padding:0;
}
#access a {
height:36px;
display:block;
text-decoration:none;
color:#000000;
padding:0 10px;
line-height:30px;
text-transform:uppercase;
text-decoration:none;
background:url(images/bg_menu_item.png) no-repeat 0 0;
}
#access .menu-header,
div.menu {
font-size:13px;
margin-left:12px;
}
#access .menu-header ul,
div.menu ul {
list-style:none;
margin:0;
}
#access .menu-header li,
div.menu li {
float:left;
position:relative;
font-size:11px;
font-family:Verdana, Arial, Helvetica, Sans-Serif;
font-weight:bold;
}
#access li {
margin-left:0;
}
#access li:hover > a {
color:#AC5C6F;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
color:#000;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
color:#000;
}
/* [ Menu ] Level 2 */<!-- -->
#access ul ul {
visibility:hidden;
position:absolute;
top:95%;
left:0%; /* fix ie7 */
border-top:1px solid #828C90;
border-left:1px solid #828C90;
border-right:1px solid #828C90;
z-index:9999;
}
#access ul ul a {
background:#E3F5F7;
height:auto;
line-height:1em;
padding:10px;
width:180px;
border-bottom:1px solid #828C90;
}
#access ul li:hover > ul {
display:block;
visibility:visible;
}
#access ul ul :hover > a {
color:#AC5C6F;
}
#access ul ul li {
}
/* level 3*/
#access ul ul ul {
left:100%;
top:-1px;
}
/* [ Content ] Post */<!-- -->
.post, #content .page {
overflow:hidden;
width:655px;
margin:0 0 20px 0px;
background:url('images/bg_post_title.jpg') no-repeat;
Alles anzeigen