Difference between revisions of "Team:SSTi-SZGD/css/base"

m
m (add selection)
Line 1: Line 1:
 
*{ margin: 0; padding: 0; transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; -o-transition: all 0.5s;}
 
*{ margin: 0; padding: 0; transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; -o-transition: all 0.5s;}
body{ min-width: 320px; background: #fff; touch-action: manipulation; font-size: 62.5%; font-family: BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;}
+
body{ min-width: 320px; min-height: 320px; background: #fff; touch-action: manipulation; font-size: 62.5%; font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";}
 +
a, area, button, input, label, select, summary, textarea{ touch-action:manipulation;}
 
ul{ margin: 0;}
 
ul{ margin: 0;}
 
li{ list-style: none; display: inline-block;}
 
li{ list-style: none; display: inline-block;}
Line 6: Line 7:
 
a:hover{ text-decoration: none;}
 
a:hover{ text-decoration: none;}
 
a:focus{ text-decoration: none;}
 
a:focus{ text-decoration: none;}
 +
::selection{ background: #ff7171; color:#fff;}
 +
::-moz-selection{ background: #ff7171; color:#fff;}

Revision as of 09:58, 1 August 2018

  • { margin: 0; padding: 0; transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; -o-transition: all 0.5s;}

body{ min-width: 320px; min-height: 320px; background: #fff; touch-action: manipulation; font-size: 62.5%; font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";} a, area, button, input, label, select, summary, textarea{ touch-action:manipulation;} ul{ margin: 0;} li{ list-style: none; display: inline-block;} a{ text-decoration: none;} a:hover{ text-decoration: none;} a:focus{ text-decoration: none;}

selection{ background: #ff7171; color:#fff;}
-moz-selection{ background: #ff7171; color:#fff;}