zoeken in css waar breedte staat

Status
Niet open voor verdere reacties.

Kneisel

Gebruiker
Lid geworden
6 feb 2007
Berichten
75
Hallo.

Zou iemand me kunnen zeggen, waar ik iets moet veranderen in de css van mijn wordpress template? zoals je kunt zien stond er eerst een sidebar, maar ik wil dat te content links begint dan waar het nu staat.

Voorbeeld: http://fs.dotbas.net/wp/

De CSS:

Code:
/*
Theme Name: 3cWPTP
Theme URI: http://www.wpthemesplugin.com
Description: 3cWPTP is a 3 column bright green and blue theme
Author: Moses Francis
Theme made free by romow.com
valid xhtml 1.0 transitional and fully coded to valid css 2.1 and 3.0
*/

body {
	background-color: #99CCFF;
	margin: 0px;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(images/g_fixed.jpg);
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 70%;
	color: #838383;
	font-weight: 400;
}
#wrap {
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#contain {
	margin: 0px;
	float: left;
	width: 940px;
}
#header {
	float: left;
	height: 100px;
	width: 940px;
}
.search_box {
	float: right;
	height: 100px;
	width: 400px;
}
.site_header {
	float: left;
	height: 100px;
	width: 400px;
}
.logo {
	float: left;
	height: 52px;
	width: 200px;
	padding-top: 15px;
	padding-left: 15px;
	margin: 0px;
}
.logo img {
	border: 1px solid #FFFFFF;
}
.search_tag p {
	float: left;
	margin-top: 22px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}

.search_tag {
	background-image: url(images/search.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 77px;
	padding-top: 20px;
	background-position: right bottom;
	width: 304px;
	padding-left: 60px;
}
.texxysearch {
	width: 225px;
	border: 1px solid #FFFFFF;
	float: left;
	font-size: 1.1em;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	color: #333333;
	height: 20px;
}
#content {
	float: left;
	width: 940px;
	padding-top: 15px;
	padding-bottom: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.footer_menu {
	width: 900px;
	float: left;
	padding-right: 19px;
	padding-left: 19px;
	padding-top: 10px;
}
.footer_right {
	float: right;
	width: 300px;
}
.footer_left {
	float: left;
	width: 300px;
}
.footer_middle {
	float: left;
	width: 300px;
}

#footer {
	float: left;
	width: 938px;
	border: 1px solid #3D83A9;
	padding: 0px;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer h4 {
	float: left;
	width: 260px;
	padding-right: 15px;
	font-size: 1.7em;
	color: #FFFFFF;
	font-weight: 400;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #408CB3;
}
#footer ul {
	float: left;
	width: 300px;
	margin: 0px;
	list-style-type: none;
	text-align: left;
	padding: 0px;
}
#footer li {
	text-align: left;
	color: #CCCC99;
	font-size: 11px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	width: 278px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 12px;
	clear: both;
	background-image: url(images/v.gif);
	background-repeat: no-repeat;
	background-position: 1px 6px;
}
#footer li a:link, #footer li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer li a:hover, #footer li a:active {
	color: #CCCC99;
	text-decoration: underline;
}
.footer_links {
	float: left;
	width: 938px;
	background-color: #408CB3;
	background-image: url(images/footer_im.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 30px;
}
.footer_copyright {
	float: left;
	width: 938px;
	background-color: #003955;
	height: 50px;
}
.footer_copyright a:link,  .footer_copyright a:visited {
	color: #CCCC99;
	text-decoration: underline;
}
.footer_copyright a:hover, .footer_copyright a:active {
	color: #CCCC99;
	text-decoration: none;
}

.footer_copyright p {
	color: #FFFFFF;
	text-align: left;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.right_fc {
	float: right;
	height: 50px;
	width: 480px;
	font-size: 11px;
	line-height: 50px;
	color: #FFFFFF;
}
.left_fc {
	float: left;
	width: 400px;
	height: 43px;
	padding-left: 8px;
	padding-top: 7px;
}




#navigator {
	float: left;
	width: 920px;
	padding-right: 10px;
	padding-left: 0px;
	background-image: url(images/nav.jpg);
	background-repeat: no-repeat;
	height: 46px;
	margin-top: 15px;
	background-position: left center;
}
.rss_feed {
	float: left;
	width: 95px;
	height: 25px;
	padding-top: 5px;
	background-image: url(images/rss.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 1.6em;
	text-align: center;
	color: #99CC00;
	margin: 0px;
	padding-right: 5px;
}

.navigator_menu {
	float: left;
	height: 25px;
	width: 800px;
	padding-top: 5px;
	padding-left: 10px;
}
.navigator_menu ul {
	text-align: left;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 800px;
	list-style-type: none;
}
.navigator_menu li {
	font-size: 1.5em;
	color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: inline;
}
.navigator_menu li a:link, .navigator_menu li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.com {
	float: left;
	width: 470px;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	line-height: 18px;
	color: #838383;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.left_com {
	float: left;
	height: 60px;
	width: 55px;
}
.right_com {
	float: left;
	width: 410px;
	text-align: left;
	padding: 0px;
	font-size: 10px;
}
.avatar {
	float: left;
	height: 50px;
	width: 50px;
}

.navigator_menu li a:hover, .navigator_menu li a:active {

	color: #99CC00;
	text-decoration: none;
}
.rss_feed a:link, .rss_feed a:visited {

	color: #99CC00;
	text-decoration: none;
}
.rss_feed a:hover, .rss_feed a:active {


	color: #FFFFFF;
	text-decoration: none;
}
#right {
	float: right;
	width: 210px;
	padding-right: 20px;
}
.top_right {
	background-image: url(images/top_right.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
	height: 15px;
	width: 210px;
}
#sidebar {
	background-image: url(images/mid_right.jpg);
	background-repeat: repeat-y;
	float: left;
	width: 210px;
}
.wrap_widget {
	float: left;
	width: 192px;
	padding-right: 9px;
	padding-left: 4px;
}
.title {
	float: left;
	width: 192px;
	background-image: url(images/title.gif);
	background-repeat: no-repeat;
	height: 38px;
	background-position: left center;
}
.title h2 {
	float: left;
	width: 182px;
	padding-left: 10px;
	font-size: 1.6em;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 30px;
	text-align: left;
	margin: 0px;
}
.wrap_widget ul {
	text-align: left;
	float: left;
	width: 192px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding: 0px;
}
.wrap_widget ul ul {
	text-align: left;
	float: left;
	padding-left: 2px;
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width: 177px;
}

.wrap_widget li {
	width: 183px;
	padding-left: 9px;
	text-align: left;
	color: #666666;
	background-image: url(images/dot.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	clear: both;
}
.wrap_widget li a:link, .wrap_widget li a:visited {
	color: #838383;
	text-decoration: none;
}
.wrap_widget li a:hover, .wrap_widget li a:active {
	color: #838383;
	text-decoration: underline;
}
.wrap_widget p {
	clear: both;
	margin: 0px;
	text-align: justify;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-size: 11px;
}




.bottom_right {
	background-image: url(images/bottom_right.gif);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
	height: 15px;
	width: 210px;
	font-size: 1.7em;
	color: #FFFFFF;
}

#left {
	float: left;
	width: 701px;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 5px;
}
#post {
	background-image: url(images/mid.jpg);
	background-repeat: repeat-y;
	float: left;
	width: 701px;
}
#left_top {
	float: left;
	width: 701px;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	height: 15px;
	background-position: right;
}
#left_bottom {
	float: left;
	width: 701px;
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
	height: 15px;
	background-position: top;
	margin: 0px;
	padding: 0px;
}
#index_post {
	margin: 0px;
	float: right;
	width: 470px;
	color: #333333;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.post_meta {
	float: left;
	width: 470px;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}
