mirror of
https://github.com/mirror/processhacker
synced 2026-06-08 16:03:24 +00:00
27cd0785d2
* changelog.php: move iframe's inline style to stylesheet.css * header.php: use http for the rss feed url * add normalize.css trimmed down for our needs * use ids instead of classes where it makes sense to do so * trim urls Now everything should validate as html5 and css3 except for index.php due to the AddThis code. git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5172 21ef857c-d57f-4fe0-8362-d861dc6d29cd
60 lines
1.3 KiB
CSS
60 lines
1.3 KiB
CSS
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
|
|
|
|
/* ==========================================================================
|
|
HTML5 display definitions
|
|
========================================================================== */
|
|
|
|
/**
|
|
* Correct `block` display not defined in IE 8/9.
|
|
*/
|
|
|
|
footer,
|
|
header,
|
|
nav,
|
|
section {
|
|
display: block;
|
|
}
|
|
|
|
/**
|
|
* Address styling not present in IE 8/9.
|
|
*/
|
|
|
|
[hidden] {
|
|
display: none;
|
|
}
|
|
|
|
/* ==========================================================================
|
|
Base
|
|
========================================================================== */
|
|
|
|
/**
|
|
* 2. Prevent iOS text size adjust after orientation change, without disabling
|
|
* user zoom.
|
|
*/
|
|
|
|
html {
|
|
-webkit-text-size-adjust: 100%; /* 2 */
|
|
-ms-text-size-adjust: 100%; /* 2 */
|
|
}
|
|
|
|
/* ==========================================================================
|
|
Links
|
|
========================================================================== */
|
|
|
|
/**
|
|
* Address `outline` inconsistency between Chrome and other browsers.
|
|
*/
|
|
|
|
a:focus {
|
|
outline: thin dotted;
|
|
}
|
|
|
|
/**
|
|
* Improve readability when focused and also mouse hovered in all browsers.
|
|
*/
|
|
|
|
a:active,
|
|
a:hover {
|
|
outline: 0;
|
|
}
|