Team:Heidelberg/Templates/bootstrap-css
From 2013.igem.org
(Difference between revisions)
Nils.kurzawa (Talk | contribs) m |
Nils.kurzawa (Talk | contribs) |
||
(12 intermediate revisions not shown) | |||
Line 6: | Line 6: | ||
src: url('https://dl.dropboxusercontent.com/sh/2x8a55zuyds8mzw/S9BqKzbE2x/fonts/glyphicons-halflings-regular.eot'); | src: url('https://dl.dropboxusercontent.com/sh/2x8a55zuyds8mzw/S9BqKzbE2x/fonts/glyphicons-halflings-regular.eot'); | ||
src: url('https://dl.dropboxusercontent.com/sh/2x8a55zuyds8mzw/S9BqKzbE2x/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('https://dl.dropboxusercontent.com/sh/2x8a55zuyds8mzw/Sx8NYE6ESD/fonts/glyphicons-halflings-regular.woff') format('woff'), url('https://dl.dropboxusercontent.com/sh/2x8a55zuyds8mzw/-vMDB5wEeJ/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('https://dl.dropboxusercontent.com/sh/2x8a55zuyds8mzw/KZyq0JlXcI/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg'); | src: url('https://dl.dropboxusercontent.com/sh/2x8a55zuyds8mzw/S9BqKzbE2x/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('https://dl.dropboxusercontent.com/sh/2x8a55zuyds8mzw/Sx8NYE6ESD/fonts/glyphicons-halflings-regular.woff') format('woff'), url('https://dl.dropboxusercontent.com/sh/2x8a55zuyds8mzw/-vMDB5wEeJ/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('https://dl.dropboxusercontent.com/sh/2x8a55zuyds8mzw/KZyq0JlXcI/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg'); | ||
+ | } | ||
+ | body { | ||
+ | font-family:Arial, sans-serif; | ||
+ | } | ||
+ | h1, h2, h3, h4, h5, h6 { | ||
+ | font-family:Arial, sans-serif; | ||
+ | } | ||
} | } | ||
.pagination > li > a { | .pagination > li > a { | ||
z-index: 2; | z-index: 2; | ||
color: #000; | color: #000; | ||
- | |||
- | |||
- | |||
font-size:14px; | font-size:14px; | ||
+ | } | ||
+ | .pagination > li > a:hover { | ||
+ | z-index: 2; | ||
+ | color: #000; | ||
+ | font-size:10px; | ||
+ | background-color:#eeeeee; | ||
+ | } | ||
+ | .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { | ||
+ | background-color:#999999; | ||
+ | border-color:#999999; | ||
+ | } | ||
+ | .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { | ||
+ | background-color: #eeeeee; | ||
+ | } | ||
+ | a { | ||
+ | color:#000; | ||
+ | } | ||
+ | .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { | ||
+ | background-color: #999999; | ||
+ | } | ||
+ | a:focus { | ||
+ | outline:none; | ||
+ | outline-offset:none; | ||
+ | } | ||
+ | .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { | ||
+ | |||
+ | z-index: no; | ||
} | } | ||
</style> | </style> | ||
</html> | </html> |
Latest revision as of 11:02, 26 October 2013