zurück zur Startseite
  


Zurück XHTMLforum > (X)HTML und CSS > CSS
Seite neu laden CSS von Plugin beisst!

Antwort
 
LinkBack Themen-Optionen Ansicht
  #1 (permalink)  
Alt 28.09.2012, 17:44
Neuer Benutzer
neuer user
Thread-Ersteller
 
Registriert seit: 28.09.2012
Beiträge: 1
expand befindet sich auf einem aufstrebenden Ast
Standard CSS von Plugin beisst!

Hat jemand etwas Zeit mir weiter zu helfen? Sitze schon 2 Tage am gleichen Problem und steh langsam wirklich an!

Wordpress Website, welche ein einfaches Hover Menu hat, inkl. flat out Menu Punkt. Es funktioniert alles einwandfrei bis auf der Page bei welcher ich ein Plugin drin hab! Zuerst habe ich gedacht das im Plugin eine gleiche Klasse o.Ä. besteht. aber bin ich bin felsenfest davon überzogen das es nicht so ist!

Hier das Menu:
Code:
/* navigation */
.navigation {width:100%;}
#nav {
	margin:0;
	width:100%;
	font:bold 19px/21px Lusitana, "Times New Roman", Times, serif;
}
#nav:after {
	content:"";
	display:block;
	clear:both;
}
#nav > li {
	float:left;
	list-style:none;
	border-left:1px solid #d6d2d0;
	padding:1px 22px;
	background: url(images/none.gif) no-repeat;
}
#nav > li:first-child {border-style:none;}
#nav > li > a {
	float:left;
	color:#666;
	position:relative;
}
#nav > li > a:before {
	display:none;
	position:absolute;
	top:1px;
	right:-10px;
	z-index:11;
	content:"";
	width: 0;
	height: 0;
	border-bottom: 9px solid #b0681f;
	border-right: 10px solid transparent;
}
#nav > li.hover,
#nav > li.animated,
#nav > li.active {z-index:10; }
#nav > li.hover > a,
#nav > li.animated > a,
#nav > li.active > a {
	color:#fafafa;
	background:#ea8a2a;
	-webkit-border-radius:0 0 8px 8px;
	border-radius:0 0 8px 8px;
	margin:-26px -23px -7px;
	padding:26px 23px 7px;
	text-decoration:none;
	position:relative;
	z-index:10;
}
#nav > li.hover > a:before,
#nav > li.animated > a:before,
#nav > li:hover > a:before,
#nav > li.active > a:before {display:block;}
#nav > li.hover,
#nav > li.animated {
	border-style:none;
	padding-left:23px;

}
#nav > li:first-child.hover {padding-left:22px;}
#nav > li.animated:first-child {padding-left:22px;}
#nav > li.hover .drop,
#nav > li.animat .drop {left:auto;}
Hier das CSS vom Plugin...
Code:
@font-face {
	font-family: 'Pictos';
	src: url('/pictos/pictos-web.eot');
	src: local('☺'), url('pictos/pictos-web.woff') format('woff'), url('pictos/pictos-web.ttf') format('truetype'), url('pictos/pictos-web.svg#webfontIyfZbseF') format('svg');
	font-weight: normal;
	font-style: normal;
}

.icon34{float:left;height:34px;margin:7px 8px 0 0;width:36px; background-image:url('../images/icon32.png');}

.assets_container {
	min-width: 780px;
	width: 98%;
	display: block;
}

div.segmented-buttons {
	clear: both;
	overflow: hidden;
}

div#btn_video_mode.link {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	float: left;
	padding: 5px 10px;
	margin: 0;
	cursor: pointer;
	background-color: rgb(220,220,220);
	background-image: -webkit-gradient(linear, left top, left bottom, to(rgb(220,220,220)), from(rgb(198,198,198)));
	background-image: -webkit-linear-gradient(top, rgb(220,220,220), rgb(198,198,198));
	background-image: -moz-linear-gradient(top, rgb(220,220,220), rgb(198,198,198));
	background-image: -o-linear-gradient(top, rgb(220,220,220), rgb(198,198,198));
	background-image: -ms-linear-gradient(top, rgb(220,220,220), rgb(198,198,198));
	background-image: linear-gradient(top, rgb(220,220,220), rgb(198,198,198));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgb(220,220,220)', EndColorStr='rgb(198,198,198)');
	border: 1px solid #dfdfdf;
}

div#btn_video_mode.link.selected {
	background-color: #f1f1f1;
	background-image: none;
	font-weight: normal;
	border-bottom: 1px solid #f1f1f1;
}

div#btn_images_mode.link {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	float: left;
	padding: 5px 10px;
	margin: 0 5px 0 0;
	cursor: pointer;
	background-color: rgb(220,220,220);
	background-image: -webkit-gradient(linear, left top, left bottom, to(rgb(220,220,220)), from(rgb(198,198,198)));
	background-image: -webkit-linear-gradient(top, rgb(220,220,220), rgb(198,198,198));
	background-image: -moz-linear-gradient(top, rgb(220,220,220), rgb(198,198,198));
	background-image: -o-linear-gradient(top, rgb(220,220,220), rgb(198,198,198));
	background-image: -ms-linear-gradient(top, rgb(220,220,220), rgb(198,198,198));
	background-image: linear-gradient(top, rgb(220,220,220), rgb(198,198,198));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgb(220,220,220)', EndColorStr='rgb(198,198,198)');
	border: 1px solid #dfdfdf;
}

div#btn_images_mode.link.selected {
	background-color: #f1f1f1;
	background-image: none;
	font-weight: normal;
	border-bottom: 1px solid #f1f1f1;
}

.assets_control_bar {
	background: #f1f1f1;
	border: 1px solid #dfdfdf;
	margin: 5px 0 0 0;
	overflow: hidden;
	padding: 5px;
	width: 97%;
	min-width: 748px;
	min-height: 0;
}

.assets_container #video_uploader_area,
div#uploader {
	width: 96%;
	min-width: 748px;
	border: 1px solid #dfdfdf;
	margin-top: -1px;
	background: #f1f1f1;
	padding: 15px 15px;
	overflow: hidden;
}

.assets_container #video_uploader_area {
	display: none;
}

.plupload_container {
	padding: 0;
	margin: 0;
}

.plupload_header_content {
	background: #f1f1f1;
	background-image: none;
	padding: 0;
	margin: 0;
	min-height: 40px;
}

.plupload_header_title, .plupload_header_text {
	padding: 0;
	margin: 0;
	background: transparent;
	color: #000;
}

.plupload_header {
	background: none;
}

.assets_control_bar select {
	padding: 0;
	margin: 0;
	height: 24px;
	font-size: 12px !important;
}

.assets_control_bar span {
	
}

.assets_control_bar span.b {
	font-weight: bold;
	margin: 0 10px 0 0 !important;
}

.wrap.assets_control_bar div.l input {
	line-height: 24px;
	vertical-align: baseline;
}

.assets_control_bar .pages span {
	float: left;
	display: inline-block;
	width: 15px;
	margin: 0px 2px 0px 0px;
	cursor: pointer;
	color: #333;
	text-align: center;
	padding: 2px;
	background-color: #ededed;
}

.assets_control_bar .pages span.selected {
	background: white;
	color: black;
	font-weight: bold;
}

.assets_control_bar .pages span.txt {
	background: white;
	color: black;
	font-weight: normal;
	cursor: auto;
}

.assets_control_bar .pages span.txt input[type=text] {
	width: 100%;
	border: 1px solid lightgray;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	margin: 0px;
	height: 24px;
}

.assets_control_bar .pages span.i {
	width: 40px;
	padding: 0px;
}

.sort {
	padding: 5px;
	margin: 0;
	float: left;
	height: 24px;
	line-height: 24px;
}

div.sort input {
	margin-left: 10px;
	vertical-align: baseline;
}

.pages {
	background: white;
	padding: 3px;
	margin: 0;
	float: right;
	font-size: .8em;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 24px;
	display: inline-block;
	white-space:nowrap;
	width: auto;
}

.count {
	padding: 5px;
	margin: 0 0 0 25px;
	float: left;
	height: 24px;
	line-height: 25px;
}

.loading {
	background-image: url('../images/icons/loading.gif');
	width: 16px;
	height: 16px;
	display: inline-block;
	visibility: hidden;
	float: left;
}

.assets_images {
	overflow: hidden;
	border: 1px solid #dfdfdf;
	border-top: none;
	display: inline-block;
	min-width: 748px;
	width: 97%;
	padding: 10px 0 0 10px;
}

.assets_images .img {
	float: left;
	width: 100px;
	margin: 0 16px 16px 0;
}

.assets_images .img img {
	width: 100px;
	height: 100px;
	border: 1px solid #fff;
}

.assets_images .img-vid {
	float: left;
	width: 100px;
	margin: 0 16px 16px 0;
	position: relative;
}
.img-vid .vid-olay {
	position: absolute;
	top: 4px;
	left: 4px;
	height: 50px;
	width: 50px;
 	background:url('../images/icon-video.png') no-repeat;

}
/*
.assets_images .img-vid img {
	width: 100px;
	height: 100px;
	border: 1px solid #333;
}
*/

.assets_images .controls {
	width: 94px;
	height: 16px;
	padding: 4px 2px;
	overflow: hidden;
	border: 1px solid #fff;
	border-top: none;
	opacity: 0.5;
}

div.assets_control_bar div.sort label {
	cursor: default;
}

div.assets_control_bar div.sort input {
	cursor: pointer;
}

.assets_images .controls:hover {
	opacity: 1;
}

.assets_images .controls span {
	cursor: pointer;
	display: inline-block;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	margin-right: 0px;
}

.assets_images .controls span.l {
	
}

.assets_images .controls span.i1 {
	background-image: url('../images/icon_zoom.png');
}

.assets_images .controls span.i2 {
	background-image: url('../images/icon_add_to_set.png');
}

.assets_images .controls span.i3 {
	background-image: url('../images/icon_caption.png');
}

.assets_images .controls span.i4 {
	background-image: url('../images/icon_trash.png');
	margin-right: 0;
}
.assets_images .controls span.i5 {
	background-image: url('../images/icon_attach.png');
	margin-right: 0;
}

.assets_container span.link {
	color: blue;
	text-decoration: underline;
	cursor: pointer;
	margin-right: 10px;
}

.assets_container #video_uploader_area textarea {
	width: 100%;
	height: 100px;
	border: 1px solid;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-family: "Courier New", Courier, mono;
}

.assets_container #video_thumb_upload_status {
	float: left;
	height: 26px;
	margin-left: 10px;
	line-height: 26px;
	padding: 2px 0;
}

div.assets_container div.wrap h2 {
	float: left;
}

div.assets_container div.wrap p.intro {
	clear: both;
	display: inline-block;
	margin: 10px 0;
	width: 100%;
}

