Template:Template
From 2014.igem.org
(Difference between revisions)
Line 8: | Line 8: | ||
/* wygląd głównego elementu - ol */ | /* wygląd głównego elementu - ol */ | ||
ol { | ol { | ||
- | list-style-type:none !important | + | list-style-type: none !important |
text-decoration: none; | text-decoration: none; | ||
padding: 0; | padding: 0; | ||
Line 22: | Line 22: | ||
display:block; | display:block; | ||
color: #FFFFFF; | color: #FFFFFF; | ||
- | list-style-type:none !important | + | list-style-type: none !important |
text-decoration: none !important | text-decoration: none !important | ||
padding:0 5px; | padding:0 5px; | ||
Line 33: | Line 33: | ||
margin-left:1px; | margin-left:1px; | ||
height:2em; | height:2em; | ||
- | list-style-type:none !important; | + | list-style-type: none !important; |
text-decoration: none !important | text-decoration: none !important | ||
} | } | ||
Line 43: | Line 43: | ||
/* wygląd elementów - li - wszystkich dzieci elementu - ol - po najechaniu kursorem myszki na element - li */ | /* wygląd elementów - li - wszystkich dzieci elementu - ol - po najechaniu kursorem myszki na element - li */ | ||
ol > li:hover { | ol > li:hover { | ||
- | list-style-type:none !important | + | list-style-type: none !important |
text-decoration: none !important | text-decoration: none !important | ||
} | } | ||
Line 50: | Line 50: | ||
ol > li:hover > a { | ol > li:hover > a { | ||
color: #F0A30A; | color: #F0A30A; | ||
- | list-style-type:none !important | + | list-style-type: none !important |
text-decoration: none !important | text-decoration: none !important | ||
} | } | ||
Line 64: | Line 64: | ||
ol > li > ul { | ol > li > ul { | ||
display:none; | display:none; | ||
- | list-style-type:none !important; | + | list-style-type: none !important; |
text-decoration: none !important; | text-decoration: none !important; | ||
padding:0; | padding:0; | ||
Line 74: | Line 74: | ||
position: relative; | position: relative; | ||
text-decoration: none !important; | text-decoration: none !important; | ||
- | list-style-type:none !important; | + | list-style-type: none !important; |
} | } | ||
Line 81: | Line 81: | ||
ol > li > ul > li > a { | ol > li > ul > li > a { | ||
text-decoration: circle !important; | text-decoration: circle !important; | ||
- | list-style-type: none!important; | + | list-style-type: none !important; |
} | } | ||
Revision as of 17:07, 17 October 2014