mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
35 lines
1,014 B
CSS
35 lines
1,014 B
CSS
/* =============================================================================
|
|
Base
|
|
========================================================================== */
|
|
|
|
/*
|
|
* 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
|
|
* 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
|
|
*/
|
|
|
|
html{
|
|
color: #222;
|
|
}
|
|
|
|
body {
|
|
margin: 0;
|
|
}
|
|
|
|
/*
|
|
* Remove text-shadow in selection highlight: h5bp.com/i
|
|
* These selection declarations have to be separate
|
|
* Also: hot pink! (or customize the background color to match your design)
|
|
*/
|
|
/*
|
|
::selection { background: #fe57a1; color: #fff; text-shadow: none; }
|
|
*/
|
|
|
|
|
|
/* =============================================================================
|
|
Links
|
|
========================================================================== */
|
|
|
|
a:focus { outline: thin dotted; }
|
|
|
|
/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
|
|
a:hover, a:active { outline: 0; }
|