div.wrap.existing_assets {
	margin: 20px 15px 0 0;
	height: 25px;
	min-width: 778px;
	width: 97%;
	padding: 5px 0 5px 10px;
}

div.wrap.existing_assets h3 {
	float: left;
	margin: 0;
	line-height: 25px;
}

div.wrap.existing_assets input#drly_search_query {
	float: right;
	margin: 0;
	width: 250px;
	height: 25px;
	font-weight: normal;
}

#video_thumb_upload_status.spinner {
	padding-left: 30px;
	background: url('../images/spinner.gif') no-repeat left center;
}

#upload_button {
	cursor: pointer;
	float: left;
}

#save_button {
	cursor: pointer;
	float: right;
}

#video_uploader_controls form {
	float: left;
}

#video_uploader_controls {
	margin: 10px 0 0;
	overflow: hidden;
}

#video_uploader_area input[type=button] {
	cursor: pointer !important;
}

.assets_container input[type=file] {
	background: #f0f0f0;
	border: none;
}

#video_uploader_controls div.thumb p {
	margin: 0 5px 0 0;
	float: left;
	line-height: 26px;
}

#video_uploader_controls div.thumb {
	float: left;
	padding: 2px 0 2px 5px;
	height: 26px;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#assets_content_template {
	display: none;
}

.select_assets_pop {
	float: left;

	margin: 3px;
	border: 2px solid white;
	width: 100px;
	height: 120px;
	overflow: hidden;
	font-size: 10px;
	text-align: center;
	cursor: pointer;
}

.select_assets_pop:hover {
	border: 2px solid #bbb;
}

.select_assets_pop.selected {
	background: none;
	border: 2px solid #777;
}


/* CSS FOR ASSETS TITLE/CAPTION FORM */

#asset_title {
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    display:none;
    background-color:#fff;
    position:absolute;
    width:210px;
    z-index:1000;
    border:1px transparent;
    text-align:left;
    padding:12px;
    top: 50px; 
    right: 0px; 
    margin-top:5px;
    margin-right: 0px;
    *margin-right: -1px;
    color:#fff;
    font-size:11px;
    -moz-box-shadow: 0px 1px 5px #000;
  	-webkit-box-shadow: 0px 1px 5px #000;
  	box-shadow: 0px 1px 5px #000;
}

#asset_title input[type=text], #asset_title input[type=textarea] {
    display:block;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border:none;
    font-size:13px;
    margin:0 0 5px;
    padding:5px;
    width:198px;
}
#asset_title p {
    margin:0;
}
#asset_title label {
    font-weight:normal;
}
#asset_save {
    -moz-border-radius:3px;
    -webkit-border-radius:4px;
    background:#666;
    border:none;
    color:#fff;
    text-shadow:0 1px 0 #333;
    padding:4px 10px 5px;
    font-size:11px;
    margin:0 5px 0 0;
    font-weight:bold;
}
#asset_save::-moz-focus-inner {
padding:0;
border:0;
}
##asset_save:hover, ##asset_save:focus {
    background-position:0 -5px;
    cursor:pointer;
}



/* SETS */

.sets_container {
	min-width: 780px;
	width: 98%;
}

.sets_container h3 {
	font-weight: normal;
	margin:15px 0 0 5px;
	display: block;
	clear: both;
	color: #777;
	font-size: 16px;
	font-family: Arial;
	display:inline-block;
	width: 97%;
}

.sets_container .new_sets_form {
	overflow: hidden;
	border: 1px solid #dfdfdf;
	margin: 5px 15px 0 0;
}

.sets_container .new_sets_form div {
	width: 100%;
	clear: both;
	margin: 10px 0px;
	overflow: hidden;
}

.sets_container .new_sets_form div.l {
	min-width: 580px;
	width: 85%;
	clear: none;
	float: left;
	margin: auto;
}



.sets_container .new_sets_form div.l span {
	font-weight: normal;
	text-align: left;
}

.sets_container .new_sets_form div span {
	width: 70px;
	display: inline-block;
	text-align: right;
	padding: 0 20px;
	font-weight: bold;
	float: left;
}

.sets_container .new_sets_form div span.l {
	width: 85%;
	padding: 0;
	margin: 0;
	text-align: left;
	display: inline-block;
}

#sets_main_form div.new_sets_form div span.l input,
.sets_container .new_sets_form div textarea {
	width: 100%;
	font-weight: normal !important;
}

.sets_container .new_sets_form div input[type=text] {
	width: 580px;
	font-weight: normal !important;
}
.sets_container .new_sets_form div #add_tags_button {
	width: 25px;
	height: 25px;
	margin-top: 5px;
}

.sets_container br.clear {
	clear: both;
	float: left;
	width: 100%;
}

.sets_container .select_assets {
	overflow: hidden;
	width: 100%;
	margin: 15px 15px 0 0;
	padding: 0px;
	display: inline-block;
}
.sets_container .assets_drop_zone_container {
	float: left;
	width: 40%;
}
.sets_container .title_drop_zone {
	font-weight: bold;
	padding: 0 0 12px 5px;
}
.sets_container .assets_drop_zone {
	float: left;
	width: 100%;
	border: 4px solid #dfdfdf;
	min-height: 550px;
	margin: 0;
	background: white url('../images/bg_dropzone.gif') no-repeat 50% 50%;
}

.sets_container .assets_select_zone {
	width: 56%;
	float: right;
	margin: 0 15px 0 0;
	vertical-align: top;
}
.sets_container .assets_select_zone .title {
	font-weight: bold;
	float: left;
	clear: both;
	width: 100%;
}

.sets_container .assets_select_zone span {
	display: inline-block;
	float: left;
}

.sets_container .assets_select_zone span.r {
	float: right;
}

.sets_container .img {
	margin: 5px 5px 10px 5px;
}

#wpbody-content div.sets_container.assets_container div.select_assets div.assets_select_zone div.wrap.assets_control_bar div.l {
	float: left;
	display: none;
}

#wpbody-content div.sets_container.assets_container div.select_assets div.assets_select_zone div.wrap.assets_control_bar div.r {
	float: left;
	padding: 11px 0 11px 10px;
	height: 24px;
}

#wpbody-content div.sets_container.assets_container div.select_assets div.assets_select_zone div.wrap.assets_control_bar div.pages {
	float: right;
	margin: 5px;
}

#wpbody-content div.sets_container.assets_container div.select_assets div.assets_select_zone div.assets_images  {
	min-width: 409px;
	width: 98.5%;
}

#wpbody-content div.sets_container.assets_container div.select_assets div.assets_select_zone div.wrap.assets_control_bar {
	min-height: 46px;
	display: inline-block;
	padding: 0!important;
	width: 100% !important;
	min-width: 409px;
	overflow: visible;
}


.dragBlock {
	float: left;
	margin: 5px;
	width: 100px;
	height: 100px;
	/* border: 1px solid black; */
}

.dragBlock img {
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.dropHere {
	background: lightgray;
}

.sets_container ul.tagit {
	width: 99.8%;
	font-size: inherit !important;
	margin: 0;
	padding: 0;
}

#tags li.tagit-choice {
	margin: 5px 0 5px 5px;
}

#sets_main_form .sets_save {
	margin-top: 15px;
	margin-right: 15px;
	padding: 0px;
	overflow: hidden;
	display: inline-block;

}

#sets_main_form .sets_save span.r {
	display: inline-block;
}

#sets_main_form .sets_save span {
	display: inline-block;
}

div.sets_container.list_sets input.button.clean-gray,
div.collections_container.list_collections input.button.clean-gray {
	float: left;
	margin-top: 12px;
	margin-left: 10px;
}

div.sets_container.list_sets h2,
div.collections_container.list_collections h2 {
	float: left;
}

div.sets_container.list_sets div.wrap p.intro,
div.collections_container.list_collections div.wrap p.intro {
	clear: both;
	display: inline-block;
	margin: 10px 0;
	min-width: 780px;
	width: 100%;
	clear: both;
}

div.sets_container.list_sets div.sets_table div.wrap.assets_control_bar div.count,
div.collections_container.list_collections div.collections_table div.wrap.assets_control_bar div.r div.count {
	padding: 5px;
	margin: 0;
	float: left;
	height: 24px;
	line-height: 25px;
}

/* END SETS */

/* TAGS */

.tags_window {
	background: white;
	width: 100%;
	height: 100%;
}

.tags_window span {
	float: left;
	display: inline-block;
	margin: 3px;
	border: 1px solid #b3cbf3;
	background-color: #e4ecfa;
	padding: 3px 6px 3px 6px;
	cursor: pointer;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 11px;
}

.tags_window span:hover {
	background-color: #b3cbf3;
}

.tags_window span.selected {
	background-color: #b3cbf3;
}

.tags_window h4 {
	clear: both;
	margin: 10px 0px 0px 0px;
	float: left;
	width: 100%;
	padding: 0px;
}

/* END TAGS */

/* SETS LIST */

.list_sets div.sets_table div.line {
	overflow: hidden;
}

.list_sets div.sets_table div.line span {
	float: left;
		/* margin-right: 10px; */
}

.list_sets div.sets_table div.line span.name {
	text-decoration: none;
	font-weight: bold;
}

.list_sets div.sets_table div.line span.name a {
	text-decoration: none;
	font-weight: bold;
}

.list_sets div.sets_table div.line span.name a:hover {
	text-decoration: none;
	font-weight: bold;
	color: d54d21;
}

.list_sets div.sets_table div.line span img {
	width: 100px;
	height: 100px;
	border: 1px solid #fff;
}

.list_sets div.sets_table div.line {
	margin: 0 15px 0 0;
	border: 1px solid #dfdfdf;
	border-top: none;
	padding: 10px 0;
	min-width: 778px;
}

.sets_table .assets_control_bar,
	div.collections_table div.wrap.assets_control_bar {
	margin-bottom: 15px;
	clear: both;
}

.list_sets .top_tbl_controls,
	div.collections_table div.top_tbl_controls {
	overflow: hidden;
	min-width: 778px;
	margin: 0 15px 10px 0;
}
.top_tbl_controls input {
	width: 250px;
	height: 25px;
}

#wpbody-content div.sets_container.list_sets div.sets_table {
	min-width: 778px;
	width: 100%;
}

.list_sets div.sets_table .line.header {
	font-weight: bold;
	padding: 5px 0px;
	min-width: 778px;
	background-color: #dcdcdc;
	line-height: 18px;
	border-top: 1px solid #dfdfdf;
}

.list_sets div.sets_table .line.header i {
	font-style: normal;
	font-size: .7em;
}

.list_sets div.sets_table .line.header span.sortable:hover {
	cursor: pointer
}

.list_sets div.sets_table .controls {
	visibility: hidden;
	margin-top: 70px;
	cursor: auto;
}

