Advertisement
DesenvolverBatch

revesc.css

Sep 26th, 2013
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.82 KB | None | 0 0
  1. /* Arquivo CSS */
  2. *{
  3.     margin: 0;
  4.     padding: 0;
  5. }
  6. .top {
  7.     /*position: relative;*/
  8.     width:300px;
  9.     height:300px;
  10.     background-color: #EFEFEF;
  11.     border: 1px solid #E8E8E8;
  12.     text-align: center;
  13.     line-height: 40px;
  14.     float: left;
  15.  
  16. }
  17.  
  18. .open_div {
  19.     cursor: pointer;
  20.     font-family: Arial, Helvetica, sans-serif;
  21.     font-size: 17px;
  22.     color: #333333;
  23.     width:300px;
  24.     height:200px;
  25.     float: left;
  26.     display: inline;
  27.     clear: both;
  28. }
  29. .hidden_div {
  30.     font-family: Arial, Helvetica, sans-serif;
  31.     font-style: italic;
  32.   /*background-image: url(hide.jpg);
  33.     position: absolute;*/
  34.     position: absolute;
  35.     bottom: 0;
  36.     /*color: white;*/
  37.     width: 297px;
  38.     height: 70px;
  39.     top:-40px;
  40.     left:50%;
  41.     margin-top: 150px;
  42.     margin-left:-150px;
  43.     border:2px solid #CCCCCC;
  44.     overflow: hidden;
  45.     /*clear: both;*/
  46.     display: inline;
  47.     float: left;
  48. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement