default.css: css reset
This commit is contained in:
@@ -26,9 +26,28 @@
|
||||
url('../fonts/open-sans-v15-latin_latin-ext-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
|
||||
}
|
||||
|
||||
html, body, div, span, applet, object, iframe,
|
||||
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
|
||||
a, abbr, acronym, address, big, cite, code,
|
||||
del, dfn, em, img, ins, kbd, q, s, samp,
|
||||
small, strike, strong, sub, sup, tt, var,
|
||||
b, u, i, center,
|
||||
dl, dt, dd, ol, ul, li,
|
||||
fieldset, form, label, legend,
|
||||
table, caption, tbody, tfoot, thead, tr, th, td,
|
||||
article, aside, canvas, details, embed,
|
||||
figure, figcaption, footer, header, hgroup,
|
||||
menu, nav, output, ruby, section, summary,
|
||||
time, mark, audio, video {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
font-size: 100%;
|
||||
font: inherit;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: #000;
|
||||
background: #efefef;
|
||||
height: 100%;
|
||||
@@ -36,9 +55,7 @@ body {
|
||||
}
|
||||
|
||||
body #content {
|
||||
margin: 0;
|
||||
color: #000;
|
||||
background: #fff;
|
||||
text-align: left;
|
||||
min-width: 500px;
|
||||
max-width: 1200px;
|
||||
@@ -46,6 +63,13 @@ body #content {
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
h1{
|
||||
font-size:3rem;
|
||||
}
|
||||
h2{
|
||||
font-size:2rem;
|
||||
}
|
||||
|
||||
div {
|
||||
transition: background-color 0.5s linear;
|
||||
transition: z-index 2s linear;
|
||||
@@ -74,7 +98,6 @@ body,
|
||||
#content button {
|
||||
font-size: 1rem;
|
||||
font-family: Roboto, sans-serif;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
#content textarea {
|
||||
@@ -111,8 +134,6 @@ body,
|
||||
#calcms_nav input,
|
||||
#calcms_nav select,
|
||||
#calcms_nav option {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
@@ -201,7 +222,6 @@ div.editor {
|
||||
#content div.panel-header {
|
||||
clear: both;
|
||||
text-align: left;
|
||||
padding-left: 0;
|
||||
align-content: center;
|
||||
align-items: center;
|
||||
display: flex;
|
||||
@@ -232,12 +252,6 @@ div.editor {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#content form {
|
||||
border: 0;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#content div,
|
||||
td,
|
||||
tr,
|
||||
@@ -493,8 +507,6 @@ table.tablesorter tr {
|
||||
color: #000;
|
||||
background: #fefefe;
|
||||
padding: 8px;
|
||||
margin-top: 0px;
|
||||
margin-bottom: 0px;
|
||||
margin-left: 0.5rem;
|
||||
text-decoration: none;
|
||||
}
|
||||
@@ -542,13 +554,6 @@ input[type='checkbox'] {
|
||||
}
|
||||
|
||||
/* new */
|
||||
#calcms_nav {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
#calcms_nav div a,
|
||||
#calcms_nav select,
|
||||
#calcms_nav option {
|
||||
|
||||
Reference in New Issue
Block a user