web/src/css/main.scss
changeset 1573 43dc356e3ff8
parent 1571 4a1e6952afe5
child 1575 ce1d5b0d1479
equal deleted inserted replaced
1572:dad2fc75bd8b 1573:43dc356e3ff8
   210 #socialGroupFollow {
   210 #socialGroupFollow {
   211     padding: 5px;
   211     padding: 5px;
   212     background: #ff9966;
   212     background: #ff9966;
   213 }
   213 }
   214 .loginbutton{
   214 .loginbutton{
   215     margin: 10px 0; min-height: 45px; width: 420px; padding:10px;
   215     margin: 10px 0; min-height: 45px; width: 420px; padding:5px 0 5px 10px;
   216     background: url(twcx-img/bgdWriterDisconnect.png) no-repeat;
   216     background: url(twcx-img/bgdWriterDisconnect.png) no-repeat;
   217     background-size: cover;
   217     background-size: cover;
   218     border: none; color:#fff; font-size: 12px;
   218     border: none; color:#fff; font-size: 12px;
   219 }
   219 }
   220 .loginlink{
   220 .loginlink{
   221     text-decoration:none;
   221     text-decoration:none;
   222     color:#fff;
   222     color:#fff;
       
   223 }
       
   224 .loginlist {
       
   225     margin-left: 10px;
   223 }
   226 }
   224 textarea#status {
   227 textarea#status {
   225     display: block; margin: 10px 0; height: 45px; width: 420px; padding:5px;
   228     display: block; margin: 10px 0; height: 45px; width: 420px; padding:5px;
   226     background: url(twcx-img/bgdWriter.png) no-repeat;
   229     background: url(twcx-img/bgdWriter.png) no-repeat;
   227     border: none; resize: none; font-size: 14px; font-family: 'PT Sans', Helvetica, Arial, sans-serif;
   230     border: none; resize: none; font-size: 14px; font-family: 'PT Sans', Helvetica, Arial, sans-serif;
   538 
   541 
   539 ul.accordeon {
   542 ul.accordeon {
   540     float: left; width: 100%; margin: 10px 0 5px 0; padding: 1px 0 0; list-style: none; background: #999999;
   543     float: left; width: 100%; margin: 10px 0 5px 0; padding: 1px 0 0; list-style: none; background: #999999;
   541 }
   544 }
   542 
   545 
   543 .embed #out_fleche, .embed #accordeon {
   546 /*.embed #out_fleche, .embed #accordeon {
   544 /*    display: none; */
   547     display: none;
   545 }
   548 }*/
   546 
   549 
   547 .accordeon h3, .acctitre h3 {
   550 .accordeon h3, .acctitre h3 {
   548     font-size: 16px; font-weight: bold; color: #555555;
   551     font-size: 16px; font-weight: bold; color: #555555;
   549 }
   552 }
   550 
   553 
   588 div.accsubtitle {
   591 div.accsubtitle {
   589     position: absolute; top: 0; left: 0; width: 20px; height: 100%; background: #e0e0e0; border-right: 1px solid #999999; overflow: hidden;
   592     position: absolute; top: 0; left: 0; width: 20px; height: 100%; background: #e0e0e0; border-right: 1px solid #999999; overflow: hidden;
   590 }
   593 }
   591 
   594 
   592 div.aroundsubtitle {
   595 div.aroundsubtitle {
   593     position: absolute; top: 50%; left: 0; width: 0; height: 0; -moz-transform: rotate(-90deg); -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg);
   596     position: absolute; top: 50%; left: 0; width: 0; height: 0; transform: rotate(-90deg); -moz-transform: rotate(-90deg); -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg);
   594 }
   597 }
   595 
   598 
   596 .aroundsubtitle h4 {
   599 .aroundsubtitle h4 {
   597     position: absolute; top: 0; left: -75px; width: 150px; height: 20px; font-size: 13px; font-weight: bold; text-align: center; color: #555555;
   600     position: absolute; top: 0; left: -75px; width: 150px; height: 20px; font-size: 13px; font-weight: bold; text-align: center; color: #555555;
   598 }
   601 }