PATH:
var
/
www
/
vhosts
/
lahuertaatomica.es
/
httpdocs
/
admin
/
css
/
Editing: global.css
#wrap { width: 100%; height: 100%; margin: 0 auto; } #container { float: left; width: 100%; height: 100%; } #pheader { position: fixed; float: left; width: 100%; height: 120px; background-color:#000; z-index: 9999; } #logo { float: left; margin: 30px 0 20px 20px; } #logo h1 { float: left; width: 100%; font-family: 'Montserrat', sans-serif; font-weight: 900; font-size: 40px; text-transform: uppercase; color: #42DCA3; } #logo h2 { float: left; width: 100%; font-family: 'Architects Daughter', cursive; font-size: 20px; color: #fff; } #pnav { position: fixed; top: 120px; float: left; width: 100%; height: 40px; background-color:#42DCA3; z-index: 9998; } #pnav > ul { float: right; margin-right: 20px; } #pnav > ul > li { float: left; } #pnav > ul > li > a { float: left; height: 40px; padding: 10px 30px; font-family: 'Montserrat', sans-serif; text-decoration: none; color: #000; transition: background .3s, color .3s; } #pnav > ul > li > a:hover { height: 20px; background-color: #fff; color: #42DCA3; } #contents { float: left; width: 100%; height: 100%; margin-top: 160px; } #contents .vacio { margin: 10px 0; } #contents .tituloseccion { margin: 30px 0 20px 0; font-family: 'Architects Daughter', cursive; font-size: 25px; text-transform: uppercase; padding-bottom: 2px; border-bottom: 1px solid #000; }
SAVE
CANCEL