.list_sets div.sets_table .controls span {
	color: #21759b;
	text-decoration: none;
	cursor: pointer;
	margin-right: 5px;
	font-size: 0.9em;
	float: left;
	display: inline-block;
	font-weight: normal;
}

.list_sets div.sets_table .controls span:hover {
	color: #d54e21;
	text-decoration: none;
}

.list_sets div.sets_table .line span.c1 {
	min-width: 30px;
	width: 4%;
	text-align: center;
	line-height: 18px;
}

.list_sets div.sets_table .line span.c2 {
	min-width: 100px;
	width: 12%;
}

.list_sets div.sets_table .line span.c3 {
	min-width: 350px;
	width: 50%;
}

.list_sets div.sets_table .line span.c4 {
	min-width: 150px;
	width: 20%;
	text-align: left;
}

.list_sets div.sets_table .line span.c5 {
	width: 13%;
	min-width: 60px;
	text-align: center;
}

#drly_sets_list_template {
	display: none;
}

#drly_sets_list_container {
	float: left;
	width: 100%;
	margin: 0;
}

/* END SETS LIST */

/* collections LIST */
.list_collections div.collections_table div.line {
	overflow: hidden;
}

.list_collections div.collections_table div.line span {
	float: left;
		/* margin-right: 10px; */
}

.list_collections div.collections_table div.line span.name {
	text-decoration: none;
	font-weight:bold;
}
.list_collections div.collections_table div.line span.name a {
	text-decoration: none;
	font-weight:bold;
}
.list_collections div.collections_table div.line span.name a:hover {
	text-decoration: none;
	font-weight: bold;
	color: d54d21;
}

.list_collections div.collections_table div.line span img {
	width: 100px;
	height: 100px;
	border: 1px solid gray;
}

.list_collections div.collections_table div.line {
	margin: 0 15px 0 0;
	border: 1px solid #dfdfdf;
	border-top: none;
	padding: 10px 0;
	min-width: 778px;
}

.collections_table .assets_control_bar,
	div.collections_table div.wrap.assets_control_bar {
	margin-bottom: 15px;
	clear: both;
}

.list_collections .top_tbl_controls,
	div.collections_table div.top_tbl_controls {
	overflow: hidden;
	min-width: 778px;
	margin: 0 15px 10px 0;
}
.top_tbl_controls input {
	width: 250px;
	height: 25px;
}

#wpbody-content div.collections_container.list_collections div.collections_table {
	min-width: 778px;
	width: 99%;
}

.list_collections div.collections_table .line.header {
	font-weight: bold;
	padding: 5px 0px;
	min-width: 778px;
	background-color: #dcdcdc;
	line-height: 18px;
	border-top: 1px solid #dfdfdf;
}

.list_collections div.collections_table .line.header i {
	font-style: normal;
	font-size: .7em;
}

.list_collections div.collections_table .line.header span.sortable:hover {
	cursor: pointer
}

.list_collections div.collections_table .controls {
	visibility: hidden;
	margin-top: 70px;
	cursor: auto;
}

.list_collections div.collections_table .controls span {
	color: #21759b;
	text-decoration: none;
	cursor: pointer;
	margin-right: 5px;
	font-size: 0.9em;
	float: left;
	display: inline-block;
	font-weight: normal;
}

.list_collections div.collections_table .controls span:hover {
	color: #d54e21;
}

.list_collections div.collections_table .line span.c1 {
	min-width: 30px;
	width: 4%;
	text-align: center;
	line-height: 18px;
}

.list_collections div.collections_table .line span.c2 {
	min-width: 100px;
	width: 12%;
}

.list_collections div.collections_table .line span.c3 {
	min-width: 250px;
	width: 35%;
}

.list_collections div.collections_table .line span.c4 {
	min-width: 150px;
	width: 18%;
	text-align: left;
}

.list_collections div.collections_table .line span.c5 {
	width: 16%;
	min-width: 130px;
	text-align: left;
}
.list_collections div.collections_table .line span.c6 {
	width: 12%;
	min-width: 60px;
	text-align: center;
	margin: 0;
}
#drly_collections_list_template {
	display: none;
}

#drly_collections_list_container {
	float: left;
	width: 100%;
	margin: 0;
}

/* END collections LIST */

/* COLLECTIONS */

.collections_container {
	min-width: 780px;
}

.collections_container h3 {
	font-weight: normal;
	margin:15px 0 0 5px;
	display: block;
	clear: both;
	color: #777;
	font-size: 16px;
	font-family: Arial;
	display:inline-block;
}
.collections_container .collections_title {
	width: 97%;
	overflow: hidden;
	display:inline-block;
}

.collections_container .new_collections_form {
	border: 1px solid #dfdfdf;
	margin: 5px 15px 0 0;
	overflow: hidden;
}
.collections_container .new_collections_form .new_collections_form-left {
	float: left;
	width: 60%;
	padding: 12px 20px 12px 12px;

}
.new_collections_form-left label {
	font-weight: bold;
}
.new_collections_form-left input#collection_name {
	width: 100%;
	margin-bottom: 10px;
}
.new_collections_form-left textarea#collection_description {
	width: 100%;
	margin-bottom: 10px;
	height: 60px;
}
.collections_container .new_collections_form .new_collections_form-right {
	float: left;
	width: 32%;
	padding: 12px 0 12px 20px;

}
.new_collections_form-right label {
	font-weight: bold;
}
.new_collections_form-right input[type=text] {
	width:40px; 
	text-align:center;
	margin-bottom: 10px;
}
.new_collections_form-right #images_row {
	color: #777;
}
.new_collections_form-right #tags_row {
	height: 38px;
	vertical-align: middle;
}
.new_collections_form-right #display_pref_row {
	line-height: 1.6;
}

.collections_container br.clear {
	clear: both;
	float: left;
	width: 100%;
}

.collections_container .select_assets {
	overflow: hidden;
	width: 100%;
	margin: 15px 15px 0 0;
	padding: 0px;
	display: inline-block;
}
.collections_container .assets_drop_zone_container {
	float: left;
	width: 40%;
}
.collections_container .title_drop_zone {
	font-weight: bold;
	padding: 0 0 12px 5px;
}
.collections_container .assets_drop_zone {
	float: left;
	width: 100%;
	border: 4px solid #dfdfdf;
	min-height: 550px;
	margin: 0;
	background: white url('../images/bg_dropzone_c.gif') no-repeat 50% 50%;
}

.collections_container .assets_select_zone {
	width: 56%;
	float: right;
	margin: 0 15px 0 0;
	vertical-align: top;
}
.collections_container .assets_select_zone .title {
	font-weight: bold;
	float: left;
	clear: both;
	width: 100%;
}

.collections_container .assets_select_zone span {
	display: inline-block;
	float: left;
}

.collections_container .assets_select_zone span.r {
	float: right;
}

.collections_container .img {
	margin: 5px 5px 10px 5px;
}

#wpbody-content div.collections_container.assets_container div.select_assets div.assets_select_zone div.wrap.assets_control_bar div.l {
	float: left;
	display: none;
}

#wpbody-content div.collections_container.assets_container div.select_assets div.assets_select_zone div.wrap.assets_control_bar div.r {
	float: left;
	padding: 11px 0 11px 10px;
	height: 24px;
}

#wpbody-content div.collections_container.assets_container div.select_assets div.assets_select_zone div.wrap.assets_control_bar div.pages {
	float: right;
	margin: 5px;
}

#wpbody-content div.collections_container.assets_container div.select_assets div.assets_select_zone div.assets_images  {
	min-width: 409px;
	width: 98.5%;
}

#wpbody-content div.collections_container.assets_container div.select_assets div.assets_select_zone div.wrap.assets_control_bar {
	min-height: 46px;
	display: inline-block;
	padding: 0!important;
	width: 100% !important;
	min-width: 409px;
	overflow: visible;
}


.dragBlock {
	float: left;
	margin: 5px;
	width: 100px;
	height: 100px;
	/* border: 1px solid black; */
}

.dragBlock img {
	width: 100%;
	height: 100%;
}

.dropHere {
	background: lightgray;
}

.collections_container ul.tagit {
	width: 99.8%;
	font-size: inherit !important;
	margin: 0;
	padding: 0;
}

#tags li.tagit-choice {
	margin: 5px 0 5px 5px;
}

#collections_main_form .collections_save {
	margin-right: 15px;
	padding: 0px;
	overflow: hidden;
	display: inline-block;

}

#collections_main_form .collections_save span.r {
	display: inline-block;
}

#collections_main_form .collections_save span {
	display: inline-block;
}

div.collections_container.list_collections input.button.clean-gray,
div.collections_container.list_collections input.button.clean-gray {
	float: left;
	margin-top: 12px;
	margin-left: 10px;
}

div.collections_container.list_collections h2,
div.collections_container.list_collections h2 {
	float: left;
}

div.collections_container.list_collections div.wrap p.intro,
div.collections_container.list_collections div.wrap p.intro {
	clear: both;
	display: inline-block;
	margin: 10px 0;
	min-width: 780px;
	width: 100%;
	clear: both;
}

div.collections_container.list_collections div.collections_table div.wrap.ascollections_control_bar div.count,
div.collections_container.list_collections div.collections_table div.wrap.ascollections_control_bar div.r div.count {
	padding: 5px;
	margin: 0;
	float: left;
	height: 24px;
	line-height: 25px;
}


/* END COLLECTIONS */

/* TAGS MANAGEMENT */

.tags_window_d span {
	margin-left: 6px;
	float: left;
	display: inline-block;
	background-color: #e4ecfa;
	border: 1px solid #b3cbf3;
	padding: 3px 8px 3px 3px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
	position: relative;
	margin-bottom: 2px;
	font-size: 11px;
}

.tags_window_d span.lnk {
	text-decoration: none;
	cursor: pointer;
	color: #21759b;
	background: none;
	border: none;
}

.tags_window_d span i {
	color: #b3cbf3;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	outline: medium none;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
	position: absolute;
	display: block;
	top: 0;
	right: -2px;
	font-style: normal;
	/* visibility: hidden; */
}

.tags_window_d span b {
	font-weight: normal;
	padding: 0 10px 0 10px;
}

.tags_window_d span b:hover {
	border-bottom: 1px dashed #b3cbf3;
	cursor: pointer;
}

/* END TAGS MANAGEMENT */

/* Buttons */

