Advertisement
Guest User

Untitled

a guest
Mar 29th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.32 KB | None | 0 0
  1. /* CSS Document */
  2.     body{
  3.         margin: 0;
  4.     }
  5.     a{
  6.         text-decoration: none;
  7.         color: #000;
  8.     }
  9. /* header */
  10.     header{
  11.         background-color:#093764;  
  12.         margin: 0;
  13.         padding: 0;
  14.         clear: both;
  15.         padding: 20px;
  16.         border-bottom: 10px solid #54947e;
  17.         box-shadow: 3px 3px 5px 2px #888;
  18.     }
  19.     header img{
  20.         width: auto;
  21.     }
  22.     header h1{
  23.         width: auto;
  24.         text-transform: uppercase; 
  25.         display: inline-block;
  26.         color: #fff;
  27.         font-weight: 400;
  28.         margin: 0;
  29.         margin-left: 5%;
  30.         vertical-align: 20px;
  31.         font-size: 20px;
  32.     }
  33.     header h1:first-letter{
  34.         font-size: 30px;
  35.     }
  36.     #ppw{
  37.         font-size: 30px;
  38.     }
  39. /* fine header*/
  40.  
  41. /* content */
  42.     #contetn{
  43.         width: 90%;
  44.     }
  45. /* percorso di briciole */
  46.     #menu{
  47.         width: auto;
  48.         float: left;
  49.     }
  50.     #nav{
  51.         width: 100%;
  52.         padding-left:50px;
  53.         margin-top:30px;
  54.     }
  55.     #nav a{
  56.         text-decoration: none;
  57.         color: #093764;
  58.     }
  59.     #nav li{
  60.         display: inline;
  61.         list-style: none;
  62.         margin:10px 0;  
  63.         color: #093764;
  64.         font-family: "helvetica neue", sans-serif;
  65.         font-size: 15px;
  66.         font-weight: bold;
  67.     }
  68.     #nav li img{
  69.         margin: 0 7px;
  70.         width: 7px;
  71.     }
  72. /*bottone e selettore*/
  73.     #selection_area{
  74.         width: auto;
  75.     }
  76.     #mostra, #selezione{
  77.         width: auto;
  78.         float: left;
  79.         margin-top: 25px;
  80.         margin-left: 10%;
  81.     }
  82.     #mostra{
  83.         font-size: 13px;
  84.         font-weight: bold;
  85.         background-color: #54947e;
  86.         border-color: #54947e;
  87.         color: #f6f6f6;
  88.         border-radius: 5px;
  89.         padding: 5px 10px;
  90.     }
  91.     #mostra:focus{
  92.         outline: none;
  93.     }
  94. /* progetti */
  95.     article{
  96.         float: left;
  97.         height: 150px;
  98.         padding: 0 5px 5px 5px;
  99.     }
  100.     #middle_content{
  101.         clear: both;
  102.         padding-top:50px;
  103.         margin: 50px;
  104.         width: 100%;
  105.     }
  106.     #middle_content img{
  107.         width:150px;
  108.     }
  109.     #lateral{
  110.         width: 25%;
  111.         float: left;
  112.     }
  113.     ul#valore, ul#istruzioni{
  114.         padding: 0;
  115.         margin: 0;
  116.     }
  117.     li{
  118.         list-style: none;
  119.     }
  120.     #istruzioni > li {
  121.         background-color: #54947e;
  122.         width: 100%;
  123.         color:#f6f6f6;
  124.         text-transform: uppercase;
  125.         text-align: center;
  126.         font-family: "helvetica neue", sans-serif;
  127.         margin:0;
  128.         margin-bottom: 20px;
  129.     }
  130.     #valore li {
  131.         background-color: #fff;
  132.         color: #333;
  133.         text-transform: none;
  134.         text-align: left;
  135.         padding: 5px;
  136.         width: 100%;
  137.         margin: 0;
  138.         padding: 0;
  139.         padding-top: 10px;
  140.         font-weight: 400;
  141.         font-size: 15px;
  142.     }
  143.     #valore li:first-child{
  144.         padding-top: 20px;
  145.     }
  146.     #contetn_img{
  147.         width: 75%;
  148.         float: right;
  149.     }
  150.     .descr{
  151.         background: #cc99cc;
  152.         width: 150px;
  153.         position: relative;
  154.         bottom: 154px;
  155.         height: 150px;
  156.         display: none;
  157.     }
  158.     .descr h2{
  159.         margin: 0;
  160.         text-align: center;
  161.         padding-top: 50px;
  162.         font-size: 18px;
  163.         color: #fff;
  164.         font-family: "helvetica neue",sans-serif;
  165.         font-weight: bold;
  166.     }
  167.     .descr p{
  168.         text-align: center;
  169.         font-family: "helvetica neue",sans-serif;
  170.         font-size: 16px;
  171.         color: #fff;
  172.     }
  173.     /* hover */
  174.     article:hover .descr{
  175.         display: block;
  176.     }
  177.     article:hover  article img{
  178.         display: none;
  179.     }
  180. /* footer */
  181. footer{
  182.     clear:both;
  183. }
  184. footer > p{
  185.     width: 100%;
  186.     text-align: center;
  187.     padding-top: 50px;
  188. }
  189. #content_prof{
  190.     clear: both;
  191.     background-color: #093764;
  192.     height: 100%;
  193.     overflow:auto;
  194. }
  195. .prof{
  196.     width: 25%;
  197.     float: left;
  198.     color: #fff;
  199.     height: 100%;
  200.     padding-left: 50px;
  201. }
  202. .prof p{
  203.     font-family: "helvetica neue",sans-serif;
  204. }
  205. .prof a{
  206.     color:#fff;
  207. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement