218 lines
4.0 KiB
CSS
218 lines
4.0 KiB
CSS
/*
|
|
Theme Name: myMap
|
|
Theme URI: http://www.soinumapa.net
|
|
Author: Xavier Balderas
|
|
Author URI: http://www.xavierbalderas.com
|
|
Description: Base themplate for working with the Soundmap plugin.
|
|
Version: 1.0
|
|
License: GNU General Public License
|
|
License URI: license.txt
|
|
Tags: map, two columns
|
|
*/
|
|
|
|
|
|
body{
|
|
background-color: #e8e8e8;
|
|
}
|
|
|
|
#branding{
|
|
width: 950px;
|
|
margin:20px auto 5px;
|
|
background-color: white;
|
|
}
|
|
#header-wrapper{
|
|
padding: 20px 0px 0px;
|
|
}
|
|
#site-title{
|
|
padding: 0 10px;
|
|
}
|
|
#main{
|
|
width: 950px;
|
|
margin: 5px auto 20px;
|
|
background-color: white;
|
|
}
|
|
#primary{
|
|
padding: 20px 10px;
|
|
width: 600px;
|
|
float: left;
|
|
}
|
|
#secondary{
|
|
padding: 20px 10px;
|
|
width: 310px;
|
|
float: right;
|
|
}
|
|
.map_canvas{
|
|
width:950px;
|
|
height: 400px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
#colophon{
|
|
width: 950px;
|
|
margin: 5px auto 20px;
|
|
}
|
|
.clear{
|
|
|
|
clear: both;
|
|
}
|
|
|
|
|
|
/* Assistive text */
|
|
.assistive-text {
|
|
position: absolute !important;
|
|
clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
|
|
clip: rect(1px, 1px, 1px, 1px);
|
|
}
|
|
#access a.assistive-text:active,
|
|
#access a.assistive-text:focus {
|
|
background: #eee;
|
|
border-bottom: 1px solid #ddd;
|
|
color: #1982d1;
|
|
clip: auto !important;
|
|
font-size: 12px;
|
|
position: absolute;
|
|
text-decoration: underline;
|
|
top: 0;
|
|
left: 7.6%;
|
|
}
|
|
|
|
|
|
/* =Menu
|
|
-------------------------------------------------------------- */
|
|
|
|
#access {
|
|
background: #222; /* Show a solid color for older browsers */
|
|
background: -moz-linear-gradient(#252525, #0a0a0a);
|
|
background: -o-linear-gradient(#252525, #0a0a0a);
|
|
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#0a0a0a)); /* older webkit syntax */
|
|
background: -webkit-linear-gradient(#252525, #0a0a0a);
|
|
-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
|
|
-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
|
|
box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
|
|
clear: both;
|
|
display: block;
|
|
float: left;
|
|
margin: 0 auto 0px;
|
|
width: 100%;
|
|
}
|
|
#access ul {
|
|
font-size: 13px;
|
|
list-style: none;
|
|
margin: 0 0 0 -0.8125em;
|
|
padding-left: 0;
|
|
}
|
|
#access li {
|
|
float: left;
|
|
position: relative;
|
|
}
|
|
#access a {
|
|
color: #eee;
|
|
display: block;
|
|
line-height: 3.333em;
|
|
padding: 0 1.2125em;
|
|
text-decoration: none;
|
|
}
|
|
#access ul ul {
|
|
-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
|
|
-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
|
|
box-shadow: 0 3px 3px rgba(0,0,0,0.2);
|
|
display: none;
|
|
float: left;
|
|
margin: 0;
|
|
position: absolute;
|
|
top: 3.333em;
|
|
left: 0;
|
|
width: 188px;
|
|
z-index: 99999;
|
|
}
|
|
#access ul ul ul {
|
|
left: 100%;
|
|
top: 0;
|
|
}
|
|
#access ul ul a {
|
|
background: #f9f9f9;
|
|
border-bottom: 1px dotted #ddd;
|
|
color: #444;
|
|
font-size: 13px;
|
|
font-weight: normal;
|
|
height: auto;
|
|
line-height: 1.4em;
|
|
padding: 10px 10px;
|
|
width: 168px;
|
|
}
|
|
#access li:hover > a,
|
|
#access ul ul :hover > a,
|
|
#access a:focus {
|
|
background: #efefef;
|
|
}
|
|
#access li:hover > a,
|
|
#access a:focus {
|
|
background: #f9f9f9; /* Show a solid color for older browsers */
|
|
background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
|
|
background: -o-linear-gradient(#f9f9f9, #e5e5e5);
|
|
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
|
|
background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
|
|
color: #373737;
|
|
}
|
|
#access ul li:hover > ul {
|
|
display: block;
|
|
}
|
|
#access .current_page_item > a,
|
|
#access .current_page_ancestor > a {
|
|
font-weight: bold;
|
|
}
|
|
|
|
|
|
|
|
/* Forms */
|
|
input[type=text],
|
|
input[type=password],
|
|
textarea {
|
|
background: #fafafa;
|
|
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
|
|
box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
|
|
border: 1px solid #ddd;
|
|
color: #888;
|
|
}
|
|
input[type=text]:focus,
|
|
textarea:focus {
|
|
color: #373737;
|
|
}
|
|
textarea {
|
|
padding-left: 3px;
|
|
width: 98%;
|
|
}
|
|
input[type=text] {
|
|
padding: 3px;
|
|
}
|
|
input#s {
|
|
background: url(images/search.png) no-repeat 5px 6px;
|
|
-moz-border-radius: 2px;
|
|
border-radius: 2px;
|
|
font-size: 14px;
|
|
height: 22px;
|
|
line-height: 1.2em;
|
|
padding: 4px 10px 4px 28px;
|
|
}
|
|
input#searchsubmit {
|
|
display: none;
|
|
}
|
|
|
|
/* Links */
|
|
a {
|
|
color: #1982d1;
|
|
text-decoration: none;
|
|
}
|
|
a:focus,
|
|
a:active,
|
|
a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
/* INFOWINDOW */
|
|
|
|
.marker-window{
|
|
font-size: 75%;
|
|
padding: 1em 1em 2em;
|
|
} |