Vés al contingut (premeu Retorn)

Sou a: Inici / scripts / mobilitat.css

mobilitat.css

text/css mobilitat.css — 1.1 KB

Continguts del fitxer

a:hover {
  text-decoration: none;
}

.serveisest {
  	background: #fff;
  	display: block;
  	padding: 0;
    width: 100%;
}

.botons-estudiants {
    display: inline-block;
    padding: 0;
    position: relative;
  }

.textdestacatblau {
   display: block;
 	 background: none repeat scroll 0 0 rgba(100, 50, 50, 0.8);
   bottom: 0;
   left: 0;
   padding:12px 0px;
   position: absolute;
   width: 100%;
   color: white !important;
   text-align: center;
   border-bottom-right-radius: 2px;
   border-bottom-left-radius: 2px;
 }

  .serveisest a:hover .botons-estudiants .textdestacatblau {
      	background: none repeat scroll 0 0 rgba(160, 80, 80, 0.8);
      }

  .serveisest a .botons-estudiants .textdestacatblau h3 {
    	color: white !important;
    	margin: 0;
      font-size: 16px;
    	display: inline !important;

    }
  .serveisest a .botons-estudiants .textdestacatblau p {
      color: white !important;
       text-transform: none;
        font: 15px;
        margin-bottom: 0;

    }

.marc-boto {
    border: 0px solid #505050;
    border-radius: 2px;
}