mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
121 lines
2.7 KiB
Plaintext
121 lines
2.7 KiB
Plaintext
/**
|
|
* EGroupware: Stylite Pixelegg template
|
|
*
|
|
* lettersearch
|
|
*
|
|
* Please do NOT change css-files directly, instead change less-files and compile them!
|
|
*
|
|
* @link http://www.egroupware.org
|
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
|
* @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
|
|
* @package pixelegg
|
|
* @version $Id: layout_table.less 3089 2014-06-11 14:02:57Z pixelegg $
|
|
*/
|
|
|
|
|
|
@import (reference) "definitions.less";
|
|
//##############################################################################################################
|
|
/**
|
|
* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
|
|
* http://cssreset.com
|
|
* fieldset legend
|
|
*/
|
|
/* 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,
|
|
form, label,
|
|
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;
|
|
}*/
|
|
/* HTML5 display-role reset for older browsers */
|
|
article, aside, details, figcaption, figure,
|
|
footer, header, hgroup, menu, nav, section {
|
|
display: block;
|
|
}
|
|
|
|
body {
|
|
line-height: 1;
|
|
}
|
|
|
|
ol, ul {
|
|
/*list-style: none;*/
|
|
}
|
|
blockquote, q {
|
|
quotes: none;
|
|
}
|
|
blockquote:before, blockquote:after,
|
|
q:before, q:after {
|
|
content: '';
|
|
content: none;
|
|
}
|
|
table {
|
|
border-collapse: collapse;
|
|
border-spacing: 0;
|
|
}
|
|
|
|
*::-webkit-input-placeholder {
|
|
color:@gray_60;
|
|
}
|
|
*:-moz-placeholder {
|
|
/* FF 4-18 */
|
|
color: @gray_60;
|
|
}
|
|
*::-moz-placeholder {
|
|
/* FF 19+ */
|
|
color: @gray_60;
|
|
}
|
|
*:-ms-input-placeholder {
|
|
/* IE 10+ */
|
|
color: @gray_60;
|
|
}
|
|
|
|
iframe{border: none;}
|
|
|
|
|
|
|
|
|
|
//Reset
|
|
|
|
html * {
|
|
font-size: 100%;
|
|
|
|
}
|
|
//###############################################
|
|
|
|
// verhindert Scrollbars und gibt content volle höhe
|
|
html {
|
|
|
|
margin: 0px !important;
|
|
padding: 0px !important;
|
|
width: 99.9% !important;
|
|
height: 99.9% !important;
|
|
|
|
}
|
|
|
|
body{
|
|
background-image:none;
|
|
|
|
.background_color_0_gray;
|
|
.color_100_gray; // Schriftfarbe schwarz
|
|
|
|
margin: 0px !important;
|
|
padding: 0px !important;
|
|
width: 99.9%;
|
|
height: 99.9% !important;
|
|
font-size: 11px;
|
|
line-height: 1.28;
|
|
font-weight: normal;
|
|
|
|
} |