Ignore:
Timestamp:
Mar 4, 2013, 6:08:02 PM (11 years ago)
Author:
garnier
Message:

Changement de la couleur des sections selectionnes + plein dautres choses

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Interface_Web/trunk/pspaWT/htdocs/pspa.css

    r347 r359  
    5757  background-color: #FFFFFF;
    5858  box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
    59   font-size: 11px;
    60   padding: 15px 15px 0;
     59  padding: 8px 8px;
    6160  position: absolute;
    6261  border-radius: 5px;
     
    8079        text-shadow: 0px 0px 1px #333;
    8180}
     81
     82
     83
     84
     85.Button.WhiteButton.ContrastButton {
     86    border: 0 none;
     87    box-shadow: 0 1px rgba(255, 255, 255, 0.35) inset, 0 0 0 1px rgba(140, 126, 126, 0.5);
     88}
     89.pin .WhiteButton.Button11 {
     90    border-radius: 6px 6px 6px 6px;
     91    padding: 7px 9px;
     92}
     93
     94
     95element.style.div {
     96    left: -8px;
     97    position: static;
     98    top: -8px;
     99    z-index: 3;
     100    top: auto;
     101}
     102
     103.beamLineElementActions element.style.div{
     104    left: -8px;
     105    position: static;
     106    top: -8px;
     107    z-index: 3;
     108    top: auto;
     109}
     110
     111.beamLineElementActions {
     112    left: -8px;
     113    position: static;
     114    top: -8px;
     115    z-index: 3;
     116    top: auto;
     117}
     118
     119.Button.WhiteButton, .repin_memo_on .pin:hover .beamLineElementActions .repin_link {
     120    background-color: #F0EDED;
     121    background-image: -moz-linear-gradient(center top , #FDFAFB, #F9F7F7 50%, #F6F3F4 50%, #F0EDED);
     122    border-color: #BBBBBB;
     123    color: #524D4D;
     124    text-shadow: 0 1px rgba(255, 255, 255, 0.9);
     125}
     126.Button.Button11 {
     127    border-radius: 3px 3px 3px 3px;
     128}
     129.beamLineElementActions .likebutton, .beamLineElementActions .comment, .beamLineElementActions .repin_link, .beamLineElementActions .editbutton, .beamLineElementActions .software {
     130    display: none;
     131}
     132
     133.beamLineElementActions .parameters {
     134    background-image: url("advanced.png");
     135    background-repeat: no;
     136}
     137
     138.Button {
     139    border: 1px solid transparent;
     140    border-radius: 0.3em 0.3em 0.3em 0.3em;
     141    box-shadow: 0 1px rgba(255, 255, 255, 0.8), 0 1px rgba(255, 255, 255, 0.35) inset;
     142    cursor: pointer;
     143    display: inline-block;
     144    font-family: "helvetica neue",arial,sans-serif;
     145    font-weight: bold;
     146    line-height: 1em;
     147    margin: 0;
     148    padding: 0.45em 0.825em;
     149    text-align: center;
     150    transition: all 0.05s ease-in-out 0s;
     151}
     152*|*:-moz-any-link:not(svg|a) {
     153    text-decoration: underline;
     154}
     155*|*:link {
     156    color: #FF6666;
     157}
     158:-moz-any-link {
     159    cursor: pointer;
     160}
Note: See TracChangeset for help on using the changeset viewer.