.post_title {
	float: right;
	width: 405px;
	margin: 0px;
	padding: 0px;
}
.post_title h1 {
	margin: 0px;
	float: left;
	width: 400px;
	padding-top: 5px;
	padding-bottom: 3px;
	text-align: left;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 1.8em;
	color: #0DC2FF;
	letter-spacing: -1px;
	line-height: 18px;
}
.post_title h1 a:link, .post_title h1 a:visited {
	text-decoration: none;
	color: #0DC2FF;
}
.post_title h1 a:hover, .post_title h1 a:active {
	text-decoration: underline;
	color: #99FF33;
}

.post_title p {
	text-align: left;
	margin: 0px;
	font-size: 12px;
	color: #666666;
	clear: both;
}
.author {
	float: left;
	width: 400px;
	font-size: 10px;
	color: #838383;
}
.incat {
	float: left;
	width: 400px;
	font-size: 10px;
	color: #838383;
}




.post_meta_tag {
	margin: 0px;
	float: left;
	width: 470px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.post_date {
	float: left;
	height: 63px;
	width: 59px;
	background-image: url(images/datetime.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.date_post {
	float: left;
	width: 55px;
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 400;
	padding-top: 10px;
	padding-left: 4px;
}
.month_post {
	float: left;
	width: 52px;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	padding-left: 7px;
}
.post_info {
	text-align: left;
	float: left;
	width: 470px;
	line-height: 20px;
	color: #838383;
	padding-top: 15px;
	padding-bottom: 15px;
}
.post_info a:link, .post_info a:visited {
	color: #3399FF;
	text-decoration: underline;
}
.post_info a:hover, .post_info a:active {
	color: #3399FF;
	text-decoration: none;
}

.post_info p {
	text-align: left;
	padding: 0px;
	clear: both;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.post_info img {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #F2F2F2;
	border-bottom-color: #F2F2F2;
	border-left-color: #FFFFFF;
}
.post_info blockquote {
	clear: both;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 25px;
	background-image: url(images/quote.png);
	background-repeat: no-repeat;
	background-position: left 3px;
}

.post_comment {
	float: left;
	width: 470px;
}
.submit_com {
	float: right;
	height: 20px;
	width: 115px;
	background-image: url(images/coms.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	line-height: 20px;
	text-align: center;
	color: #3366FF;
	padding: 0px;
	background-position: left;
}
.submit_com a:link, .submit_com a:visited {
	color: #0099FF;
	text-decoration: none;
}
.submit_com a:hover, .submit_com a:active {

	color: #0099FF;
	text-decoration: underline;
}
.post_info code {
	clear: both;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 8px;
	display: block;
	text-align: justify;
	font-family: "Lucida Grande", Arial;
	font-size: 11px;
	border: 1px dashed #E5E5E5;
}
.comment_template {
	float: left;
	width: 470px;
	margin-top: 35px;
}
.comment_template p {
	text-align: left;
	padding: 0px;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	font-size: 11px;
	color: #838383;
}


.comment_template a:link, .comment_template a:visited {
	color: #33CCFF;
	text-decoration: none;
}
.comment_template h3 {
	margin: 0px;
	float: left;
	width: 470px;
	text-align: right;
	font-size: 2em;
	color: #CCCCCC;
	font-weight: bold;
	padding: 0px;
}
.post_stats {
	float: left;
	width: 470px;
	font-size: 11px;
	color: #999999;
	margin-bottom: 25px;
}
.comment_template a:hover, .comment_template a:active {
	color: #99FF33;
	text-decoration: none;
}
.right_com a:link, .right_com a:visited {

	color: #666666;
	text-decoration: underline;
}
.right_com a:hover, .right_com a:active {


	color: #666666;
	text-decoration: none;
}
.post_title a:link, .post_title a:visited {

	text-decoration: none;
	color: #666666;
}
.post_title a:hover, .post_title a:active {

	text-decoration: underline;
	color: #3399FF;
}
.texxybox {
	border: 1px solid #CCCCCC;
	width: 150px;
	color: #999999;
	padding-left: 3px;
}
.texxyarea {
	height: 200px;
	width: 400px;
	border: 1px solid #CCCCCC;
	color: #999999;
	padding-left: 3px;
	padding-top: 2px;
}
.comment_template h6 {
	float: left;
	width: 460px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 1.3em;
	color: #666666;
}
#wp-calendar {
	empty-cells: show;
	width: 190px;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	text-align: center;
	float: left;
	padding: 0px;
	background-color: #FAFEED;
	border: 1px solid #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

#wp-calendar a:link, #wp-calendar a:visited {
	text-decoration: none;
	color: #3399FF;
	font-size: 12px;
}
#wp-calendar a:hover, #wp-calendar a:active {
	text-decoration: underline;
	color: #96C40D;
	font-size: 12px;
}
#wp-calendar caption {
	text-align: center;
	font-size: 1.3em;
	color: #FFFFFF;
	font-weight: normal;
	padding: 0px;
	width: 191px;
	background-color: #9ECC15;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#wp-calendar th {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#wp-calendar #next a {
	text-align: left;
	font-size: 12px;
	color: #3399FF;
	text-decoration: none;
	float: right;
}

#wp-calendar #prev a {
	text-align: left;
	font-size: 12px;
	color: #94C10A;
	text-decoration: none;
	float: left;
}
#wp-calendar td {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#wp-calendar tf {
	margin: 0px;
	padding: 0px;
}
#flick {
	text-align: left;
	margin: 0px;
	float: left;
	width: 190px;
	list-style-type: none;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 2px;
}
#flick ul {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 180px;
	text-align: left;
	list-style-type: none;
}

