euscanwww/media: strip css

Signed-off-by: Corentin Chary <corentincj@iksaif.net>
This commit is contained in:
Corentin Chary 2011-04-17 22:20:43 +02:00
parent 1d391e6389
commit e5278e0e0f
1 changed files with 0 additions and 155 deletions

View File

@ -230,158 +230,3 @@ th
clear: both;
}
.download a {
color: #1c1c1c;
}
.download {
background: url('download-bg.png') no-repeat;
color: #1c1c1c;
padding: 1em;
float: right;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background-size: 100% 100%;
-moz-background-size: 100% 100%;
-webkit-background-size: 100% 100%;
}
.ubuntu {
background: url('dev/img/ubuntu.png') no-repeat;
padding-left: 20px;
}
.debian {
background: url('dev/img/debian.png') no-repeat;
padding-left: 20px;
}
.gentoo {
background: url('dev/img/gentoo.png') no-repeat;
padding-left: 20px;
}
.osx {
background: url('dev/img/osx.png') no-repeat;
padding-left: 20px;
}
.win32 {
background: url('dev/img/win32.png') no-repeat;
padding-left: 20px;
}
.maemo {
background: url('dev/img/maemo.png') no-repeat;
padding-left: 20px;
}
.symbian {
background: url('dev/img/symbian.png') no-repeat;
padding-left: 20px;
}
.os2 {
background: url('dev/img/os2.png') no-repeat;
padding-left: 20px;
}
pre code[class]:after {
content: 'highlight: ' attr(class);
display: block; text-align: right;
font-size: smaller;
color: #CCC; background: white;
border-top: solid 1px;
padding-top: 0.5em;
}
pre code {
display: block;
background: #F0F0F0;
}
pre code,
pre .ruby .subst,
pre .xml .title,
pre .lisp .title {
color: black;
}
pre .string,
pre .title,
pre .parent,
pre .tag .attribute .value,
pre .rules .value,
pre .rules .value .number,
pre .preprocessor,
pre .ruby .symbol,
pre .instancevar,
pre .aggregate,
pre .template_tag,
pre .django .variable,
pre .smalltalk .class,
pre .addition,
pre .flow,
pre .stream,
pre .bash .variable,
pre .apache .tag,
pre .apache .cbracket {
color: #800;
}
pre .comment,
pre .annotation,
pre .template_comment,
pre .diff .header,
pre .chunk {
color: #888;
}
pre .number,
pre .date,
pre .regexp,
pre .literal,
pre .smalltalk .symbol,
pre .smalltalk .char,
pre .change {
color: #080;
}
pre .label,
pre .javadoc,
pre .ruby .string,
pre .decorator,
pre .filter .argument,
pre .localvars,
pre .array,
pre .attr_selector,
pre .pseudo,
pre .pi,
pre .doctype,
pre .deletion,
pre .envvar,
pre .shebang,
pre .apache .sqbracket {
color: #88F;
}
pre .keyword,
pre .id,
pre .phpdoc,
pre .title,
pre .built_in,
pre .aggregate,
pre .smalltalk .class,
pre .winutils,
pre .bash .variable,
pre .apache .tag {
font-weight: bold;
}
pre .html .css,
pre .html .javascript,
pre .html .vbscript {
opacity: 0.5;
}