src/web/app/themes/atahualpa/options/ata-admin.css
author ymh <ymh.work@gmail.com>
Mon, 09 Dec 2019 11:32:18 +0100
changeset 8 5617a61bc790
parent 0 505fe5249d9c
permissions -rw-r--r--
Added tag 0.4 for changeset 81d22971b333

#adminmenu li.menu-top .wp-menu-image img,
#adminmenu li.menu-top:hover .wp-menu-image img, 
#adminmenu li.wp-has-current-submenu .wp-menu-image img,
#adminmenu li#toplevel_page_functions .wp-menu-image img {
	opacity: 1 !important;
}
#adminmenu li#toplevel_page_atahualpa-main .wp-submenu li a {
	padding-left:30px !important;
	background: url("images/application_view_tile.png") no-repeat 10px 4px;
	border-bottom: dotted 1px #ddd;
}

#adminmenu li#toplevel_page_atahualpa-main .wp-submenu li:nth-child(1) a {
	background-image: url("images/layout_content.png")
}	
#adminmenu li#toplevel_page_atahualpa-main .wp-submenu li:nth-child(2) a {
	background-image: url("images/color_swatch.png")
}		
#adminmenu li#toplevel_page_atahualpa-main .wp-submenu li:nth-child(3) a {
	background-image: url("images/vcard_edit.png")
}	
#adminmenu li#toplevel_page_atahualpa-main .wp-submenu li:nth-child(4) a {
	background-image: url("images/1314060470_kmenuedit.png")
}				
#adminmenu li#toplevel_page_atahualpa-main .wp-submenu li:nth-child(5) a {
	background-image: url("images/1314060017_view-sort-ascending.png")
}	

/* chart_line.png */
#adminmenu li#toplevel_page_atahualpa-main .wp-submenu li:nth-child(6) a {
	background-image: url("images/arrow_refresh_small.png")
}
#adminmenu li#toplevel_page_atahualpa-main .wp-submenu li:nth-child(7) a {
	background-image: url("images/comments.png")
}	


div.tabcontent { 
	height: auto; 
	border: none; 
	margin: 0; 
	padding: 0; 
	display:none; 
	width: auto;
} 
div#start-here {
	display:block;
}
.bfa-container { 
	width: auto 100%; 
	border: solid 3px #C6D9E9; 
	background-color: #E4F2FD; 
	margin: 0 auto 7px auto; 
	padding: 0;
	-moz-border-radius: 10px; 
	-khtml-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;	
	position: relative;
} 
.bfa-container div.infohighlight {
	background:#f3fafe; 
	padding:15px; 
	border: 2px solid #C6D9E9;
	-moz-border-radius: 10px; 
	-khtml-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;	
}
.bfa-container h3.infohighlight-header {
	color: #247aa8;
	margin: 30px 0 10px 0;
	font-family:georgia;
	font-weight:normal;
	font-size: 20px;
}
.bfa-container ul {
	list-style: circle url(images/list-arrow.gif) !important; 
	margin: 1em 1em 1em 2em;
} 
.bfa-container-left { 
	display: block; 
	float: left; 
	text-align: right; 
	width: 35%; 
	border-right: solid 1px #C6D9E9; 
	margin: 0; 
	padding: 10px; 
} 
.bfa-container-right { 
	display: block; 
	float: right; 
	width: 58%; 
	margin: 0; 
	padding: 10px; 
} 
.bfa-container-full { 
	width: auto; 
	margin: 0; 
	padding: 10px; 
} 
.bfa-container h2 { 
	font-size: 1.5em; 
	color: #666; 
	margin:0; 
	padding: 3px; 
	border: none
} 
.bfa-container input { 
	text-align: right 
} 
.bfa-container label {
	font-size: 16px; 
	font-weight: bold; 
	color: #385f7e; 
	display: block; 
	margin-bottom: 5px;
}
.bfa-container-left label {
	margin-bottom: 0;
}
.bfa-container label.widget_area_label {
	font-size: 12px; 
	color: black; 
	display: inline; 
	margin: 0 0 5px 5px;
}
.bfa-container input, 
.bfa-container-left textarea, 
.bfa-container-left select { 
	margin: 7px 0 4px 7px;
} 
ul#bfaoptiontabs {
	text-align: left;
	list-style-type: none; 
	margin: 0 0 0 0; 
	padding: 0; -moz-padding-start: 0;
} 
ul#bfaoptiontabs li {
	/*display: inline;*/ 
	width: 190px; 
	list-style-type: none; 
	margin-bottom: 0; 
} 
ul#bfaoptiontabs li a:link, 
ul#bfaoptiontabs li a:visited, 
ul#bfaoptiontabs li a:active {
	display: -moz-inline-box; 
	display: inline-block; 
	white-space: nowrap; 
	outline: 0; 
	text-decoration: none; 
	position: relative; 
	z-index: 1; 
	padding: 2px 6px; 
	margin-right: 0px; 
	margin-bottom: 3px; 
	border: 2px solid #C6D9E9; 
	font-size: 0.9em; 
	color: #2582a9; 
	background-color: #E4F2FD; 
	-moz-border-radius: 3px; 
	-khtml-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px; 
	width: 170px;
} 
ul#bfaoptiontabs li a:hover {
	border: 2px solid #D54E21; 
	background-color: #ffffff; 
	color: #D54E21;
} 
ul#bfaoptiontabs li a.selected {
	border: 2px solid #883215; 
	background-color: #D54E21; 
	color: #ffffff !important; 
	outline: 0;
} 
table.bfa-optiontable-layout {
	width: 100%; 
} 
table.bfa-optiontable {
	text-align: left; 
	white-space: wrap; 
	background-color: #f1f9fe; 
	border-collapse: collapse; 
	border: solid 1px #c4e2fb;
} 
table.bfa-optiontable input {
	margin: 0 2px 0 2px; 
	padding: 2px; 
	text-align: left;
} 
table.bfa-optiontable input.color {
	text-align: right;
} 
table.bfa-optiontable thead tr td {
	line-height: 11px; 
} 
table.bfa-optiontable-layout td {
	vertical-align: top; 
} 
table.bfa-optiontable td {
	vertical-align:middle; 
	padding: 1px 3px;
} 
table.bfa-optiontable thead td {
	text-align: center; 
	background-color: #c4e2fb; 
	font-weight: bold; 
	padding: 5px; 
}
/* For widget area parameters table */ 
td.bfa-td {
	vertical-align: top;
	padding: 15px 5px 5px 5px;
	border-top: dashed 1px black;
}
div.more_blog_title_font {
	display: none;
} 
div.more_show_header_image { 
	display: none;
} 
h4 {
	font-size: 18px; 
	font-family: "Courier New", Courier, monospace; 
	margin-bottom: 5px;
} 
code {
	background: #ffffff; 
	padding-left: 5px; 
	padding-right: 5px;
} 
i {
	color: red; 
	font-style: normal; 
	font-weight: bold;
} 
input.save-tab { 
	display: block; 
	margin: 15px auto 4px auto;
	border: 0 !important;
	padding: 0 !important;
	width: 565px; 
	height: 174px; 
	background: url(images/save-changes.gif) top left !important; 
}
input.save-tab:hover { 
	background: url(images/save-changes.gif) bottom left !important; 
}
input.reset-tab { 
	display: block; 
	margin: 25px auto 2px auto;
	border: 0 !important;
	padding: 0 !important;
	width: 250px; 
	height: 68px; 
	background: url(images/reset-settings.gif) top left !important; ; 
} 
input.reset-tab:hover { 
	background: url(images/reset-settings.gif) bottom left !important; ; 
} 
input.reset-all { 
	overflow: visible; /* for IE */
	letter-spacing: -1px;
	line-height: normal !important; 
	font-size: 1.5em !important; 
	padding: 5px 10px 5px 45px; 
	background: #777 url(images/reset-all-gray.png) no-repeat 5% 50% !important; 
	background-image: none; 
	color: #ddd; 
	text-align: center; 
	font-weight: bold; 
	border: solid 3px #555; 
} 
input.reset-all:hover { 
	border: solid 3px #ff9393; color: #fff;
	background: #800 url(images/reset-all.png) 5% 50% no-repeat !important;
} 
p.submit { 
	text-align: center; 
} 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}				
.clearfix {
	min-width: 0;		/* trigger hasLayout for IE7 */
	display: inline-block;
	/* \*/	display: block;	/* Hide from IE Mac */
}				
* html .clearfix {
	/* \*/  height: 1%;	/* Hide from IE Mac */ 
}