#flick li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	height: 35px;
	width: 35px;
	display: inline;
}
#flick li img {
	height: 32px;
	width: 32px;
	border: 1px solid #8FBD05;
}
.nextpre {
	float: left;
	width: 470px;
	font-size: 12px;
	color: #666666;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#index_post h3 {
	float: left;
	width: 470px;
	font-size: 1.6em;
	color: #CC3333;
	font-weight: normal;
}

.nextpre a:link, .nextpre a:visited {
	color: #33CCFF;
	text-decoration: none;
}
.nextpre a:hover, .nextpre a:active {
	color: #93C109;
	text-decoration: none;
}
.comment_template blockquote {

	clear: both;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 25px;
	background-image: url(images/quote.png);
	background-repeat: no-repeat;
	background-position: left 3px;
}
.comment_template code {
	clear: both;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 8px;
	display: block;
	text-align: justify;
	font-family: "Lucida Grande", Arial;
	font-size: 11px;
	border: 1px dashed #E5E5E5;
}
.wrap_widget ul ul li {
	width: 170px;
	padding-left: 9px;
	text-align: left;
	color: #666666;
	font-size: 1.1em;
	background-image: url(images/dot.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	clear: both;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.comment_template form {
	margin: 0px;
	float: left;
	width: 450px;
	padding: 0px;
}
 
Status
Niet open voor verdere reacties.
Terug
Bovenaan Onderaan