manusoftar

estilos.css

Sep 11th, 2013
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 5.85 KB | None | 0 0
  1. @CHARSET "UTF-8";
  2. .Titulo {
  3.         font-family: Verdana; font-size: 60px;
  4.         text-align:center;
  5.         /*position:absolute; top:16.025%; left:16.256%;*/
  6.         /*border:dotted;*/
  7. }
  8.  
  9. .titulo2 {
  10.         font-family: Verdana; font-size: 40px;
  11.         text-align:center;
  12. }
  13.  
  14. .mainFrame {
  15.     background-color: #DDD;
  16.     text-align: center;
  17. }
  18.  
  19.  
  20. .outerTitle {
  21.     position:relative;
  22. }
  23.  
  24. .topFrame {
  25.         background-color: #FFD300;
  26. }
  27.  
  28. .menuFrame {
  29.         background-color: #E6E6E6;
  30. }
  31.  
  32. .signupTitle {
  33.     font-family: Verdana; font-size:28px;
  34.     text-shadow: #6374AB 2px 0px 2px;
  35.     text-align: center;
  36. }
  37.  
  38. .input {
  39.     size:80px; 
  40. }
  41.  
  42. .ErrorMsg {
  43.     background-color: #FF0000;
  44.     color: #414141;
  45.     font-weight: bold; 
  46. }
  47.  
  48. .captcha {
  49.     cursor: pointer;
  50. }
  51.  
  52. .link {
  53.     cursor: pointer;
  54.     color: #882222;
  55. }
  56.  
  57. .signupScreen {
  58.     background-color: #C2CEC2;
  59. }
  60.  
  61. .Subtitle {
  62.     font-family: Tahoma;
  63.     font-size: 26px;
  64.     display: inline-block;
  65.     border-bottom: dotted;
  66. }
  67.  
  68. .Subtitle2 {
  69.     font-family: Tahoma;
  70.     font-size: 20px;
  71.     display: inline-block;
  72.     text-decoration: underline;
  73.     text-align: justify;
  74. }
  75.  
  76. .mensaje {
  77.     font-family: Verdana;
  78.     font-size: 18px;
  79.     border: dotted medium;
  80.    
  81.    
  82. }
  83.  
  84. .webBox {
  85.     position: absolute;
  86.     top: 69px;
  87.     left: 27px;
  88.     width: 600px;
  89.     height: 204px;
  90.     visibility: hidden;
  91.     overflow: visible;
  92.     background-color: #FFFFFF;
  93.    
  94. }
  95.  
  96. .titleBox {
  97.     position: relative;
  98.     width: 100%;
  99.     visibility: inherit;
  100.     background-color: #AAAAAA;
  101.     border: thick;
  102.     border-color: #000000;
  103.     text-align: center;
  104. }
  105.  
  106. .contentBox {
  107.     position: relative;
  108.     width: 100%;
  109.     height: 95.34%;
  110.     visibility: hidden;
  111.     overflow: visible;
  112.     background-color: #785423;
  113. }
  114.  
  115. .subTitle3 {
  116.     font-family: Tahoma;
  117.     font-size: 18px;
  118.     display: inline-block;
  119.     text-align: justify;
  120. }  
  121.  
  122. .Counter {
  123.     position: absolute;
  124.     top: 160px;
  125.     left: 20px;
  126.     width: 125px;
  127.     font-family: Verdana;
  128.     font-size: 20px;
  129.     display: inline-block;
  130.     border: double;
  131.     text-align: center;
  132. }
  133. .botonIniciarOut {
  134.     font-family: Calibri;
  135.     font-size: 30px;
  136.     background-color: #00F;
  137.     text-align: center;
  138.     color: #FF0;
  139.     font-weight: bold;
  140.     line-height: 50px;
  141.     vertical-align: middle;
  142.     cursor: pointer;
  143.     clear: none;
  144.     float: none;
  145.     height: 50px;
  146.     width: 380px;
  147.     margin-left: auto;
  148.     margin-right: auto;
  149.    
  150.     border-top-style: outset;
  151.     border-right-style: outset;
  152.     border-bottom-style: outset;
  153.     border-left-style: outset;
  154.    
  155.     border-radius: 40px 10px;
  156.     alignment-adjust: central;
  157. }
  158.  
  159. .botonIniciar {
  160.     font-family: Calibri;
  161.     font-size: 30px;
  162.     background-color: #FF0;
  163.     text-align: center;
  164.     color: #00F;
  165.     font-weight: bold;
  166.     line-height: 50px;
  167.     vertical-align: middle;
  168.     cursor: pointer;
  169.     clear: none;
  170.     float: none;
  171.     height: 50px;
  172.     width: 380px;
  173.     margin-left: auto;
  174.     margin-right: auto;
  175.    
  176.     border-top-style: inset;
  177.     border-right-style: inset;
  178.     border-bottom-style: inset;
  179.     border-left-style: inset;
  180.    
  181.     border-radius: 40px 10px;
  182.     alignment-adjust: central;
  183. }
  184.  
  185. .boton:hover {
  186.     position:absolute;
  187.     font-family: Calibri;
  188.     font-size: 20px;
  189.     background-color: #000;
  190.     text-align: center;
  191.     color: #FFF;
  192.     font-weight: bold;
  193.     line-height: 40px;
  194.     vertical-align: middle;
  195.     cursor: pointer;
  196.     clear: none;
  197.     float: none;
  198.     height: 40px;
  199.     width: 150px;
  200.    
  201.    
  202.    
  203.     border-top-style: inset;
  204.     border-right-style: inset;
  205.     border-bottom-style: inset;
  206.     border-left-style: inset;
  207.    
  208.    
  209.     border-radius: 40px 10px;
  210.     alignment-adjust: central;
  211. }
  212.  
  213.  
  214. .boton:active {
  215.     position:absolute;
  216.     font-family: Calibri;
  217.     font-size: 20px;
  218.     background-color: #000;
  219.     text-align: center;
  220.     color: #FF0;
  221.     font-weight: bold;
  222.     line-height: 40px;
  223.     vertical-align: middle;
  224.     cursor: pointer;
  225.     clear: none;
  226.     float: none;
  227.     height: 40px;
  228.     width: 150px;
  229.    
  230.    
  231.    
  232.     border-top-style: inset;
  233.     border-right-style: inset;
  234.     border-bottom-style: inset;
  235.     border-left-style: inset;
  236.    
  237.    
  238.     border-radius: 40px 10px;
  239.     alignment-adjust: central;
  240. }
  241.  
  242.  
  243. .boton {
  244.     position:absolute;
  245.     font-family: Calibri;
  246.     font-size: 20px;
  247.     background-color: #666;
  248.     text-align: center;
  249.     color: #FFF;
  250.     font-weight: bold;
  251.     line-height: 40px;
  252.     vertical-align: middle;
  253.     cursor: pointer;
  254.     clear: none;
  255.     float: none;
  256.     height: 40px;
  257.     width: 150px;
  258.    
  259.        
  260.     border-top-style: outset;
  261.     border-right-style: outset;
  262.     border-bottom-style: outset;
  263.     border-left-style: outset;
  264.    
  265.    
  266.     border-radius: 40px 10px;
  267.     alignment-adjust: central;
  268. }
  269.  
  270. .topCorner {
  271.     position:relative;
  272.     left:0px;
  273.     top:0px;
  274.     height:100%;
  275.     width:100%;
  276. }
  277.  
  278. .greyFrame {
  279.     background-color:#DDD;
  280. }
  281.  
  282. .ventanaAux {
  283.     position:relative;
  284.     width:570px;
  285.     height:400px;
  286.     border:none;
  287.     background-color:#996;
  288.    
  289. }
  290.  
  291. #mainBody {
  292.     margin: 0px;
  293.     padding: 0px;
  294.     background-color: #999;
  295. }
  296.  
  297. #navtop {
  298.     background-color: #999;
  299.     margin: 0px;
  300. }
  301.  
  302. #navside li, #navside ul {
  303.     list-style: none;
  304.     margin: 8px;
  305.     padding: 0px;
  306.     text-align: left;
  307. }
  308.  
  309. #navside {
  310.     position: relative;
  311.     width: 100px;
  312.     display: inline-block;
  313.     vertical-align: top;
  314. }
  315.  
  316. #maincontent {
  317.     position: relative;
  318.     border-top-left-radius: 40px;
  319.     padding-top: 60px;
  320.     top:20px;
  321.     left:30px;
  322.     padding-bottom:100%;
  323.     padding-right:calc(100% - 133px);
  324.     background-color: #EEE;
  325.     display: inline-block;
  326.     vertical-align: top;
  327.     width: calc(100% - 133px);
  328. }
  329.  
  330. loginWindow {
  331.      position:relative;
  332.      margin-left:250px;
  333.      margin-top:-150px;
  334.      background-color:#999966;
  335.      background:#999966;
  336.      height:200px;
  337.      width:500px;
  338.      border:none;
  339.      margin-right:760px;
  340.      padding-top:20px;
  341.      padding-bottom:10px;
  342.      padding-left:25px;
  343.      padding-right:calc(500px - 20px);
  344.      
  345. }
  346.  
  347. signupWindow {
  348.      position:relative;
  349.      margin-left:250px;
  350.      margin-top:-150px;
  351.      background-color:#999966;
  352.      background:#999966;
  353.      height:380px;
  354.      width:950px;
  355.      border:none;
  356.      margin-right:100px;
  357.      padding-top:20px;
  358.      padding-bottom:10px;
  359.      padding-left:25px;
  360.      padding-right:calc(950px - 20px);
  361.      
  362. }
Advertisement
Add Comment
Please, Sign In to add comment