PHP Classes

File: css/instalar/css.css

Recommend this page to a friend!
  Classes of Bill Rocha   NEOS PHP Framework   css/instalar/css.css   Download  
File: css/instalar/css.css
Role: Auxiliary data
Content type: text/plain
Description: css for install and example
Class: NEOS PHP Framework
Framework that implements the MVC design pattern
Author: By
Last change:
Date: 14 years ago
Size: 3,890 bytes
 

Contents

Class file image Download
@charset "iso-8859-1"; /* CSS Document */ *{ margin:0; padding:0;} body{ font:60% Verdana, Geneva, sans-serif; margin:0 auto; width:700px;} label { color:#888; font: 100% Arial, Arial, Helvetica, sans-serif; font-weight:bold} input, select, textarea { margin-bottom:10px; font-family:"Courier New", Courier, monospace; color:#03C} h1 { font-size:120%; margin-bottom: 20px} h2 {font-size:110%} p { margin-bottom:5px; font: 11px Tahoma, Geneva, sans-serif} .smvc_conteudo { position:absolute; width:700px; top:0; bottom:0;} #logo { border-bottom:1px solid #EEE; margin:0px 0 10px 0;} #logo img { margin:1px 0 0 0;} #logo div { position:absolute; top:5px; left:110px;font: 120% "Trebuchet MS", Arial, Helvetica, sans-serif } #tabs { margin:20px 0} #tabs p { margin:0; color:#000} .splash { position:absolute; top:20%} .splash img { margin:0 0 0 -10px; text-align:center; } .splash .texto { margin:5px 0px;} .splash .texto h1 { padding:3px 0; margin:0;font-size:14px} .splash .texto h2 { padding:20px 0 8px 0; margin:0; color:#660;font-size:13px; font-weight:normal;} .splash .texto h3 { padding:10px 0; margin:0; color:#000;font-size:12px; font-weight:normal;} .splash .texto p { padding:0; margin:0; color:#000; font-family: Tahoma, Geneva, sans-serif; font-size:11px} .smvc_esquerdo { float:left; width:330px;} .smvc_direito { width:300px; height:250px; margin:0 0 0 340px; *margin:0; padding-left:10px; border-left:1px solid #EEE;} .smvc_direito h2 { margin-bottom:10px;} .check { margin-bottom:0px} .smvc_botoes { text-align:left;} .smvc_botoes input { font-size:90%; font-family:Verdana, Geneva, sans-serif; color:#000; margin:0; padding:2px 10px;} .links { position:absolute; top:0; right:0; color:#999; padding:3px 20px; background:#F4F4F4} .links a { color:#999; text-decoration:none;} .links a:hover { color:#000} /* menu */ .top_menu { position:absolute; top:0; right:0; color:#000; background:#F9F9F9;} .top_menu .menu {padding:2px 5px 5px 5px; margin:0; list-style:none; height:20px; position:relative; font-family: Tahoma, verdana ,arial, sans-serif; } .top_menu .menu li.top {display:block; float:left; position:relative;} .top_menu .menu li a.top_link {display:block; float:left; height:19px; line-height:17px; color:#999; text-decoration:none; cursor:default; border:1px solid transparent;} .top_menu .menu li a.top_link span {float:left; display:block; padding:0 10px; height:30px;} .top_menu .menu li a.top_link:hover {color:#FFF;} .top_menu .menu li:hover > a.top_link {color:#000;} .top_menu .menu li:hover > a.top_link span {background:transparent;} .top_menu .menu a:hover {visibility:visible;} .top_menu .menu li:hover {position:relative; z-index:200;} .top_menu .menu ul, .top_menu .menu :hover ul ul, .top_menu .menu :hover ul :hover ul ul, .top_menu .menu :hover ul :hover ul :hover ul ul, .top_menu .menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;} .top_menu .menu :hover ul.sub {left:0px; top:19px; right:2px; background: #FFF; padding:15px 5px; border:1px solid #CCC; /*border-top:none;*/ white-space:nowrap; width:160px; height:auto;} .top_menu .menu :hover ul.sub li {display:block; height:20px; position:relative; float:left;} .top_menu .menu :hover ul.sub li a {display:block; height:20px; width:160px; line-height:20px; text-indent:5px; color:#000; text-decoration:none; cursor:pointer} .top_menu .menu :hover ul.sub li a:hover { color:#000; background: #EEE;} .top_menu .menu :hover ul.sub li a.sep, .top_menu .menu :hover ul.sub li a.sep:hover { background:#FFF url(../img/instalar/f_menu.png) left center repeat-x; cursor:auto;} .top_menu .menu ul.sub li a.off {color:#CCC; cursor:default} .top_menu .menu ul.sub li a.off:hover {color:#CCC; background:#FFF}