button.clean-gray,
input.button.clean-gray {
	background-color: #eeeeee;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#cccccc));
	/* 

Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
	background-image: linear-gradient(top, #eeeeee, #cccccc);
	border: 1px solid #ccc;
	border-bottom: 1px solid #bbb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	color: #333;
	font: 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	line-height: 1;
	padding: 5px 10px;
	text-align: center;
	text-shadow: 0 1px 0 #eee;
}

button.clean-gray:hover,
  input.button.clean-gray:hover {
	background-color: #dddddd;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dddddd), to(#bbbbbb));
	/* Saf4+,

Chrome */
    background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
	background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
	background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
	background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
	background-image: linear-gradient(top, #dddddd, #bbbbbb);
	border: 1px solid #bbb;
	border-bottom: 1px solid #999;
	cursor: pointer;
	text-shadow: 0 1px 0 #ddd;
}

button.clean-gray:active,
  input.button.clean-gray:active {
	border: 1px solid #aaa;
	border-bottom: 1px solid #888;
	-webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
	-moz-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
	-ms-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
	-o-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
	box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
}

/* Icons */

span.icon {
	font-family: 'Pictos';
	font-size: 18px;
	line-height: 10px;
	vertical-align: baseline;
}

/* Help */
div.insert_coll {
	width: 400px;
	height: 76px;
	background: url('../images/help/insert_coll.gif') no-repeat;
}
.help-modals {
	font-size: .8em;
	text-decoration: none;
}

a:link, a:active, a:visited, a:hover {text-decoration: none;}

/* Sets the entire space of where the Collection appears */
#drly-wrapper {padding-bottom: 2em; margin-bottom: 1em; text-decoration: none; overflow: hidden; white-space: nowrap;}

/* Area that controls the Collection title, description, etc. */
#drly-header {margin-bottom: 2em; white-space: normal;}
	h3.drly-title {font-size: 1.5em; font-weight:bold; margin:0!important; padding:0;}
	h4.drly-subtitle {font-weight:normal; margin:0!important; padding:0;}
	/* If a Collection is marked as Private, these styles control the bar that appears for WP Admins only */
	.drly-private {width:100%; margin-bottom: 10px; background-color:#eee;}
		.drly-private p {text-align:right; font-size:0.9em; margin:0!important; padding-right: 10px;}

/* Grid layout of Sets styles */
#drly-content {overflow: hidden;}
	.drly-set {float: left; margin: 0 15px 15px 0; display: block;}
	.drly-set-actions {background-color:rgba(100, 100, 100, 0.6); display: none; width: 46px; height: 18px; position: absolute; top: 0; right: 0; margin-top: 5px; margin-right: 5px; padding: 2px; text-align: center; -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66646464', endColorstr='#66646464',GradientType=0 );}
	h6.drly-set-title {font-size: 1em; margin: 0!important;}
	p.drly-set-desc {font-size: 0.8em; line-height: 1.2em; overflow: hidden; margin: 0!important;}

/* Styles used for filtering - change at your own risk! */
	.isotope,
	.isotope .isotope-item {
	  /* change duration value to whatever you like */
	  -webkit-transition-duration: 0.8s;
	     -moz-transition-duration: 0.8s;
	          transition-duration: 0.8s;
	}

	.isotope {
	  -webkit-transition-property: height, width;
	     -moz-transition-property: height, width;
	          transition-property: height, width;
	}

	.isotope .isotope-item {
	  -webkit-transition-property: -webkit-transform, opacity;
	     -moz-transition-property:    -moz-transform, opacity;
	          transition-property:         transform, opacity;
	}
	/* The following controls the spacing between your thumbnails on the main view of a Collection */
	.isotope-item {
		margin: 0 15px 0 0;
	}
	
/* Styles showing Set Details (when a user clicks on a Set) */
#drly-set-detail-full {float: left;}
#drly-set-detail {width: 66%; float: left; white-space: normal;}
.drly-asset-display {width: 100%; white-space: nowrap; display: block;}
		.drly-asset-actions {background-color:rgba(100, 100, 100, 0.6); display: none; width: 46px; height: 18px; position: relative; top: 32px; right: 0; left: 10px; margin-top: -24px; margin-right: 0px; padding: 4px 8px 2px 4px; text-align: center; -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66646464', endColorstr='#66646464',GradientType=0 );}
#drly-set-detail-r {width: 33%; float: left; white-space: normal;}

/* This class controls the spacing, etc. around asset thumbnails on Set Details - adjust as you like */
.drly-asset-bar {float:left; margin:0 3px 3px 0;}

/* Feedback, Sharing and Admin Invite form styles */

#feedback-form,
#share-form,
#invite-form {
	width: 100%;
}

#feedback-form h1,
#share-form h1,
#invite-form h2 {
	padding: 15px 0 10px 15px;
	line-height: 1;
}

#feedback-form div.field,
#share-form div.field,
#invite-form div.field {
	width: 100%;
	display: block;
	padding: 5px 0;
}

#feedback-form label,
#share-form label,
#invite-form label {
	width: 80px;
	text-align: right;
	padding: 0 10px;
	display: inline-block;
}

#feedback-form input,
#share-form input,
#invite-form input {
	border: 1px solid #999;
	width: 355px;
	padding: 5px;
}

#feedback-form textarea,
#share-form textarea,
#invite-form textarea {
	vertical-align: top;
	border: 1px solid #999;
	padding: 5px;
	width: 355px;
	height: 50px;
}

#feedback-form div.field.submit,
#share-form div.field.submit,
#invite-form div.field.submit {
	width: 485px;
	text-align: right;
}

