mirror of
https://github.com/less/less.js.git
synced 2026-01-21 05:08:10 -05:00
113 lines
2.0 KiB
CSS
113 lines
2.0 KiB
CSS
@charset "utf-8";
|
|
div {
|
|
color: black;
|
|
}
|
|
div {
|
|
width: 99%;
|
|
}
|
|
* {
|
|
min-width: 45em;
|
|
}
|
|
h1,
|
|
h2 > a > p,
|
|
h3 {
|
|
color: none;
|
|
}
|
|
div.class {
|
|
color: blue;
|
|
}
|
|
div#id {
|
|
color: green;
|
|
}
|
|
.class#id {
|
|
color: purple;
|
|
}
|
|
.one.two.three {
|
|
color: grey;
|
|
}
|
|
@media print {
|
|
font-size: 3em;
|
|
}
|
|
@media screen {
|
|
font-size: 10px;
|
|
}
|
|
@font-face {
|
|
font-family: 'Garamond Pro';
|
|
src: url("/fonts/garamond-pro.ttf");
|
|
}
|
|
a:hover,
|
|
a:link {
|
|
color: #999;
|
|
}
|
|
p,
|
|
p:first-child {
|
|
text-transform: none;
|
|
}
|
|
q:lang(no) {
|
|
quotes: none;
|
|
}
|
|
p + h1 {
|
|
font-size: 2.2em;
|
|
}
|
|
#shorthands {
|
|
border: 1px solid #000;
|
|
font: 12px/16px Arial;
|
|
font: 100%/16px Arial;
|
|
margin: 1px 0;
|
|
padding: 0 auto;
|
|
background: url("http://www.lesscss.org/spec.html") no-repeat 0 4px;
|
|
}
|
|
#more-shorthands {
|
|
margin: 0;
|
|
padding: 1px 0 2px 0;
|
|
font: normal small/20px 'Trebuchet MS', Verdana, sans-serif;
|
|
font: 0/0 a;
|
|
}
|
|
.misc {
|
|
-moz-border-radius: 2px;
|
|
display: -moz-inline-stack;
|
|
width: .1em;
|
|
background-color: #009998;
|
|
background-image: url(images/image.jpg);
|
|
background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#0000ff));
|
|
margin: ;
|
|
filter: alpha(opacity=100);
|
|
}
|
|
#important {
|
|
color: red !important;
|
|
width: 100%!important;
|
|
height: 20px ! important;
|
|
}
|
|
#data-uri {
|
|
background: url(data:image/png;charset=utf-8;base64,
|
|
kiVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAABlBMVEUAAAD/
|
|
k//+l2Z/dAAAAM0lEQVR4nGP4/5/h/1+G/58ZDrAz3D/McH8yw83NDDeNGe4U
|
|
kg9C9zwz3gVLMDA/A6P9/AFGGFyjOXZtQAAAAAElFTkSuQmCC);
|
|
background-image: url(data:image/x-png,f9difSSFIIGFIFJD1f982FSDKAA9==);
|
|
background-image: url(http://fonts.googleapis.com/css?family=\"Rokkitt\":\(400\),700);
|
|
}
|
|
#svg-data-uri {
|
|
background: transparent url('data:image/svg+xml, <svg version="1.1"><g></g></svg>');
|
|
}
|
|
@font-face {
|
|
font-family: font-a;
|
|
}
|
|
@font-face {
|
|
font-family: font-b;
|
|
}
|
|
.æøå {
|
|
margin: 0;
|
|
}
|
|
[ng\:cloak],
|
|
[ng-cloak],
|
|
[data-ng-cloak],
|
|
[x-ng-cloak],
|
|
.ng-cloak,
|
|
.x-ng-cloak{
|
|
display:none;
|
|
}
|
|
ng\:form,
|
|
ng-form{
|
|
display:block;
|
|
}
|