Advertisement
Guest User

Untitled

a guest
Jul 2nd, 2015
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.39 KB | None | 0 0
  1. html,body{
  2.  
  3.   height: 100%;
  4.   width: 100%;
  5.  
  6. }
  7.  
  8. p,h5{
  9.    
  10.     color: #000066;
  11.    
  12. }
  13.  
  14. #menu{
  15.    
  16.     float: left;
  17.     margin: 0px 0px;
  18.    
  19. }
  20.  
  21. #menu a {
  22.    
  23.   color: white;
  24.    
  25. }
  26.  
  27. #menu a:hover{
  28.    
  29.   color: dimgray;
  30.    
  31. }
  32.  
  33. #map{
  34.    
  35.     position: relative;
  36.     padding-bottom: 35.25%; /* 16:9 */
  37.     padding-top: 25px;
  38.     height: 0;  
  39.    
  40. }
  41.  
  42. #id_head{
  43.  
  44.   width: 100%;
  45.  
  46. }
  47.  
  48. #id_separator{
  49.      
  50.     background-color: #DDDDDD;
  51.  
  52. }
  53.  
  54. #titolo{
  55.  
  56.     font-family:Georgia, serif;
  57.     color: #000099;
  58.    
  59. }
  60.  
  61. #id_nav{
  62.  
  63.   width: 100%;
  64.   background-color: #004D98;
  65.   color: #fff;
  66.  
  67. }
  68.  
  69. #id_nav a {
  70.    
  71.     color: white;
  72.    
  73. }
  74.  
  75. #id_nav a:hover {
  76.    
  77.     color: dimgrey;
  78.    
  79. }
  80.  
  81.  
  82. #langMenu{
  83.    
  84.     background-color: #004D98;
  85.     color: #fff;
  86.    
  87. }
  88.  
  89. #id_footer{
  90.  
  91.     position: absolute;
  92.     bottom: 0;
  93.     height: 100px;
  94.     width: 100%;
  95.     background-color: #004D98;
  96.     color: #fff;
  97.     padding-top: 2%;
  98. }
  99.  
  100. #id_footer_1{
  101.    
  102.   height: 100px;
  103.   width: 100%;
  104.   background-color: #004D98;
  105.   color: #fff;
  106.   clear: both;
  107.   padding-top: 2%;
  108. }
  109.  
  110. #myModal{
  111.    
  112.     padding-top: 10%;
  113.  
  114. }
  115.  
  116. #id_list{
  117.    
  118.     color: #000066;
  119.    
  120. }
  121.  
  122. #id_list a{
  123.  
  124.     font-size: 18px;
  125.  
  126.   }
  127.  
  128. #corpo{
  129.  
  130.     color: #000066;
  131.    
  132. }
  133.  
  134.  
  135. #titolo{
  136.  
  137.     font-family:Georgia, serif;
  138.     color: #000066;
  139.    
  140. }
  141.  
  142. #social:hover {
  143.    
  144.     -webkit-transform:scale(1.1);
  145.     -moz-transform:scale(1.1);
  146.     -o-transform:scale(1.1);
  147.     color: #f39c12;
  148. }
  149.  
  150. #bernardo{
  151.    
  152.  height: 100%;
  153.  width: 100%;
  154. }
  155.  
  156. #social {
  157.  
  158. -webkit-transform:scale(0.8);
  159. /* Browser Variations: */
  160. -moz-transform:scale(0.8);
  161. -o-transform:scale(0.8);
  162. -webkit-transition-duration: 0.5s;
  163. -moz-transition-duration: 0.5s;
  164. -o-transition-duration: 0.5s;
  165.     color: #fff;
  166. }
  167.  
  168. /* Only Needed in Multi-Coloured Variation */
  169.  
  170. .social-em:hover {
  171.    
  172.     color: #f39c12;
  173. }
  174.  
  175. .nascosto {
  176.    
  177.     position: absolute;
  178.     left:-9999px;
  179.     width: 2000px
  180.    
  181. }
  182.  
  183. .btn-file {
  184.     position: relative;
  185.     overflow: hidden;
  186. }
  187. .btn-file input[type=user_file] {
  188.     position: absolute;
  189.     top: 0;
  190.     right: 0;
  191.     min-width: 100%;
  192.     min-height: 100%;
  193.     font-size: 100px;
  194.     text-align: right;
  195.     filter: alpha(opacity=0);
  196.     opacity: 0;
  197.     outline: none;
  198.     background: white;
  199.     cursor: inherit;
  200.     display: block;
  201. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement