/* Theme Name: Baobab Theme URI: http://proyectos.ead.pucv.cl/baobab/version-2/ Description: Baobab have five types of custom-posts: Projects, Debates, Ideas, Events and Market and native Wordpress posts, call News. Contains a design based in blocks from David DeSandro , is completely Responsive, with a menu, header image and custom background. Users do not have to enter the admin panel and have forms from the theme that facilitates publishing posts. Author: Joaquín Martel, Jaime Pérez Moena Version: 0.1 License: GNU General Public License License URI: license.txt Tags: gray, right-sidebar, flexible-width, custom-header, custom-background, translation-ready, microformats, custom-menu */ /**/ .wp-caption {} .wp-caption-text {} .sticky {} .gallery-caption {} .bypostauthor {} .aligncenter {} /**/ /*General*/ em{ font-style: italic; } header{ position:fixed; top:0; left:0; width:100%; height:; padding: 15px 0 10px; } body { font: lighter 12px/17px 'Helvetica',sans-serif; color: #666; width: 100%; margin: 94px 0 0 0; padding-top: 10px; background-color: rgba(0,0,0, 0.02); } header { background: rgba(0, 0, 0, 0.7); /*background-image: -moz-linear-gradient(#3A3A3A, #515151); background-image: -webkit-gradient(linear, center top, center bottom, from(#3A3A3A), to(#515151)); filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#3A3A3A,endColorStr=#515151);*/ z-index: 1; box-shadow: 0 0 2px rgba(0, 0, 0, 0.6); } footer { background: rgba(0, 0, 0, 0.7); /*background-image: -moz-linear-gradient(#3A3A3A, #515151); background-image: -webkit-gradient(linear, center top, center bottom, from(#3A3A3A), to(#515151)); filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#3A3A3A,endColorStr=#515151);*/ } #pagewrap { padding: 0; margin: 0 auto; } a:link { color: #666; text-decoration:none; -webkit-transition:color 0.2s ease-in; -moz-transition:color 0.2s ease-in; -o-transition:color 0.2s ease-in; transition:color 0.2s ease-in; } a:visited {color: #666; text-decoration:none;} a:active {color: #127ec1; text-decoration:none;} a:hover {color: #127ec1; text-decoration:none;} /* h1, h2, h3...*/ h1 a:link { font-family: Helvetica, Lucida Sans, Arial, sans-serif; font-size: 25px; color: white; font-weight: lighter; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); } h1 a:visited, h1 a:hover{ color: white; } h1 a:hover{ color: #CCC; } h2 /*Page Name*/{ font-family: Helvetica, Arial; font-size: 24px; color: #B2B2B2; display: inline-block; margin-top: 6px; } .single-title{ display: block; } h4 /*Info Title*/{ font-size: 14px; text-transform: uppercase; margin: 15px 0 3px; } h3{ margin-bottom: 10px; } .block h3{ font-size: 20px; font-weight: lighter; line-height: 22px; text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2); line-height: 120%; } h5/*Article Title List*/{ } article{ width: 61.4%; background: white; /*padding: 35px 30px 20px;*/ padding-bottom: 20px; margin-top: 16px; box-shadow: 1px 1px 1px rgba(0,0,0, 0.1); display: inline-block; margin: -26px 0 20px; /*vertical-align: top;*/ } .wrap{ padding: 35px 30px 0; } .wrap2{ padding: 0 30px; } aside{ width: 310px; float: right; background: rgba(0,0,0,0.03); margin: -26px 0 20px; padding: 30px 18px 20px; box-shadow: inset 5px 0px 4px -7px rgba(0,0,0,0.5), inset -5px 0px 4px -7px rgba(0,0,0,0.5), 0px 1px 1px rgba(255,255,255,0.9); -moz-box-shadow: inset 5px 0px 4px -7px rgba(0,0,0,0.5), inset -5px 0px 4px -7px rgba(0,0,0,0.5), 0px 1px 1px rgba(255,255,255,0.9); -webkit-box-shadow: inset 2px 0px 2px rgba(0,0,0,0.05), inset -2px 0px 2px rgba(0,0,0,0.05), 0px 1px 1px rgba(255,255,255,0.9); } aside h2{ font-size: 18px; display: inline-block; width: 100%; margin: 10px 0; } aside li h5 a:link, aside li h5 a:visited/*, aside li a:link, aside li a:visited*/{ color: #127ec1; font-size: 14px; line-height: 120%; font-weight: lighter; padding: 6px 0 8px; } /* aside h5 a:hover, aside li a:hover{ color: white; } */ aside li{ color: #676767; border-top: 1px dotted rgba(0,0,0,0.1); padding:6px 0; font-size: 11px; /*padding: 5px 10px; border-top: 1px solid #555555;*/ } aside ul{ /*padding: 5px; background: rgba(255,255,255,0.1); -webkit-border-radius: .3em; -moz-border-radius: .3em; border-radius: .3em; box-shadow: inset 0 0 2px rgba(0,0,0,.7), inset 0 2px 0 rgba(255,255,255,.3), inset 0 -1px 0 rgba(0,0,0,.5), 0 1px 3px rgba(0,0,0,.2);*/ } /*.circle{ width: 8px; height: 8px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; background-color: #EDEDED; margin: 0 auto 4px; box-shadow: inset 0 0 1px rgba(0,0,0,.7), inset 0 2px 0 rgba(255,255,255,.3), inset 0 -1px 0 rgba(0,0,0,.3), 0 1px 3px rgba(0,0,0,.2); }*/ aside .button{ float: left; width: auto; margin-top: 0; } @media screen and (max-width:4000px) { #pagewrap{ width: 80%; } .column2{ -moz-column-count: 2; -webkit-column-count: 2; column-count: 2; } .column2 p{ margin: 10px; } article h3 { font-size: 24px; line-height: normal; margin-bottom: 0; } .menu-footer-container{ float: right; } menu { float: left; } #login { margin: -10px 0 10px 0; /*float: right; display: inline;*/ } .button{ float: right; display: inline-block; margin: 0 5px 10px 0; } /*doy un alto y un ancho al block de las publicaciones*/ .block{ /*min-height: 180px;*/ width:226px; } /*block text is hidden*/ .block-text{ display: none; } .block img{ width: 100%; height: auto; } ol.commentlist { width: 61.4%; } #publicacion img{ width: 100%; } .info li{ width: 46%; /*28%;*/ display: inline-table; } .second li{ width: 28%; display: inline-table; } ol.commentlist li ul.children li.depth-2 { margin:0 0 10px 55px; } #searchform input[type="text"]{ width: 75px; float: right; } #searchform input[type="text"]:focus { width: 100px; } .group-header{ float: right; margin-top: -20px; } .menu-footer-container{ width: 360px; } .menu-movil{ display: none;/*no muestro el menu-movil para pantallas grandes*/ } .text-input { width: 60%; } .caret{ background:url("images/caret.png") no-repeat scroll 100% 10px transparent; } } /* para 1280px o menos */ @media screen and (max-width:1280px) { #pagewrap { width: 960px; } .block{ width:210px; } #publicacion img{ width: 50%; } .column2{ -moz-column-count: 1; -webkit-column-count: 1; column-count: 1; } .column2 p{ margin: 0 0 10px 0; } } /* para 980px o menos */ @media screen and (max-width:980px) { #pagewrap { width: 94%; } #content { width: 65%; } aside { width: 30%; } body { margin: 108px 0 0 0; } } /* para 700px o menos */ @media screen and (max-width: 700px) { h1 a:link{ font-size:18px; } /*titulos publicaciones*/ .block h3{ font-size: 16px; margin-bottom: 10px; } h3{ /*margin-bottom: 0;*/ } article h3 a{ font-size: 16px; line-height: normal; margin-bottom: 0; } /*sin margin-bottom para el encabezado*/ .title p{ margin-bottom: 0; } /*buscador*/ #searchform input[type="text"]{ width: 120px; float: left; } #searchform input[type="text"]:focus { width: 140px; } #content { width: auto; float: none; } article{ width: 100%; float: none; } ol.commentlist { width: auto; float: none; } #publicacion img{ width: 100%; height: auto; } aside{ width: auto; float: none; } .button{ display: block; margin: 10px; float: none; } .color_blue{ width: 78px; } menu { float: left; /*margin: 10px auto 0;*/ } .menu-footer-container{ float: left; margin-bottom: 10px; } .info li{ display: block; width:100%; } .text-input { width: 92%; /*caja de comentario al 100% de ancho*/ } ol.commentlist li ul.children li.depth-2 { margin:0 0 10px 0; } .group-header{ float: none; margin-top: 0; } #login{ margin: -20px 0 0 0; } figcaption{ display: none; } .wrap{ width:auto; } /*no width in menu-footer*/ .menu-footer-container{ width: 100%; } } /*para 640px o menos*/ @media screen and (max-width: 640px) { } /* para 480px o menos */ @media screen and (max-width: 480px) { #header { height: 78px; } aside { display: none; } #buscador { /*width: 50%; margin: 10px 0 0 0;*/ display: none; /*no muestra el buscador para móviles*/ } body { margin-top: 92px; } .caret{ background:url("images/caret.png") no-repeat scroll 100% 22px transparent; } .block{ width: 90%; min-height: 0px; background: white; /*box-shadow: 1px 1px 1px rgba(0,0,0, .1);*/ margin: 0 auto 20px; } /*block text shows*/ a p.block-text{ display:block; font-size: 0.96em; line-height: 140%; margin-bottom: 10px; } #avatar a img{ display: none; } /*menu*/ .menu-movil{ display: inline-table;/*muestro el menu-movil para móviles*/ width: 100%; } .menu-movil li{ text-align: center; width: 46%; } .menu-movil li:hover > ul{ width: 46%; } .menu-general{ display: none;/*no muestro el menu-general para móviles*/ } .menu-general li{ width: 50%; } menu li a{ margin: 10px 0 0; } ul.dropdown li { color: #676767; margin-bottom: 6px; /*height: 20px; background: -webkit-gradient(linear, left top, left bottom, from(#4B4B4B), to(#343434)); background: -moz-linear-gradient(top, #4B4B4B, #343434); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4B4B4B', endColorstr='#343434');*/ } } /* HEADER */ /*header h1, menu, #login, #buscador{ display: inline-block; } */ } header h1{ /* float: left;*/ } header img{ margin: -6px 9px; float: left; } #login a:link, #login a:visited { color: #CCCCCC; } #login{ float: right; } #login a:hover { color: white; } menu a { display: block; color: #CCC; } menu a:link, menu a:visited{ color: #CCC; } menu { font-family: Helvetica, sans-serif; color: #CCCCCC; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); padding: 0; font-size: 13px; margin: 10px 0 0 0; } ul.sub-menu{ width: auto; position: static; display: none;/* hide dropdown */ } menu li:hover > ul { display: block; /* show dropdown on hover */ background: #666; padding: 0; margin: 0; position: absolute; width: 95px; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.2); /*border-right-width: 2px; border-bottom-width: 2px;*/ -webkit-border-radius: 0 0 5px 5px; -moz-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); } menu li ul.sub-menu li { width: 100%; padding: 5px 0; } .sub-menu a:hover{ background: #127ec1; } .divider{ width: 100%; height: 0px; margin: 0px; border-top: 1px solid rgba(255,255,255,0.5); } .sub-menu ul{ width: auto; position: static; display: block; border: none; background: inherit; } /*.sub-menu ul li { margin: 3px 0 3px 15px; } */ menu a{ padding: 5px; } menu a:hover { color: white; padding: 5px; } /* Fondo de la cascada del menú */ menu ul{ /*background: #3A3A3A;*/ } menu li{ /*text-align: center;*/ display: inline-table; padding: 0 3px; margin-top: -10px; } .logo { width:35px; height:35px; background: url("images/logo2.png") no-repeat right transparent; display: inline-block; float: left; margin: -7px 5px 0 0 } .logo:hover { width:35px; height:35px; background: url("images/logo-hover2.png") no-repeat right transparent; } /* FOOTER */ footer h1{ margin-bottom: 30px; } footer p{ color: white; font-family: Helvetica, sans-serif; display: inline-block; width: 300px; } footer a:visited, footer a:link { color: white; } footer a:hover{ color: #CCC; } .menu-footer-container{ display: block; } .redes{ margin-top: 10px; display: block; width: 300px; } a.icon_twitter { width:28px; height:28px; background: url("images/icon_twitter.png") no-repeat right transparent; display: inline-block; } a.icon_twitter:hover { width:28px; height:28px; background: url("images/icon_twitter_h.png") no-repeat right transparent; } a.icon_facebook { width:28px; height:28px; background: url("images/icon_facebook.png") no-repeat right transparent; display: inline-block; } a.icon_facebook:hover { width:28px; height:28px; background: url("images/icon_facebook_h.png") no-repeat right transparent; } a.icon_flickr { width:28px; height:28px; background: url("images/icon_flickr.png") no-repeat right transparent; display: inline-block; } a.icon_flickr:hover { width:28px; height:28px; background: url("images/icon_flickr_h.png") no-repeat right transparent; } footer #pagewrap{ padding: 20px 0; } /*archive*/ .comentarios { background: url("images/comentarios.png") no-repeat right transparent; width: 30px; height: 25px; text-align: center; float: none; } .comentarios a:link, a #info{ color: black; padding-top: 0px; } #info{ float: right; padding: 0 3px; background: #EDEDED; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; margin: 8px 0; } #info a{ color: #b2b2b2; } .block figcaption a p{ line-height: 130%; text-align: center; width: 100%; padding-bottom: 4px; margin-bottom: 6px; font: lighter italic 15px 'Georgia',serif; } .block figcaption a p:first-letter{ font-size: larger; } .block figcaption a span{ /*float: right; text-align: center; font-weight:bolder; font-size:smaller; color: #CCC; display: block;*/ border-width: 1px; border-color: white; border-style: dotted none; display: block; margin-top: 6px; padding: 4px 0; } /*portada*/ .portada{ width: 96%; height: auto; padding: 10px 10px 0; margin: 10px 0; } .top-news, .about{ /*width: 48%/*65%*/; display: block; /*border: 1px solid gray;*/ margin-bottom: 10px; height: 280px; } .about{ width: 174px; height: 308px; float: right; margin-left: 20px; /*border-radius: 4px;*/ /*border: 1px solid rgba(0,0,0,0.1);*/ box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); background: white; margin-top: -80px; padding: 30px 18px 20px; /*background-color: rgba(47,143,204, 0.1);*/ } .top-news{ /*overflow: hidden;*/ width: 74%/*95%*/; /*border: 3px solid rgba(255,255,255,0.6);*/ } .top-news h3{ /*background: rgba(255, 255, 255, 0.8);*/ margin-top: 10px; font-size: 40px; color: #127ec1; line-height: 120%; padding: 0 20px; letter-spacing: -1px; } .top-news p{ font-size: 14px; vertical-align: 0px; padding: 10px 20px 10px; width: 50%; } /*.top-news a:hover p{ background: rgba(255, 255, 255, 0.65); background: rgba(0,0,0,0.06); border-radius: 0 6px 6px 0; } */ p.top-dato{ border-top: 1px dotted rgba(0,0,0,0.2); font-size: 12px; font-style: italic; /*width: auto;*/ width: 50%; /*background: rgba(0,0,0,0.05);*/ } .top-news p span{ font-weight: bold; } .top-news p img{ margin-right: 4px; } .top-filter{ background: rgba(255, 255, 255, 0.94); height: 93%; /*height: 100%;*/ padding: 10px; } a:hover .top-filter{ background: rgba(255,255,255,0.85); } /*.about{ width:40% 210px; background: white; margin-bottom: 10px; } */ .about img{ width: auto; height:65%; margin: -20px auto 0; display: block; zoom: 1; filter: alpha(opacity=80); opacity: 0.8; } /*.about h4{ font-size: large; line-height: 140%; margin: 0 10px; }*/ /*.about ul{ margin: 0 0 10px 10px; font-size: larger; list-style: none inside disc; line-height: 140%; width: 50%; }*/ .about p{ margin: 10px; font-size: 13px; line-height: 120%; color: gray; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1); padding: 0; width: 90%; height: 28%; text-align: center; } .about .button { margin: 0 auto; float: none; display: block; /*margin-left: 10px;*/ } .about p span{ font-weight: bold; /*color: #2F8FCC;*/ } /* portada para 800px o menos */ @media screen and (max-width: 800px) { .top-news h3{ font-size: 24px; } } /* portada para 700px o menos */ @media screen and (max-width: 700px) { /*.top-news, .about{ width: 48%; }*/ /*.top-news h3{ font-size: 24px; }*/ .top-news p{ width: auto; } } /* portada para 480px o menos */ @media screen and (max-width: 480px) { /*.portada{ height: 570px; }*/ .about img{ width: 50%; height: auto; } .top-news, .about{ width: auto; margin: 0 0 20px; height: auto; display: block; float: none; } /*.top-news p span, .top-news p img{ display: none; }*/ } /*single*/ .edit{ float: right; width: 100%; text-align: right; font-weight: normal; } #archive-list{ display: block; } #publicacion img{ float: left; height: auto; margin: 0 15px 20px 0; } #avatar a img { max-width: 56px; max-height: 56px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); float:right; padding: 5px; background: #fff; margin: auto 12px auto 0; } figcaption #avatar a img { max-width: 30px; max-height: 30px; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; float:left; padding: 0; background: #fff; margin: auto 15px auto 0; } .title{ display: table; margin-bottom: 10px; } .title p, .title h3{ margin-bottom: 4px; } .info{ margin: 0 auto 25px; /*background: rgba(0,0,0,0.016);*/ padding: 4px 0; border-top: 1px dotted #dfdfdf; } .info li{ margin: 0 1.6%; vertical-align: top; line-height: normal; font-size: 14px; font-weight: normal; } .info ol{ margin-bottom: 10px; } .info ol li{ width: auto; display: block; line-height: 140%; background: url("images/li-circle.png") no-repeat 0 6px; padding-left: 10px; } .info h4{ display: inline-block; color: #CCCCCC; margin-top: 0; margin-top: 14px; } #publicacion .info li img{ width: auto; height: 14px; display: inline; float: inherit; margin: 0 4px 0 0; } #publicacion .info li .personas img{ width: 30px; height: auto; } #publicacion p a:link, #publicacion p a:visited{ color: black; font-weight: bolder; } #publicacion p a:hover{ color: #127ec1; } ul li p { margin-left: 24px; } /*Formulario*/ #publicacion strong{ font-weight: bold; } #publicacion em{ font-style: italic; } #publicacion em strong{ font-style: italic; font-weight: bold; } #publicacion .wrap ul li{ list-style: disc inside; } #publicacion .wrap ol li{ list-style: decimal inside; } table.mceLayout { width: 100%; } tbody { width: auto; } /**/ /*permanente*/ article h2{ margin-bottom: 14px; } ol.toc{ margin-bottom: 14px; } .important{ width: 90%; margin: 0 auto; background: #EDEDED; color: #999; padding: 10px; border-radius: 4px; box-shadow: 1px 1px 1px rgba(0,0,0,0.05)inset, -1px 0 1px rgba(0,0,0,0.05)inset, 0 2px 2px white; } /*author*/ .block .avatar{ width: 90%; height: auto; margin: 0 auto; float: left; padding: 3%; border: 1px solid rgba(0,0,0,0.1); margin: 0 1.5% 10px; } .profile-info{ width: 100%; /*border: 3px solid rgba(255,255,255,0.6);*/ background-color: rgba(255,255,255,0.9); display: block; min-height: 210px; } .profile-avatar{ display: block; width: 210px; height: auto; float: left; /*border: 1px solid rgba(0,0,0,0.1);*/ box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); background: white; padding-right: 10px; margin-right: 10px; /*border-right: 1px dotted rgba(0,0,0,0.1);*/ /*background-color: rgba(47,143,204, 0.1);*/ } .profile-avatar img{ width: 94%; height: auto; margin: 3%; float: left; } .profile-info h2{ font-size: x-large; padding: 20px 0 20px; border-bottom: 1px dotted rgba(0,0,0,0.05); margin-bottom: 10px; color: #666; } .profile-info h2 span{ font-size: large; color: LightGrey; display: block; margin-top: 10px; } .profile-info span a{ font-size: small; padding: 3px 10px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; background: #CCC; text-shadow: none; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; vertical-align: text-top; color: white; } .profile-info span a:hover{ color: white; background: #127ec1; } .profile-info p{ width: 95%; line-height: 150%; font: lighter italic 14px 'Georgia',serif; } .profile-info a.share-tw, .profile-info a.share-fb, .profile-info a.share-url{ margin-top: 0; float: none; } .profile-title{ margin-top: 30px; display: block; } /* author para 480px o menos */ @media screen and (max-width: 480px) { .profile-info, .profile-title{ width: 90%; display: block; padding: 0 20px; margin-top: 20px; } .profile-avatar{ width: 20%; display: inline-block; } .profile-info h1 span a{ display: table; margin-top: 4px; } } /*searchform*/ #searchform input[type="text"] { background: url(images/search-2.png) no-repeat 10px 5px white; border: 0 none; font: 12px Helvetica,Sans-serif; font-weight: lighter; color: #666666; /*width:75px;*/ padding: 6px 15px 6px 35px; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset; -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset; -webkit-transition: all 0.7s ease 0s; -moz-transition: all 0.7s ease 0s; -o-transition: all 0.7s ease 0s; transition: all 0.7s ease 0s; } #searchform input[type="text"]:focus { background: url(images/search-2.png) no-repeat 10px 5px #fcfcfc; color: #666666; /*width: 100px;*/ -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset; -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset; } /* Send Button */ .button { font: 14px/100%; outline: none; cursor: pointer; text-align: center; padding: .5em 2em .55em; -webkit-border-radius: .3em; -moz-border-radius: .3em; border-radius: .3em; text-shadow: 0 -1px 0 rgba(0, 0, 0, .25); -webkit-box-shadow: /* 0 1px 0 #CCCCCC,*/ 0 1px 0 rgba(255, 255, 255, .25) inset; -moz-box-shadow: /* 0 1px 0 #CCCCCC,*/ 0 1px 0 rgba(255, 255, 255, .25) inset; box-shadow: /* 0 1px 0 #CCCCCC,*/ 0 1px 0 rgba(255, 255, 255, .25) inset; } a.button{ color: white; } .color_blue:active, .color_la:active, .color_green:active { position: relative; top: 1px; } /*Ubicar*/ a.ubicar{ /*background: #609d1e;*/ color: white; padding: /*4px 7px*/ 7px 0px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; border: 1px solid #5C8921; background: #8EC236; background: -webkit-gradient(linear, left top, left bottom, from(#8EC236), to(#5C8921)); background: -moz-linear-gradient(top, #8EC236, #5C8921); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8EC236', endColorstr='#5C8921'); float: right; text-align: center; } #map_canvas{ margin-top: 10px; } .dato2{ background: none repeat scroll 0 0 white; border: 1px solid #CCCCCC; border-radius: 2px 2px 2px 2px; box-shadow: 0 1px 3px rgba(102, 102, 102, 0.2) inset; color: #333333; padding: 8px; margin-bottom: 5px; } @media screen and (max-width:2000px) { a.ubicar{ width: 14%; } .dato2{ width: 76%; } } @media screen and (max-width:980px) { a.ubicar{ width: 20%; } .dato2{ width: 70%; } } @media screen and (max-width:700px) { .defaultSkin td.mceToolbar{ display: none; } } /* Color */ .color_blue { color: white; border: 1px solid #008FB2; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); background: #333; background: -webkit-gradient(linear, left top, left bottom, from(#34A5EC), to(#2F8FCC)); background: -moz-linear-gradient(top, #34A5EC, #2F8FCC); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#34A5EC', endColorstr='#2F8FCC'); } .color_blue:hover { color:white; background: #333; background: -webkit-gradient(linear, left top, left bottom, from(#2F9DE0), to(#2A84BD)); background: -moz-linear-gradient(top, #2F9DE0, #2A84BD); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2F9DE0', endColorstr='#2A84BD'); /*box-shadow: 0 1px 1px white, 0 1px 1px #CCCCCC inset*/ } /* Comentarios */ /*notificaciones por email*/ p.subscribe-to-comments{ margin-bottom:16px; } /*Mensaje logueo para poder comentar*/ #respond{ margin-bottom: 16px; } .text-input { background: white; border: 1px solid #CCCCCC; border-radius: 2px; height: 100px; box-shadow: 0 1px 3px rgba(102, 102, 102, 0.2) inset; color: #333333; padding: 10px; } .color_la { padding: 0.5em 2em; border: 1px solid #5C8921; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); background: #333; background: -webkit-gradient(linear, left top, left bottom, from(#34A5EC), to(#2F8FCC)); background: -moz-linear-gradient(top, #34A5EC, #2F8FCC); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#34A5EC', endColorstr='#2F8FCC'); margin: 15px 0 0; color: white; float: none; } .color_la:hover { color:white; background: #333; background: -webkit-gradient(linear, left top, left bottom, from(#2F9DE0), to(#2A84BD)); background: -moz-linear-gradient(top, #2F9DE0, #2A84BD); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2F9DE0', endColorstr='#2A84BD'); } div.allowed-tags { width: 90%!important; font-style: italic; background: #F9F9F9; padding: 7px; font-size: 0.75em; } div.navigation { clear: both; overflow: hidden; margin-bottom: 15px; } p#comment-notes { padding-right: 20px; } div.navigation a { color: #5190CE; } div.navigation a:hover { color: #464646; } div.navigation .alignleft { float: left; width: 50%; } div.navigation .alignright { float: right; text-align: right; width: 50%;} div.cancel-comment-reply { margin: 10px 0 10px 0; text-transform: capitalize;} ol.commentlist { list-style:none; text-indent:0; margin:0 0 0em; padding:0; text-indent:0; } ol.commentlist li { margin: 12px 0; border: 1px solid #ddd; color: #B3B3B3; } ol.commentlist li.comment {padding: 1em;} ol.commentlist li div.vcard cite.fn a.url { text-decoration: none; } ol.commentlist li div.vcard img.avatar { border-radius: 5px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); float:left; padding: 5px; background: #fff; margin-right: 12px; } ol.commentlist li div.comment-meta a { color: #8c8c8c; text-decoration: none;} ol.commentlist li div.comment-meta a:hover { text-decoration: underline; } ol.commentlist li div.vcard cite.fn a.url:hover { } ol.commentlist li p { color: #606060; margin: 10px 0 15px; } ol.commentlist li ul { list-style:square; margin: 0 0 1em 2em; } ol.commentlist li div.reply { text-align: left; } ol.commentlist li div.reply a { font-size: 10px; background: #609d1e; color: white; padding: 3px 7px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;} ol.commentlist li div.reply a:hover { background: #464646; color: #f8f8f8; text-decoration: none; } ol.commentlist li ul.children { list-style: none; margin: 1em 0 0; text-indent:0; } ol.commentlist li ul.children li.depth-2 { background: #f3f3f3; border: 1px solid #dfdfdf; /*margin:0 0 10px 55px;*/ width: auto; } ol.commentlist li ul.children li.depth-3 { background: #eeeeed; border: 1px solid #dfdfdf; margin:0 0 10px 0; } ol.commentlist li ul.children li.depth-4 { background: #e4e4e4; border: 1px solid #d4d4d4; margin:0 0 10px 0; } ol.commentlist li ul.children li.depth-5 { background: #f3f3f3; border: 1px solid #dfdfdf; margin:0 0 10px 0; } ol.commentlist li ul.children li.depth-6 { background: #eeeeed; border: 1px solid #dfdfdf; margin:0 0 10px 0; } .comment-content { margin-left: 75px;} /* Share */ a.share-fb { width: 30px; height: 30px; background: url("images/fb.png") no-repeat right transparent; display: inline-block; float: left; margin: 20px 6px 0 0; } a.share-fb:hover { background: url("images/fb2.png") no-repeat right transparent; } a.share-tw { width: 30px; height: 30px; background: url("images/twitter.png") no-repeat right transparent; display: inline-block; float: left; margin: 20px 6px 0 0; } a.share-tw:hover { background: url("images/twitter2.png") no-repeat right transparent; } /* Formulario */ .descripcion { width: 96%; margin-bottom: 5px; } .datos { background: none repeat scroll 0 0 white; border: 1px solid #CCCCCC; border-radius: 2px 2px 2px 2px; box-shadow: 0 1px 3px rgba(102, 102, 102, 0.2) inset; color: #333333; padding: 8px; width: 97%; margin-bottom: 5px; } /*Boton Singles*/ .descarga{ margin-top: 10px; width: 214px; float: right; font-size: 10px; text-align: center; } .boton { font: 12px/100%; display: inline-block; vertical-align: baseline; outline: none; cursor: pointer; text-align: center; -webkit-border-radius: .3em; -moz-border-radius: .3em; border-radius: .3em; text-shadow: 0 -1px 0 rgba(0, 0, 0, .25); -webkit-box-shadow: 0 1px 0 #CCCCCC, 0 1px 0 rgba(255, 255, 255, .25) inset; -moz-box-shadow: 0 1px 0 #CCCCCC, 0 1px 0 rgba(255, 255, 255, .25) inset; box-shadow: 0 1px 0 #CCCCCC, 0 1px 0 rgba(255, 255, 255, .25) inset; } .boton:active { position: relative; top: 1px; } .color_green { padding: 0.5em 1.4em; border: 1px solid #5C8921; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); background: #333; background: -webkit-gradient(linear, left top, left bottom, from(#8EC236), to(#5C8921)); background: -moz-linear-gradient(top, #8EC236, #5C8921); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8EC236', endColorstr='#5C8921'); color: white; float: none; margin: 0; font-weight: lighter; } .color_green:hover { background: -webkit-gradient(linear, left top, left bottom, from(#85B534), to(#557F1F)); background: -moz-linear-gradient(top, #85B534, #557F1F); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#85B534', endColorstr='#557F1F'); } /* para 700px o menos */ /* @media screen and (max-width: 700px) { */ /*images for post-type*/ .post-box{ padding:0 5px; font-size:smaller; position:absolute; display: block; bottom:0; right:0; /*width: 100%; height: 6px;*/ width: 20px; height: 30px; filter: alpha(opacity=20); opacity: 0.2; } .type-evento{ background:url("images/icono-evento.png") no-repeat center /*rgba(240,129,80,0.1)*/; } .type-proyecto{ background:url("images/icono-proyecto.png") no-repeat center /*rgba(230,210,85,0.3)*/; } .type-debate{ background:url("images/icono-debate.png") no-repeat center /*rgba(113,217,97,0.3)*/; } .type-mercado{ background:url("images/icono-mercado.png") no-repeat center /*rgba(87,215,240,0.3)*/; } .type-noticia{ background:url("images/icono-noticia.png") no-repeat center /*rgba(0,0,0,0.3)*/; } .type-idea{ background:url("images/icono-idea.png") no-repeat center /*rgba(80,133,230,0.3)*/; } a.share-url { width: 30px; height: 30px; background: url("images/link.png") no-repeat right transparent; display: inline-block; float: left; margin: 20px 6px 0 0; } a.share-url:hover { background: url("images/link2.png") no-repeat right transparent; /* } */