1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- /* Structure */
- h1 {
- font-size: 2.5em;
- user-select: none;
- position: fixed;
- height: -0.2em;
- width: 100%;
- }
- div.large-3, div.large-9 {
- margin-top: 7em;
- }
- h1:before {
- font-size: 1.25em;
- margin-left: 1em;
- margin-right: -1em;
- display: block;
- float: left;
- width: 25%;
- }
- /* Navigateurs */
- h1 {
- -moz-user-select: none;
- -webkit-user-select: none;
- }
- /* Contenus */
- h1:before {
- content: "\\_o<";
- font-family: monospace;
- }
- h1:hover:before {
- content: "\\_x<";
- }
- h1:hover:after {
- content: "PAN Administre les Ninternetz";
- position: fixed;
- text-align: center;
- right: 15%;
- left: 25%;
- }
- h1:hover a {
- opacity: 0.1;
- }
- h2:before {
- content: url(../img/coinitem.png);
- margin-right: 0.25em;
- }
- /* Couleurs */
- h1 a, h1:after {
- color: #0086A9;
- font-weight: bold;
- }
- h2 {
- color: #FF6600;
- border-bottom: 2px solid #0086A9;
- }
- h1:before {
- color: #FF6600;
- font-weight: normal;
- }
- .side-nav {
- background-color: #E8E8FF;
- border: 1px solid #E0E0E0;
- padding: 0;
- }
- .side-nav li:first-child:before {
- content: "Navigation :";
- font-weight: bold;
- display: block;
- margin-left: 1em;
- margin-bottom: 0.5em;
- text-decoration: underline;
- }
- .side-nav a {
- padding: 0 0.5em 0.2em 0.5em;
- }
- .side-nav a:hover, .side-nav li.active a {
- background-color: #0086A9;
- color: #FFFFFF !important;
- border-radius: 5px;
- }
|