MediaWiki:Vector.css: Diferență între versiuni
De la B-Zone Wiki
(Nu s-au afișat 18 versiuni intermediare efectuate de același utilizator) | |||
Linia 14: | Linia 14: | ||
} | } | ||
− | . | + | |
− | + | .MyProfileBox | |
+ | { | ||
+ | width:500px; | ||
+ | transition:1s; | ||
+ | background:#EEEEEE; | ||
+ | border-radius:100%; | ||
+ | border:2px solid #bcbcbc; | ||
+ | transition:1s; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
} | } | ||
− | . | + | .MyProfileBox:hover |
− | + | { | |
− | + | width:500px; | |
− | + | background:#A1FFC2; | |
− | + | border-radius:100%; | |
− | + | border:2px solid #000000; | |
− | + | transition:1s; | |
− | + | margin-left: auto; | |
− | + | margin-right: auto; | |
− | + | ||
− | + | ||
− | + | ||
} | } |
Versiunea curentă din 31 iulie 2015 19:46
body { font-family:Arial; } .mw-body h1, .mw-body #firstHeading { font-size: 1.8em; font-family: arial; } .mw-body h2 { font-size: 1.5em; margin-top: 1em; font-family:Arial; } .MyProfileBox { width:500px; transition:1s; background:#EEEEEE; border-radius:100%; border:2px solid #bcbcbc; transition:1s; margin-left: auto; margin-right: auto; } .MyProfileBox:hover { width:500px; background:#A1FFC2; border-radius:100%; border:2px solid #000000; transition:1s; margin-left: auto; margin-right: auto; }