#feedback-form input#submit,
#share-form input#submit,
#invite-form input#submit {
	width: 100px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-right: 33px;
}
.form-confirm {
	width: 480px; 
	background:#fff;
	padding-top:100px;
	text-align: center;

}
#save-fav-confirm {
	font-size: 16px;
	color: #fff;
	position: fixed;
  	z-index: 9999!important;
  	margin-left: auto;
  	margin-right: auto;
  	left: 0;
  	top: 50%;
  	width: 100%;
  	height: 100%;
}
.save-fav-msg {
	text-align:center; 
	width:200px; 
	height:20px; 
	background-color:#666; 
	padding: 20px; 
	margin-left: auto; 
	margin-right: auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* AJAX loader when assets load on page */
#loading-set {
	font-size: 16px;
	color: #fff;
	position: fixed;
  	z-index: 9999!important;
  	margin-left: auto;
  	margin-right: auto;
  	left: 0;
  	top: 50%;
  	width: 100%;
  	height: 100%;
}
.loading-set-spinner {
	background-color:#333;
	text-align:center; 
	width:40px; 
	height:32px;
	padding-top: 8px; 
	margin-left: auto; 
	margin-right: auto;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

/* Styles for Gallery (modal window) view */
#gallery-bar {
	width: 100%;
	padding: 5px 0 20px 0;
	clear: both;
}
#gallery-link {
	width: 120px;
	font-size:0.8em;
	color: #FFF;
	background-color:#999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 4px;
	text-align: center;
}
#gallery-link a, #gallery-link a:hover {
	color: #FFF!important;
	text-decoration: none;
}
#asset_display_title h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	line-height: 1;
	height: 12px !important;
}
#asset_display_caption {
	padding: 0 0 6px 0;
}

/* Styles if a Collection is set to display Tags as navigation on the top */
#drly-sidebar {width: 80%; margin-bottom: 1em; text-align: left;}
	#drly-sidebar ul {list-style: none; background: none; padding:0; margin:0;}
	#drly-sidebar ul li {list-style: none; background: none; padding:0; margin:0;}
	li.drly-filterby {font-size: 1em; font-weight: bold; margin: 0 20px 0 0 !important; list-style: none; display: inline;}
	ul.drly-filters {margin: 0 0 0 0; padding: 0 0 0 0; font-weight: bold; }
	ul.drly-filters ul {margin:0 0 0 0; list-style: none; font-size: 1em; font-weight: normal; display: inline; padding:0 0 0 0;}
	li.drly-filter {margin: 0 15px 0 0!important; list-style: none; display: inline;}
	li.drly-filter ul {margin: 0 0 0 10px!important; list-style: none; display: inline;}
	li.drly-filter ul li.drly-filter {margin: 0 10px 0 0!important; list-style: none; display: inline;}
	li.drly-filter a.active-tag {list-style: none; background-color:rgba(100, 100, 100, 0.4); padding: 2px 5px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66646464', endColorstr='#66646464',GradientType=0 );}
	
	/*Classes for favorites section */
	li.drly-filter-f ul {margin: 0 0 0 10px!important; list-style: none; display: inline;}
	li.drly-filter-f {margin: 0 15px 0 0!important; list-style: none; display: inline;}
	li.drly-filter-f a.active-tag {list-style: none; background-color:rgba(100, 100, 100, 0.4); padding: 2px 5px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66646464', endColorstr='#66646464',GradientType=0 );}
	
	#drly-filter-all {margin-right: 20px !important;}

/* Styles if a Collection is set to display Tags as navigation on the left */
#drly-sidebar {width: 15%; margin-right: 1em; float: left; display: inline-block; white-space: normal;}
	ul.drly-filters {margin: 0; padding: 0; list-style-type: none;}
	ul.drly-filters li.drly-filter {margin:0 0 15px 0; list-style-type: none; }
	li.drly-filter ul {margin: 5px 0 0 0 !important;font-size: 1em;}
	li.drly-filter ul li {margin: 5px 0 5px 0 !important;line-height: normal !important; font-size: 1em; font-weight: normal!important;}
	li.drly-filter a.active-tag {background-color:rgba(100, 100, 100, 0.4); padding: 2px 5px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66646464', endColorstr='#66646464',GradientType=0 );}
	
	/*Classes for favorites section */
	li.drly-filter-f ul {margin: 5px 0 5px 0 !important;font-size: 1em;}
	li.drly-filter-f {margin: 0 0 10px 0 !important;line-height: normal !important; font-size: 1em; font-weight: normal!important;}
	li.drly-filter-f a.active-tag {background-color:rgba(100, 100, 100, 0.4); padding: 2px 5px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66646464', endColorstr='#66646464',GradientType=0 );}
	
	li.drly-filterby {font-size: 1em; font-weight: normal!important; margin: 0 0 0 0 !important;}
Ich würde mich über eine brauchbare Antwort freuen!

lg exp
Mit Zitat antworten
Sponsored Links
Antwort

Themen-Optionen
Ansicht

Forumregeln
Es ist Ihnen nicht erlaubt, neue Themen zu verfassen.
Es ist Ihnen nicht erlaubt, auf Beiträge zu antworten.
Es ist Ihnen nicht erlaubt, Anhänge hochzuladen.
Es ist Ihnen nicht erlaubt, Ihre Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus


Ähnliche Themen
Thema Autor Forum Antworten Letzter Beitrag
Redesign für Steiner Cycling Team pkipper Site- und Layoutcheck 11 09.02.2011 12:25
Einbindung von frei erhältlichen Scripten - CSS Problem DonL CSS 1 22.01.2011 16:09
MYspace mehr als nur CSS oder ? Vinceone CSS 0 12.07.2007 02:21
Eric Meyer's CSS Petty Ressourcen 0 21.11.2005 08:18
Mozilla ignoriert externes css DarkWanderer CSS 9 22.09.2005 11:39


Alle Zeitangaben in WEZ +2. Es ist jetzt 08:10 Uhr.