ConciertoEnFamilia2013_Web/css/style.css
2014-02-11 13:13:12 +00:00

777 lines
18 KiB
CSS

/*--------------------------------------------------------------------------
Eventcamp
0. YUI Library is used for CSS reset (http://yuilibrary.com/yui/docs/cssreset/)
1. Body
2. Typography
3. Page Sections
3.1. Topbar
3.2. Event Information
3.3. Invitation
3.4. About
3.5. Concert Program
3.6. Tickets
3.7. Map
3.8. Contact
3.9. Sponsors
3.10. Footer
4. Forms
--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
1. Body
--------------------------------------------------------------------------*/
body {
color: #333;
background: #f6f6f6;
font: normal 16px/28px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
-webkit-text-size-adjust: 100%;
}
/*--------------------------------------------------------------------------
2. Typography
--------------------------------------------------------------------------*/
/* Links */
a, a:visited { color: #333; text-decoration: none; outline: 0; }
a:hover, a:focus { color: #666; }
p a, p a:visited { line-height: inherit; }
/* Font stylings */
em { font-style: italic; }
strong { font-weight: bold; }
small { font-size: 80%; }
/*--------------------------------------------------------------------------
3. Sections
* Each block of the HTML page is named similar to "section-name"
* If you don't need a specific section, just remove the whole section div block in the HTML file
--------------------------------------------------------------------------*/
h2 {
font: bold 36px/48px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform: uppercase;
}
p.desc {
font: normal 14px/26px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* Font colors */
.font-color-primary {
color: #b90504;
}
.font-color-white {
color: #f6f6f6 !important;
}
/* Colors - Underline */
.underline-color-primary {
border-bottom: 1px solid #b90504;
}
img { max-width: 100%; }
/*---------------------------------------------------
3.1 Topbar
* This is the fixed top navigation
---------------------------------------------------*/
/* Topbar (fixed) */
/* Please refer to responsive_custom.css for CSS in smaller viewport */
#section-topbar {
height: 40px;
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 10000;
overflow: visible;
font: normal normal 16px/24px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#section-topbar a {
color: #f6f6f6;
}
#topbar-inner {
/* * * * * * * * * * * *
bg_alpha50.png file is used for transparent background
Look in the documentation file for usages of transparent png overlays
* * * * * * * * * * * */
background: url('../images/alpha/bg_alpha50.png');
}
/* * * * * * * * * * * *
In mobile viewports, the list menu is converted to "select" element via javascript
https://github.com/lukaszfiszer/selectnav.js
* * * * * * * * * * * */
.selectnav { display: none; }
/*
Top Bar
By default, top navigation bar uses "fixed" position
Menu collapses in mobile viewports
Refer to css/responsive_custom.css for mobile layouts
*/
#section-topbar ul#nav {
display: block;
float: right;
position: relative;
margin: 0;
}
#section-topbar ul#nav > li {
display: block;
float: left;
}
#section-topbar ul#nav a {
display: block;
padding: 10px 20px 15px 20px;
font: bold 13px/22px 'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: normal;
text-decoration: none;
}
#section-topbar ul#nav a {
border-top: 3px solid #000;
}
#section-topbar ul#nav a:hover {
border-top: 3px solid #b90504;
text-decoration: none;
}
#section-topbar ul#nav .active a {
border-top: 3px solid #b90504;
}
/*---------------------------------------------------
3.2 Event
* Includes site logo and event details
* Date, Time, and Location of the event
---------------------------------------------------*/
#section-event {
color: #f6f6f6;
/* The background image used in this template is 1980 by 650 pixels */
background: #111 url('../images/bg_eventcamp.jpg') no-repeat center 0;
}
/* Site Title/Logo */
#section-event h1 {
color: #f6f6f6;
font: normal 66px/78px 'PT Serif', Georgia, serif;
text-transform: normal;
font-style: italic;
margin-top: 180px;
margin-bottom: 60px;
text-align: right;
}
#section-event h1 span {
font: normal 90px/80px 'PT Serif', Georgia, serif;
font-style: italic;
color: #b90504;
}
#section-event h2 {
color: #f6f6f6;
font: bold 36px/48px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: normal;
text-transform: italic;
margin-top: 0px;
margin-bottom: 0px;
text-align: right;
}
#section-event h2 span {
}
#section-event h3 {
font: bold 16px/28px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
text-align: right;
margin-bottom: 60px;
}
/* Apply max-width of 100% to make the image scale down in mobile viewports */
#section-event img {
max-width: 100%;
}
#section-event h1 a {
color: #f6f6f6;
}
#section-event h1 a:hover {
color: #b90504;
}
/* Event information */
#section-info {
background: url('../images/alpha/bg_alpha30.png');
padding: 30px 0;
}
#section-info h2 {
color: #777;
font: bold 16px/28px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform: uppercase;
}
#section-info #box-date {
background: url('../images/icons/icon_date.png') no-repeat left 5px;
padding-left: 70px;
}
#section-info #box-time {
background: url('../images/icons/icon_time.png') no-repeat left 5px;
padding-left: 70px;
}
#section-info #box-location {
background: url('../images/icons/icon_map.png') no-repeat left 5px;
padding-left: 70px;
}
#section-info h3 {
color: #f6f6f6;
font: bold 13px/22px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform: uppercase;
margin-bottom: 4px;
letter-spacing: 2px;
text-align: left;
}
#section-info p {
color: #f6f6f6;
font: normal 13px/23px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#section-info a {
color: #F6F6F6;
}
#section-info a:hover {
color: #b90504;
}
/*---------------------------------------------------
3.3 Invitation
* Contains an example article about the event
---------------------------------------------------*/
#section-invite {
color: #333;
background: #b90504;
padding: 70px 0;
}
#section-invite h2 {
color: #F6F6F6;
margin-bottom: 10px;
}
#section-invite p.headline {
color: #F6F6F6;
font: italic 24px/36px 'PT Serif', Georgia, serif;
text-align: left;
}
#section-invite p {
color: #F6F6F6;
font: normal 15px/27px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
margin-bottom: 30px;
}
/*---------------------------------------------------
3.4 About
---------------------------------------------------*/
#section-about {
color: #333;
background: #f6f6f6;
padding: 40px 0 20px 0;
}
#section-about h2 {
color: #222;
}
#section-about p.desc {
color: #b90504;
}
#section-about p {
margin-bottom: 40px;
}
/* Each speaker is wrapped by div#item */
#section-about .item {
}
#section-about .item h3 {
color: #333;
font: normal 18px/30px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
margin-top: 10px;
}
/* Speaker title */
#section-about .item h3 span {
color: #b90504;
background: #f6f6f6;
font: normal 11px/21px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
display: inline-block;
padding: 4px 0 0 0;
border-bottom: 1px solid #b90504;
}
#section-about .item p {
font: normal 13px/26px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #333;
margin-top: 10px;
}
/*---------------------------------------------------
3.5 Concert Program
---------------------------------------------------*/
#section-program {
background: #111;
font: normal 16px/27px 'PT Serif', Georgia, serif;
padding: 60px 0;
}
#section-program h2 {
color: #b90504;
margin-bottom: 20px;
}
#section-program p.headline {
color: #f6f6f6;
font: italic 24px/36px 'PT Serif', Georgia, serif;
text-align: left;
margin: 20px 0;
}
#section-program p.composer {
width: 35%;
display: inline-block;
float: left;
color: #666;
font: italic 14px/26px 'PT Serif', Georgia, serif;
margin-top: 10px;
border-top: 1px solid #222;
padding-top: 10px;
}
#section-program p.title {
width: 60%;
display: inline-block;
float: right;
color: #888;
font: normal 14px/26px 'PT Serif', Georgia, serif;
margin-top: 10px;
border-top: 1px solid #222;
padding-top: 10px;
margin-bottom: 10px;
}
/*---------------------------------------------------
3.6 Tickets
---------------------------------------------------*/
#section-fees {
color: #f6f6f6;
background: #111 url('../images/bg_gradient.jpg') no-repeat center center;
padding: 50px 0;
}
#section-fees h2 {
color: #f6f6f6;
margin-bottom: 5px;
}
#section-fees p.desc {
color: #b90504;
margin-bottom: 50px;
}
/* Each speaker is wrapped by div#item */
#section-fees .item {
background: #111;
padding: 20px 25px;
margin-bottom: 40px;
}
/* Each thumbnail image for speakers used in the template is 440 by 220 pixels */
#section-fees .item img {
max-width: 100%;
}
#section-fees .item span.price {
color: #f6f6f6;
font: bold 70px/80px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
display: block;
padding-bottom: 10px;
border-bottom: 1px solid #222;
margin-bottom: 10px;
}
#section-fees .item.entradas span.price {
background: url('../images/entradas_logo.png') no-repeat left center;
text-indent: -9000px;
overflow: hidden;
}
#section-fees .item.taquilla span.price {
font-size: 25px;
}
#section-fees .item span.date {
font: normal 15px/28px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #b90504;
display: block;
margin-bottom: 10px;
}
#section-fees .item p {
font: normal 13px/26px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #888;
}
#section-fees .item a {
color: #F6F6F6;
}
#section-fees .item a:hover {
color: #b90504;
}
/* Ticket purchase buttons */
a.button {
font: bold 20px/30px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform: uppercase;
letter-spacing: 4px;
display: block;
cursor: pointer;
color:#f6f6f6;
background:#b90504;
padding: 20px 28px;
border: none;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
}
a.button:hover {
color: #b90504;
background: #f6f6f6;
}
a.button.entradas {
color: #b90504;
background: #f6f6f6 url(../images/entradas_logo2.png) no-repeat right;
}
a.button.entradas:hover {
color: #f6f6f6;
background: #b90504 url(../images/entradas_logo3.png) no-repeat right;
}
/*---------------------------------------------------
3.7 Map
---------------------------------------------------*/
#section-map {
height: 500px;
position: relative;
overflow: hidden;
}
#section-map #box-map {
position: absolute;
z-index: 10;
top: 30px;
}
#section-map #box-map h2 {
color: #222;
}
#map-wrap {
width: 100%;
height: 100%;
position: relative;
}
/*---------------------------------------------------
3.8 Contact
---------------------------------------------------*/
#section-contact {
color: #f6f6f6;
padding: 0px 0;
background: #161616;
padding: 60px 0;
}
#section-contact h2 {
color: #b90504;
margin-bottom: 5px;
}
#section-contact p.desc {
color: #777;
margin-bottom: 40px;
}
/* Register Form */
#section-contact form {
margin-bottom: 40px;
}
#section-contact form p,
#section-contact label,
#section-contact legend {
font: normal 15px/23px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#section-contact label {
display: inline-block;
float: left;
width: 155px;
margin: 6px 0;
}
#section-contact input,
#section-contact textarea,
#section-contact select {
width: 280px;
padding: 14px 20px;
color: #eee;
background: #333;
margin: 0 0 35px 0;
border: 0;
outline: none;
}
#section-contact input:focus,
#section-contact textarea:focus,
#section-contact select:focus {
color: #f6f6f6;
background-color: #b90504;
}
#section-contact button.submit {
font: bold 20px/30px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform: uppercase;
letter-spacing: 4px;
display: block;
cursor: pointer;
color:#f6f6f6;
background:#b90504;
padding: 20px 28px;
border: none;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
}
#section-contact button.submit:hover {
color: #b90504;
background: #f6f6f6;
}
#section-contact span.required {
color: #b90504;
font-size: 13px;
} /* Select the color of the * if the field is required. */
#contact-warning {
display: none;
color: #f6f6f6;
background: #dd3333;
padding: 20px 25px;
margin-bottom: 30px;
}
#contact-success {
display: none;
color: #77aa44;
background: #111;
padding: 20px 25px;
margin-bottom: 30px;
}
#section-contact #box-contact {
margin-bottom: 60px;
}
#section-contact #box-contact h3 {
color: #b90504;
font: bold 15px/23px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform: uppercase;
margin-bottom: 15px;
}
#section-contact #box-contact p.address {
color: #aaa;
font: normal 14px/25px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
margin-bottom: 50px;
}
#section-contact #box-contact p.address {
color: #aaa;
font: normal 14px/25px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
margin-bottom: 50px;
}
#section-contact #box-contact a {
color: #f6f6f6;
font: normal 19px/28px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#section-contact #box-contact a:hover {
color: #b90504;
}
/* PDF Download */
a.link-pdf {
color: #b90504;
background: url(../images/icons/icon_pdf.png) no-repeat;
font: bold 16px/30px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform: uppercase;
display: block;
padding: 40px 60px;
}
a.link-pdf span {
background: #f6f6f6;
padding: 3px 6px;
}
a.link-pdf:hover {
color: #f6f6f6;
}
a.link-pdf:hover span {
background: #000;
}
/*---------------------------------------------------
3.9 Sponsors
---------------------------------------------------*/
#section-sponsors {
color: #333;
background: #111;
padding: 60px 0 40px;
}
#section-sponsors h2 {
font: bold 24px/36px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
margin-bottom: 20px;
}
#section-sponsors img {
margin-bottom: 20px;
}
/*---------------------------------------------------
3.10 Footer
---------------------------------------------------*/
#section-footer {
font: normal 13px/26px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #f6f6f6;
background: #000;
}
#section-footer p#copytext {
color: #777;
margin: 35px 0;
}
#section-footer a { color: #b90504; }
#section-footer a:hover { color: #eee; }
#section-footer ul#social {
float: right;
border-left: 1px solid #111;
}
#section-footer ul#social li {
display: inline-block;
float: left;
}
#section-footer ul#social li a {
display: block;
padding: 30px;
border-right: 1px solid #111;
}
#section-footer ul#social li a:hover {
background: #b90504;
}
/*--------------------------------------------------------------------------
4. Forms
--------------------------------------------------------------------------*/
/* HTML5 Placeholder */
::-webkit-input-placeholder {
color: #b90504;
}
:-moz-placeholder {
color: #b90504;
}