Coder Social home page Coder Social logo

defaultcss's Introduction

defaultCss

CSS default values.

feel free to copy and paste ;)

License: none (public domain)

Reference: https://www.w3schools.com/cssref/css_default_values.asp

/*    License: none (public domain)
Reference: https://www.w3schools.com/cssref/css_default_values.asp
find it on : https://github.com/NizarAlsaeed/defaultCss
*/

a:link{ 	color: (internal value);
text-decoration: underline;
cursor: auto;} 	
a:visited{ 	color: (internal value);
text-decoration: underline;
cursor: auto; }	
a:link:active{ 	color: (internal value);
}
a:visited:active{ 	color: (internal value);
}

address,article,aside,blockquote,body,dd,details,div,dl,dt,fieldset,figcaption
,figure,footer,form,h1,h2,h3,h4,h5,h6
,header,hr,html,iframe[seamless],legend,menu,nav,ol,p,pre,section,summary,ul{
    display: block;
}
address{font-style: italic;} 	
area,datalist,head,link,param,script,style,title{ 
	display: none;
} 	
b 	{font-weight: bold;} 	
bdo {	unicode-bidi: bidi-override;} 	
blockquote{
margin-top: 1em;
margin-bottom: 1em;
margin-left: 40px;
margin-right: 40px; }
body {margin: 8px;} 	
body:focus {	outline: none; 	}
caption {	display: table-caption;
text-align: center; 	}
cite 	{font-style: italic;} 	
code 	{font-family: monospace;} 	
col 	{display: table-column;} 	
colgroup 	{display: table-column-group} 	
dd 	{margin-left: 40px;} 	
del 	{text-decoration: line-through;} 	
dfn 	{font-style: italic;} 	
dl 	{
margin-top: 1em;
margin-bottom: 1em;
margin-left: 0;
margin-right: 0; }
em 	{font-style: italic; }	
embed:focus{ 	outline: none; 	}
fieldset 	{
margin-left: 2px;
margin-right: 2px;
padding-top: 0.35em;
padding-bottom: 0.625em;
padding-left: 0.75em;
padding-right: 0.75em;
border: 2px groove (internal value);} 		
figure 	{
margin-top: 1em;
margin-bottom: 1em;
margin-left: 40px;
margin-right: 40px;}
form 	{margin-top: 0em; }
h1 	{
font-size: 2em;
margin-top: 0.67em;
margin-bottom: 0.67em;
margin-left: 0;
margin-right: 0;
font-weight: bold;} 	
h2 	{
font-size: 1.5em;
margin-top: 0.83em;
margin-bottom: 0.83em;
margin-left: 0;
margin-right: 0;
font-weight: bold;} 	
h3 	{
font-size: 1.17em;
margin-top: 1em;
margin-bottom: 1em;
margin-left: 0;
margin-right: 0;
font-weight: bold;} 	
h4 	{
margin-top: 1.33em;
margin-bottom: 1.33em;
margin-left: 0;
margin-right: 0;
font-weight: bold;} 	
h5 	{
font-size: .83em;
margin-top: 1.67em;
margin-bottom: 1.67em;
margin-left: 0;
margin-right: 0;
font-weight: bold;} 	
h6 	{
font-size: .67em;
margin-top: 2.33em;
margin-bottom: 2.33em;
margin-left: 0;
margin-right: 0;
font-weight: bold;} 	
hr 	{
margin-top: 0.5em;
margin-bottom: 0.5em;
margin-left: auto;
margin-right: auto;
border-style: inset;
border-width: 1px;} 	
html:focus 	{outline: none;} 	
i 	{font-style: italic;} 	
iframe:focus 	{outline: none;} 		
img 	{display: inline-block;} 	
ins 	{text-decoration: underline;} 	
kbd 	{font-family: monospace; 	}
label 	{cursor: default;} 	
legend 	{
padding-left: 2px;
padding-right: 2px;
border: none; 	}
li 	{display: list-item;} 	
map,output,q 	{display: inline;} 	
mark 	{background-color: yellow;
color: black; 	}
menu 	{
list-style-type: disc;
margin-top: 1em;
margin-bottom: 1em;
margin-left: 0;
margin-right: 0;
padding-left: 40px;} 	
object:focus 	{outline: none;} 	
ol 	{
list-style-type: decimal;
margin-top: 1em;
margin-bottom: 1em;
margin-left: 0;
margin-right: 0;
padding-left: 40px; }	
p 	{
margin-top: 1em;
margin-bottom: 1em;
margin-left: 0;
margin-right: 0; 	}
pre 	{
font-family: monospace;
white-space: pre;
margin: 1em 0;} 	
q::before 	{content: open-quote; 	}
q::after 	{content: close-quote; 	}
rt 	{line-height: normal; 	}
s{ 	text-decoration: line-through; 	}
samp 	{font-family: monospace; 	}
small 	{font-size: smaller; 	}
strike 	{text-decoration: line-through;}
strong 	{font-weight: bold; 	}
sub 	{vertical-align: sub;
font-size: smaller; 	} 	
sup 	{vertical-align: super;
font-size: smaller; 	}
table 	{display: table;
border-collapse: separate;
border-spacing: 2px;
border-color: gray;} 	
tbody 	{display: table-row-group;
vertical-align: middle;
border-color: inherit;} 	
td 	{display: table-cell;
vertical-align: inherit;} 	
tfoot 	{display: table-footer-group;
vertical-align: middle;
border-color: inherit;} 	
th 	{display: table-cell;
vertical-align: inherit;
font-weight: bold;
text-align: center;} 	
thead 	{display: table-header-group;
vertical-align: middle;
border-color: inherit; 	}
tr 	{display: table-row;
vertical-align: inherit;
border-color: inherit;} 	
u 	{text-decoration: underline; }	
ul 	{
list-style-type: disc;
margin-top: 1em;
margin-bottom: 1 em;
margin-left: 0;
margin-right: 0;
padding-left: 40px;} 	
var 	{font-style: italic;} 	

defaultcss's People

Contributors

nizaralsaeed avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.