X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Feventmanager.git;a=blobdiff_plain;f=media%2Fcss%2Fgeral.css;h=62e21b8a4f483776aa3b198d01b5a6ca9902d69d;hp=4860a038fd77fdd972444bf53a9edd08fc40f0f6;hb=1ad497962cc719be182638fbf71ea5bfea91bc35;hpb=62b86f141891113afffcccbf2dbf430a3e0317ec diff --git a/media/css/geral.css b/media/css/geral.css index 4860a03..62e21b8 100644 --- a/media/css/geral.css +++ b/media/css/geral.css @@ -1,165 +1,135 @@ -body { - margin: 0px; - background-color: #fff; - font-family: verdana,arial,helvetica,sans-serif; -} - -h1.title { - color: #f00; - background: url(/site_media/imgs/logo.png) no-repeat; - width: 471px; - height: 150px; - overflow: hidden; -} - -h1.title a { - display: block; - padding-top: 190px; -} - -h2 { - padding: 0px 0px 0px 0px; - margin: 0px; - text-transform: uppercase; - color: #cc0000; -} - -label { - display: block; - width: 180px; - font-weight: bold; - font-style: normal; - color: #000; -} - -em { - color: #999; -} - -a { - color: #cc0000; - text-decoration: none; -} - -a:hover { - text-decoration: underline; -} - -#headsection { - border: solid 1px #f7f7f7; - background: #e4e4e4; - padding: 0px 60px 0px 60px; -} - -#login-form { - position: absolute; - right: 60px; - top: 120px; -} - -#login-form label { - width: 80px !important; - float: left; -} - -#login-form input[type=text] { - width: 100px; -} - -#login-form input[type=password] { - width: 40px; -} - -#menu-palestrante { - position: absolute; - right: 60px; - top: 30px; -} - -#menu-palestrante ul { - padding-left: 15px; - margin: 0px; - list-style-type: square; -} - -#main-menu li { -} - -#menu { - list-style-type: none; - list-style-image: none; - padding: 0px; - margin: 0px; - background-color: #cc0000; - padding: 5px 60px 5px 60px; -} - -#menu li { - display: inline; - padding-right: 15px; -} - -#menu li a { - text-transform: uppercase; - text-decoration: none; - font-weight: bold; - color: white; -} - -#content { - padding: 0px; - margin: 20px 60px 0px 60px; -} - -#footer { - margin: 25px 60px 5px 60px; - padding-top: 10px; - border-top: solid 1px #c00; - text-align: center; -} - -#news { - list-style-type: none; - padding-left: 0px; - border: dotted 1px #d7d7d7; -} - -#news li { - padding: 4px; -} - -.even { - background-color: #f7e7fe; -} - -.errorlist { - padding: 0px; - margin: 0px; - color: red; - list-style-type: none; -} - -#cadastro input[type=text] { - width: 300px; -} - -#cadastro p { - display: block; - width: 450px; - font-style: italic; - font-size: small; - color: #666; -} - -#cadastro p textarea { - width: 100%; -} - -#id_minicurriculo, -#id_descricao_curta { - height: 60px; -} - -#id_recursos { - height: 150px; -} +* {margin:0; padding:0; border:0;} + +body { + font-family:"Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif; + font-size:12px; + color:#222; + line-height:1.65em; + background:url(/site_media/imgs/bg_top.png) repeat-x; +} + +div#top h1 { + text-indent:-9999px; + width:355px; + height:134px; + background:url(/site_media/imgs/emsl07.jpg) no-repeat; + margin:34px 0 0 30px; +} + +div#top h2 { + text-indent:-9999px; + width:217px; + height:56px; + background:url(/site_media/imgs/el_data.gif) no-repeat; + margin-top:-142px; + margin-left:530px; +} + +div#top form { + width:748px; + text-align:right; + margin-top:15px; +} + +div#top input { border:1px solid #C00; width:85px; } +div#top label { color:white; padding-left:10px; } + +div#container {width:718px; padding:67px 30px 30px 30px; } + +ul#menu { + float:left; + width:180px; + list-style:none; + margin-bottom:35px; +} + +div#content { + padding-left:220px; +} + +h2, h3, h4 { font-weight:normal; } +div#content h2 { font-size:24px; margin-bottom:20px; margin-top:5px; } +div#content h3 { font-size:16px; color:#CC0D0D; margin-bottom:16px; margin-top:5px; } +div#content h4 { font-size:16px; color:#666; margin-bottom:13px; margin-top:5px; } + +div#content p {margin-bottom:15px;} + +div#content ul {list-style:circle inside;} + +div#footer { + background:url(/site_media/imgs/bg_footer.png) repeat-x #333; + clear:both; + height:145px; + padding:13px 30px 15px 30px; +} + +div#org {float:left;} + +div#patrocinio {padding-left:220px;} + +div#patrocinio h3 { + width:58px; + height:14px; + background:url(/site_media/imgs/tit_patrocinio.gif) no-repeat; + text-indent:-9999px; +} + +div#patrocinio table { + background:white; + margin-top:13px; +} + + +/* -- meu -- */ + +#cadastro input, +#cadastro textarea, +#cadastro select { + border: solid 1px #666; +} + +#cadastro input[type=text] { + width: 300px; +} + +#cadastro label { + display: block; + float: left; + width: 450px; + font-style: normal; + color: #000; +} + +#cadastro p { + display: block; + width: 450px; + font-style: italic; + font-size: small; + color: #666; +} + +#cadastro p textarea { + width: 100%; +} + +#id_minicurriculo, +#id_descricao_curta { + height: 60px; +} + +#id_recursos { + height: 150px; +} + +#menu-palestrante { + position: absolute; +} + +#menu-palestrante ul { + list-style-type: none; +} + +.login-failed { + background-color: red; + border: solid 1px white !important; +}