Created
July 19, 2019 20:39
-
-
Save primalmotion/9d3c1e58a163cd149d9c4a04cd77b6ee to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@charset "UTF-8"; | |
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, font, img, ins, kbd, q, s, samp, small, strike, strong, | |
sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, | |
table, caption, tbody, tfoot, thead, tr, th, td { | |
margin: 0; | |
padding: 0; | |
border: 0; | |
outline: 0; | |
font-size: 100%; | |
color: inherit | |
} | |
body { | |
background: white; | |
color: #444444; | |
font-family: sans-serif; | |
font-size: 0.85em; | |
margin: 0 auto; | |
min-width: 55em | |
} | |
a:link, a:visited { | |
color: #006699; | |
text-decoration: none | |
} | |
a:hover, a:active { | |
color: #444444; | |
text-decoration: underline | |
} | |
nav#site { | |
display: block; | |
margin-bottom: 2.5em; | |
background-color: #555; | |
color: #FFFFFF; | |
font-weight: bold; | |
font-size: 0.85em | |
} | |
nav#site .go_to_content { | |
display: none | |
} | |
nav#site ul { | |
display: inline-block; | |
list-style: none; | |
padding: 0.7em 0 0.7em 2%; | |
width: 70% | |
} | |
nav#site ul li { | |
display: inline | |
} | |
nav#site ul li:after { | |
content: "|"; | |
color: #555555; | |
padding: 0 0.75em | |
} | |
nav#site ul li:last-child:after, nav#site ul li.last:after { | |
content: ""; | |
padding: 0 | |
} | |
nav#site a:link, nav#site a:visited { | |
color: #FFFFFF; | |
text-decoration: none | |
} | |
nav#site a:hover { | |
color: #AAAAAA | |
} | |
nav#site form { | |
float: right; | |
margin: 0.35em 2% 0 0; | |
width: 25%; | |
display: block; | |
text-align: right | |
} | |
nav#site input[type=submit] { | |
display: none | |
} | |
nav#site input#query { | |
border: thin solid #2E2E2E; | |
background-color: #EEEEEE; | |
color: #444444; | |
padding: 0.25em; | |
width: 50%; | |
max-width: 13em | |
} | |
nav#site input#query:focus { | |
background-color: #F6F6F6; | |
color: #000000 | |
} | |
aside#sidebar { | |
display: inline; | |
float: left; | |
overflow: hidden; | |
width: 20%; | |
margin: 0 1%; | |
margin-top: -16px; | |
} | |
aside#sidebar .box { | |
margin: 1.5em 1%; | |
padding-bottom: 0.25em; | |
border: thin solid; | |
border-color: #F4F4F4; | |
background: #FEFEFE; | |
font-size: 0.8em | |
} | |
aside#sidebar .box h1 { | |
border-bottom: thin solid #F4F4F4; | |
padding: 0.4em 1%; | |
margin-bottom: 0.5em; | |
background-color: #F4F4F4; | |
background-color: ;#f9f9f9; | |
display: block | |
} | |
aside#sidebar .insecure, aside#sidebar .secure { | |
display: block; | |
float: right; | |
text-indent: -9999px; | |
position: relative; | |
top: -2.5em; | |
height: 16px; | |
width: 16px | |
} | |
aside#sidebar .insecure { | |
background: url(http://linuxfr.org/images/icones/lock-insecure.png) no-repeat; | |
background-size: 50%; | |
background-position: center; | |
} | |
aside#sidebar .secure { | |
background: url(http://linuxfr.org/images/icones/lock-secure.png) no-repeat; | |
background-size: 50%; | |
background-position: center; | |
} | |
aside#sidebar .box>* { | |
padding: 0.1em 1% | |
} | |
aside#sidebar .box input[type=text], aside#sidebar .box input[type=password] { | |
border: thin solid #999999; | |
margin-bottom: 1em; | |
padding: 0.2em 2%; | |
background-color: #F9F9F9; | |
display: block; | |
width: 95%; | |
color: #006699 | |
} | |
aside#sidebar .box input[type=text]:focus, aside#sidebar .box input[type=password]:focus { | |
color: #000000; | |
border-color: #F4F4F4; | |
background-color: #FEFEFE; | |
} | |
aside#sidebar .box input[type=submit] { | |
border: thin solid #999999; | |
margin: 1em 0; | |
padding: 0.3em; | |
background-color: #F4F4F4; | |
color: #444444; | |
text-align: center | |
} | |
aside#sidebar .box input[type=submit]:hover { | |
background-color: #8ABC00; | |
border-color: #F4F4F4; | |
color: #FFFFFF; | |
cursor: pointer | |
} | |
aside#sidebar .box ul { | |
list-style: none | |
} | |
aside#sidebar div.forum { | |
margin: 0 1% | |
} | |
aside#sidebar div.forum h2 { | |
font-weight: normal | |
} | |
header#branding>h1 { | |
margin-bottom: 2em; | |
height: 15em; | |
background-image: url(http://linuxfr.org/images/contrib/grises/linuxfr-logo.png) !important; | |
background-position: center center; | |
background-repeat: no-repeat; | |
-moz-background-size: contain; | |
-webkit-background-size: contain; | |
-o-background-size: contain; | |
background-size: contain; | |
display: none; | |
} | |
header#branding>h1>a { | |
display: block; | |
width: 100%; | |
height: 100%; | |
color: transparent | |
} | |
section#container { | |
margin: 0 0 0 22%; | |
text-align: justify; | |
display: block; | |
width: 77% | |
} | |
section#container>* { | |
max-width: 80em; | |
margin: 0 auto | |
} | |
section#container>section, section#container>aside { | |
display: block | |
} | |
section#container div.notice, section#container>aside.banner { | |
margin: 1em auto; | |
border: thin solid #F4F4F4; | |
padding: 0.5em 0; | |
background: #F0F0F0; | |
font-weight: bold; | |
text-align: center | |
} | |
section#container>h1, section#container>div>h1 { | |
color: #444444; | |
font-size: 2.5em; | |
text-align: center; | |
max-width: 32em; | |
margin: 1em auto | |
} | |
section#container>h2, section#container>div>h2, section#container>div>div>h2 { | |
color: #444444; | |
font-size: 1.25em; | |
max-width: 64em; | |
margin: 0.5em auto | |
} | |
section#container table { | |
background: #FEFEFE; | |
text-align: left; | |
border-collapse: collapse; | |
border: none; | |
margin: 0.5em auto; | |
width: 100% | |
} | |
section#container table th { | |
border: thin solid #BBBBBB; | |
background-color: #F4F4F4; | |
padding: 0.2em | |
} | |
section#container table td { | |
border: thin solid #CCCCCC; | |
padding: 0.2em | |
} | |
section#container input, section#container button, section#container select, | |
section#container textarea, section#redaction input, section#redaction button, | |
section#redaction select, section#redaction textarea { | |
margin: 0.5em; | |
color: #006699; | |
border: thin solid #999999; | |
background-color: #F9F9F9; | |
padding: 0.1em 0 | |
} | |
section#container textarea, section#redaction textarea { | |
width: 100%; | |
margin: 0.5em auto | |
} | |
section#container select, section#redaction select { | |
padding: 0 | |
} | |
section#container input:focus, section#container button:focus, section#container select:focus, | |
section#container textarea:focus, section#redaction input:focus, | |
section#redaction button:focus, section#redaction select:focus, section#redaction textarea:focus { | |
color: #000000; | |
border-color: #F4F4F4; | |
background-color: #FEFEFE; | |
} | |
section#container button, section#container input[type=submit], | |
section#redaction button, section#redaction input[type=submit] { | |
padding: 0.25em; | |
background-color: #F4F4F4; | |
color: #444444; | |
text-align: center | |
} | |
section#container button:hover, section#container input[type=submit]:hover, | |
section#redaction button:hover, section#redaction input[type=submit]:hover { | |
background-color: #8ABC00; | |
border-color: #F4F4F4; | |
color: #FFFFFF; | |
cursor: pointer | |
} | |
div#form_links { | |
margin: 2em 0; | |
border: thin solid; | |
border-color: #F4F4F4; | |
background-color: #FEFEFE; | |
} | |
div#form_links fieldset { | |
padding: 0.5em 0 | |
} | |
div#form_links fieldset:first-child { | |
background-color: #F4F4F4; | |
} | |
div#form_links fieldset.link { | |
border-top: thin solid #F4F4F4; | |
background: #FEFEFE | |
} | |
div#form_links fieldset:last-child { | |
border-top: thin solid #F4F4F4; | |
background-color: #F4F4F4; | |
} | |
div#form_links label { | |
display: inline-block; | |
text-align: center; | |
margin: 0 0 0 1% | |
} | |
div#form_links label#label-link-name, div#form_links label#label-link-url { | |
width: 33% | |
} | |
div#form_links label#label-link-lang, div#form_links label#label-link-actions { | |
width: 13% | |
} | |
div#form_links input { | |
width: 33%; | |
margin: 0 0 0 1% | |
} | |
div#form_links select, div#form_links button { | |
margin: 0 0 0 1%; | |
width: 13% | |
} | |
section#container form.edit_account input[type=text], section#container form.edit_account input[type=url], | |
section#container form.edit_account input[type=email], section#container form.edit_account input[type=password] { | |
width: 50%; | |
display: block | |
} | |
.misspelled { | |
color: inherit; | |
background-color: inherit; | |
border-bottom: 1px dashed red | |
} | |
.pot_de_miel { | |
display: none | |
} | |
.datePourCss { | |
display: none | |
} | |
section#container>nav.toolbox, div#contents>div.pagination, body#comments-show>section#container>p { | |
margin: 2em auto; | |
display: block; | |
font-size: 0.8em; | |
max-width: 100em | |
} | |
.content img { | |
max-width: 100%; | |
} | |
section#container>nav.toolbox ul { | |
display: inline; | |
list-style: none | |
} | |
section#container>nav.toolbox li { | |
display: inline | |
} | |
article { | |
margin-bottom: 1em; | |
border: thin solid; | |
border-color: #F4F4F4; | |
background-color: #FEFEFE; | |
display: block | |
} | |
article header { | |
border-bottom: thin solid #F4F4F4; | |
padding: 0.5em 0.75em; | |
background-color: #F4F4F4; | |
display: block | |
} | |
article header h1 { | |
font-size: 1.25em; | |
display: inline; | |
color: #444444 | |
} | |
article header h1 a:link, article header h1 a:visited { | |
color: #444444 | |
} | |
article header div.meta { | |
margin-top: 5px; | |
font-size: 0.8em; | |
color: #777; | |
} | |
article header ul, article header li { | |
display: inline; | |
list-style: none | |
} | |
article>div.figures>figure.score { | |
background: #4C7C00; | |
color: #FEFEFE; | |
padding: 1.2em 0 0; | |
margin: 1em 0.75em 0.5em; | |
float: left; | |
display: block; | |
width: 3.5em; | |
height: 2.3em; | |
text-align: center | |
} | |
article>div.figures>figure.image { | |
float: left; | |
margin: 1em 0.75em 0.5em; | |
width: auto !important; | |
height: 3.5em !important | |
} | |
article>div.figures>figure.image img { | |
width: auto !important; | |
height: auto !important; | |
max-height: 3.5em !important | |
} | |
article div.content, article div.body { | |
padding: 0.5em 0.75em; | |
color: #000000; | |
min-height: 4.5em | |
} | |
article div h1, article>h1 { | |
padding: 0.5em 0.75em; | |
font-size: 1.5em; | |
color: #444444 | |
} | |
article div h2, div.content h2, table#wiki_help h2 { | |
padding: 0.4em 0.75em 0; | |
font-size: 1.4em; | |
color: #444444 | |
} | |
article div h3, div.content h3, table#wiki_help h3 { | |
padding: 0.3em 0.75em 0; | |
font-size: 1.2em; | |
color: #444444 | |
} | |
article div h4, div.content h4, table#wiki_help h4 { | |
padding: 0.2em 0.75em 0; | |
font-size: 1.1em; | |
color: #444444 | |
} | |
article div h5, div.content h5 { | |
padding: 0.1em 0.75em 0; | |
font-size: 1em; | |
font-weight: normal; | |
color: #444444 | |
} | |
article div ul, div.content ul { | |
list-style: disc inside; | |
padding: 0.5em 0.75em | |
} | |
article div ol, div.content ol { | |
list-style: decimal inside; | |
padding: 0.5em 0.75em | |
} | |
article li p:first-child, div.content li p:first-child { | |
display: inline | |
} | |
article div blockquote, div.content blockquote { | |
font-style: italic; | |
margin: 0.5em 0 0.5em 4em; | |
color: #444444 | |
} | |
article div pre, div.content pre { | |
white-space: pre-wrap; | |
min-width: 55em | |
} | |
div.content p { | |
margin-top: 1em; | |
margin-bottom: 1em | |
} | |
article li.link { | |
padding-left: 3em | |
} | |
article li.link img { | |
width: 1.25em !important; | |
height: 0.8em !important | |
} | |
article a:link, article a:visited { | |
color: #006699; | |
text-decoration: none | |
} | |
article a:hover { | |
color: #444444; | |
text-decoration: underline | |
} | |
article.poll div.content ul { | |
list-style: none | |
} | |
article.poll div.content form { | |
margin-left: 5em | |
} | |
article.poll div.content ul.poll { | |
list-style: disc outside none; | |
margin-left: 5em | |
} | |
.poll li { | |
margin-bottom: 0.5em | |
} | |
.poll .result { | |
display: block; | |
border: thin solid #DDDDDD; | |
background: #F0F0F0; | |
color: #444444; | |
text-align: right | |
} | |
article>footer { | |
padding: 0.5em 0.75em; | |
display: block; | |
font-size: 0.8em; | |
border-top: thin solid #F4F4F4; | |
background-color: #F4F4F4; | |
color: #777; | |
} | |
article>footer>div { | |
display: inline | |
} | |
#container header .tags ul { | |
display: inline | |
} | |
#container header .tags ul li { | |
display: inline; | |
padding: 0 3px | |
} | |
#container header .tags ul form { | |
display: inline-block | |
} | |
#container header li .add_tag, #container header li .remove_tag { | |
display: block; | |
float: left; | |
text-indent: -9998em; | |
height: 12px; | |
width: 12px; | |
margin: -3px 0; | |
border: none; | |
} | |
#container header li .add_tag, #container header li .add_tag:hover { | |
background: url(http://linuxfr.org/images/icones/tag.png) no-repeat; | |
background-size: 50%; | |
background-position: center; | |
} | |
#container header li .add_tag[disabled] { | |
background: url(http://linuxfr.org/images/icones/tagged.png) no-repeat; | |
background-size: 50%; | |
background-position: center; | |
} | |
#container header li .remove_tag, #container header li .remove_tag:hover { | |
background: url(http://linuxfr.org/images/icones/x.png) no-repeat; | |
background-size: 50%; | |
background-position: center; | |
} | |
#container header li .remove_tag[disabled] { | |
display: none | |
} | |
div.vote, div.vote form.button_to, div.vote form.button_to div { | |
display: inline | |
} | |
div.vote { | |
margin-left: 0.3em | |
} | |
section#container div.vote input { | |
border: thin solid transparent; | |
background: none; | |
color: #006699; | |
margin: 0; | |
padding: 0 | |
} | |
section#container div.vote input:hover { | |
border: thin solid transparent; | |
background: none; | |
color: #444444; | |
cursor: pointer | |
} | |
.action form.button_to, .action form.button_to div { | |
display: inline | |
} | |
section#container .action form.button_to input { | |
border: thin solid transparent; | |
background: none; | |
color: #006699; | |
margin: 0; | |
padding: 0 | |
} | |
section#container .action form.button_to input:hover { | |
border: thin solid transparent; | |
background: none; | |
color: #444444; | |
cursor: pointer; | |
text-decoration: underline | |
} | |
div#comments { | |
margin: 4em auto | |
} | |
div#comments>p { | |
margin: 1em auto; | |
text-align: center | |
} | |
div#comments ul.threads { | |
margin: 4em auto; | |
list-style: none | |
} | |
div#contents>ul { | |
list-style: none | |
} | |
#comments>ul>li, #contents>ul>li { | |
margin: 0 0 1em 0; | |
border: thin solid; | |
padding: 0.7em; | |
border-color: #F4F4F4; | |
background-color: #FEFEFE; | |
color: #000000; | |
font-size: 1em | |
} | |
div#comments li>ul { | |
padding-left: 1.5em; | |
list-style: none | |
} | |
li.comment>h2 { | |
margin-top: 0.5em; | |
padding: 0.2em 0.5em; | |
background-color: #F4F4F4; | |
border-bottom: thin solid #F4F4F4; | |
color: #444444; | |
font-size: 1em; | |
font-weight: bold | |
} | |
li.comment>h2 a:link, li.comment>h2 a:visited { | |
color: #444444; | |
text-decoration: none | |
} | |
li.comment>h2 a:hover { | |
text-decoration: underline | |
} | |
li.comment>p.meta, li.comment>footer.actions { | |
color: #777; | |
font-size: 0.8em; | |
padding: 0.5em 0 0.5em 0.875em; | |
display: block | |
} | |
li.comment>figure.image { | |
display: inline; | |
float: left; | |
margin: 0; | |
display: none; | |
} | |
li.comment>figure.image img { | |
width: 3em !important; | |
height: 3em !important; | |
margin: 1em 3.5em 1em 4em | |
} | |
li.comment .content .signature { | |
color: #999; | |
font-size: 11px | |
} | |
li.comment .content .signature:before { | |
white-space: pre-line; | |
content: "-- \a" | |
} | |
li.comment>div.content { | |
padding: 0 0 0 1em; | |
min-height: 3em; | |
border-left: thin solid #F4F4F4; | |
} | |
li.new-comment>h2 { | |
margin-top: 0.5em; | |
padding: 0.2em 0.5em; | |
background-color: #777777; | |
border-bottom: thin solid #F4F4F4; | |
color: #FFFFFF; | |
font-size: 1em; | |
font-weight: bold | |
} | |
li.new-comment>h2 a:link, li.new-comment>h2 a:visited { | |
color: #FFFFFF | |
} | |
li.fold>p.meta, li.fold>figure.image, li.fold>div.content, li.fold>footer.actions { | |
display: none | |
} | |
section#container>footer { | |
display: block; | |
font-size: 0.8em; | |
max-width: 100em; | |
margin: 2em auto | |
} | |
footer#bigfooter { | |
display: inline; | |
float: left; | |
border-top: thin solid #F4F4F4; | |
width: 90%; | |
margin: 3em 5% 0; | |
padding-bottom: 5em; | |
font-size: 0.8em | |
} | |
footer#bigfooter nav, footer#bigfooter section { | |
display: inline; | |
float: left; | |
overflow: hidden; | |
width: 23%; | |
margin: 1em 1%; | |
color: #666666 | |
} | |
footer#bigfooter h1 { | |
font-size: 1.25em; | |
margin: 0 0 0.5em 0 | |
} | |
footer#bigfooter ul { | |
list-style: none | |
} | |
section#edition, section#chat { | |
display: inline; | |
overflow: hidden; | |
text-align: justify | |
} | |
section#edition { | |
float: left; | |
margin: 1em 1%; | |
width: 58% | |
} | |
section#chat { | |
float: left; | |
margin: 1em 1% 1em 0; | |
width: 39% | |
} | |
section#chat input[type=text] { | |
width: 64% | |
} | |
section#chat h1 { | |
color: #444444; | |
font-size: 1.5em; | |
padding: 0.75em 0 0.5em | |
} | |
time.norloge { | |
font-weight: bold | |
} | |
div.board>div.inbox>p { | |
padding: 0.25em 0 0.25em; | |
font-size: 0.8em | |
} | |
div.board>div.inbox span.board-left { | |
float: left; | |
padding-right: 0.5em; | |
display: block | |
} | |
div.board>div.inbox span.board-right { | |
margin-left: 16%; | |
display: block | |
} | |
input#board_message { | |
width: 75% | |
} | |
body#wiki_pages-revision div#contents>h2 { | |
border-top: thin solid #F4F4F4; | |
border-left: thin solid #F4F4F4; | |
border-right: thin solid #F4F4F4; | |
padding: 0.4em 0.5em 0; | |
margin: 0; | |
background-color: #F4F4F4; | |
} | |
body#wiki_pages-revision div#contents>h2>a { | |
color: #444444 | |
} | |
body#wiki_pages-revision div#contents>h3 { | |
border-left: thin solid #F4F4F4; | |
border-right: thin solid #F4F4F4; | |
border-bottom: thin solid #F4F4F4; | |
padding: 0 0.75em 0.5em; | |
background-color: #F4F4F4; | |
font-size: 0.8em; | |
font-weight: normal | |
} | |
body#wiki_pages-revision div#contents>pre { | |
white-space: pre-wrap; | |
background-color: #FFFFFF; | |
color: #000000; | |
padding: 0.25em; | |
border-left: thin solid #CCCCCC; | |
border-right: thin solid #CCCCCC; | |
} | |
body#wiki_pages-revision pre>del { | |
background-color: #FFDDDD | |
} | |
body#wiki_pages-revision pre>ins { | |
background-color: #DDFFDD; | |
text-decoration: none | |
} | |
body#wiki_pages-revision div#contents>nav { | |
border: thin solid; | |
border-color: #F4F4F4; | |
padding: 0.5em 0.75em; | |
background-color: #F4F4F4; | |
display: block | |
} | |
body#wiki_pages-revision div#contents>nav>ul { | |
list-style: none; | |
font-size: 0.8em | |
} | |
body#wiki_pages-revision div#contents>nav>ul>li { | |
display: inline; | |
padding-right: 1.5em | |
} | |
div#toolbar { | |
display: none; | |
} | |
div#toolbar>span { | |
display: block; | |
margin: 0 0.3em | |
} | |
body#static-show div.body>a>img { | |
width: 100% !important; | |
height: 100% !important; | |
margin-top: 3em | |
} | |
body#comments-create div#contents>img { | |
height: auto !important; | |
max-width: 100% | |
} | |
.markItUpContainer { | |
margin-bottom: 1em; | |
border: thin solid; | |
border-color: #F4F4F4; | |
} | |
.markItUpHeader { | |
border-bottom: thin solid #F4F4F4; | |
padding: 0.5em 1%; | |
height: 1.2em; | |
background-color: #F4F4F4; | |
} | |
.markItUpEditor, section#container .markItUpEditor { | |
width: 100%; | |
height: 20em; | |
display: block; | |
overflow: auto; | |
border: none; | |
background-color: #FCFCFC; | |
color: #006699; | |
padding: 0; | |
margin: 0 | |
} | |
.markItUpEditor:focus, section#container .markItUpEditor:focus { | |
background-color: #FFFFFF; | |
color: #000000 | |
} | |
.markItUpFooter { | |
padding: 0.5em 0; | |
border-top: thin solid #F4F4F4; | |
background-color: #F4F4F4; | |
} | |
.markItUpResizeHandle { | |
overflow: hidden; | |
width: 20%; | |
height: 0.5em; | |
margin-left: auto; | |
margin-right: auto; | |
background-image: url(http://linuxfr.org/images/markitup/handle.png); | |
background-position: center center; | |
background-repeat: no-repeat; | |
cursor: s-resize | |
} | |
.markItUpHeader ul li { | |
list-style: none; | |
float: left; | |
position: relative | |
} | |
.markItUpHeader ul li ul { | |
display: none | |
} | |
.markItUpHeader ul li:hover>ul { | |
display: block | |
} | |
.markItUpHeader ul a { | |
display: block; | |
width: 1.2em; | |
height: 1.2em; | |
text-indent: -1000em; | |
background-repeat: no-repeat; | |
background-position: center center; | |
-moz-background-size: 100%; | |
-webkit-background-size: 100%; | |
-o-background-size: 100%; | |
background-size: 100%; | |
margin: 0 0.3em | |
} | |
.markItUpHeader ul .markItUpSeparator { | |
margin: 0 1em; | |
width: 0; | |
height: 1.2em; | |
overflow: hidden; | |
border-left: thin solid #CCCCCC | |
} | |
.markItUp .h1 a { | |
background-image: url(http://linuxfr.org/images/markitup/h1.png); | |
background-size: 50%; | |
background-position: center; | |
} | |
.markItUp .h2 a { | |
background-image: url(http://linuxfr.org/images/markitup/h2.png); | |
background-size: 50%; | |
background-position: center; | |
} | |
.markItUp .h3 a { | |
background-image: url(http://linuxfr.org/images/markitup/h3.png); | |
background-size: 50%; | |
background-position: center; | |
} | |
.markItUp .h4 a { | |
background-image: url(http://linuxfr.org/images/markitup/h4.png); | |
background-size: 50%; | |
background-position: center; | |
} | |
.markItUp .bold a { | |
background-image: url(http://linuxfr.org/images/markitup/bold.png); | |
background-size: 50%; | |
background-position: center; | |
} | |
.markItUp .italic a { | |
background-image: url(http://linuxfr.org/images/markitup/italic.png); | |
background-size: 50%; | |
background-position: center; | |
} | |
.markItUp .stroke a { | |
background-image: url(http://linuxfr.org/images/markitup/stroke.png); | |
background-size: 50%; | |
background-position: center; | |
} | |
.markItUp .list-bullet a { | |
background-image: url(http://linuxfr.org/images/markitup/list-bullet.png); | |
background-size: 50%; | |
background-position: center; | |
} | |
.markItUp .list-numeric a { | |
background-image: url(http://linuxfr.org/images/markitup/list-numeric.png); | |
background-size: 50%; | |
background-position: center; | |
} | |
.markItUp .image a { | |
background-image: url(http://linuxfr.org/images/markitup/picture.png); | |
background-size: 50%; | |
background-position: center; | |
} | |
.markItUp .link a { | |
background-image: url(http://linuxfr.org/images/markitup/link.png); | |
background-size: 50%; | |
background-position: center; | |
} | |
.markItUp .quotes a { | |
background-image: url(http://linuxfr.org/images/markitup/quotes.png); | |
background-size: 50%; | |
background-position: center; | |
} | |
.markItUp .code a { | |
background-image: url(http://linuxfr.org/images/markitup/page_white_code.png); | |
background-size: 50%; | |
background-position: center; | |
} | |
.hll { | |
background-color: #ffffcc | |
} | |
.c { | |
color: #808080 | |
} | |
.err { | |
color: #F00000; | |
background-color: #F0A0A0 | |
} | |
.k { | |
color: #008000; | |
font-weight: bold | |
} | |
.o { | |
color: #303030 | |
} | |
.cm { | |
color: #808080 | |
} | |
.cp { | |
color: #507090 | |
} | |
.c1 { | |
color: #808080 | |
} | |
.cs { | |
color: #cc0000; | |
font-weight: bold | |
} | |
.gd { | |
color: #A00000 | |
} | |
.ge { | |
font-style: italic | |
} | |
.gr { | |
color: #FF0000 | |
} | |
.gh { | |
color: #000080; | |
font-weight: bold | |
} | |
.gi { | |
color: #00A000 | |
} | |
.go { | |
color: #808080 | |
} | |
.gp { | |
color: #c65d09; | |
font-weight: bold | |
} | |
.gs { | |
font-weight: bold | |
} | |
.gu { | |
color: #800080; | |
font-weight: bold | |
} | |
.gt { | |
color: #0040D0 | |
} | |
.kc, .kd, .kn { | |
color: #008000; | |
font-weight: bold | |
} | |
.kp { | |
color: #003080; | |
font-weight: bold | |
} | |
.kr { | |
color: #008000; | |
font-weight: bold | |
} | |
.kt { | |
color: #303090; | |
font-weight: bold | |
} | |
.m { | |
color: #6000E0; | |
font-weight: bold | |
} | |
.s { | |
background-color: #fff0f0 | |
} | |
.na { | |
color: #0000C0 | |
} | |
.nb { | |
color: #007020 | |
} | |
.nc { | |
color: #B00060; | |
font-weight: bold | |
} | |
.no { | |
color: #003060; | |
font-weight: bold | |
} | |
.nd { | |
color: #505050; | |
font-weight: bold | |
} | |
.ni { | |
color: #800000; | |
font-weight: bold | |
} | |
.ne { | |
color: #F00000; | |
font-weight: bold | |
} | |
.nf { | |
color: #0060B0; | |
font-weight: bold | |
} | |
.nl { | |
color: #907000; | |
font-weight: bold | |
} | |
.nn { | |
color: #0e84b5; | |
font-weight: bold | |
} | |
.nt { | |
color: #007000 | |
} | |
.nv { | |
color: #906030 | |
} | |
.ow { | |
color: #000000; | |
font-weight: bold | |
} | |
.w { | |
color: #bbbbbb | |
} | |
.mf { | |
color: #6000E0; | |
font-weight: bold | |
} | |
.mh { | |
color: #005080; | |
font-weight: bold | |
} | |
.mi { | |
color: #0000D0; | |
font-weight: bold | |
} | |
.mo { | |
color: #4000E0; | |
font-weight: bold | |
} | |
.sb { | |
background-color: #fff0f0 | |
} | |
.sc { | |
color: #0040D0 | |
} | |
.sd { | |
color: #D04020 | |
} | |
.s2 { | |
background-color: #fff0f0 | |
} | |
.se { | |
color: #606060; | |
font-weight: bold; | |
background-color: #fff0f0 | |
} | |
.sh { | |
background-color: #fff0f0 | |
} | |
.si { | |
background-color: #e0e0e0 | |
} | |
.sx { | |
color: #D02000; | |
background-color: #fff0f0 | |
} | |
.sr { | |
color: #000000; | |
background-color: #fff0ff | |
} | |
.s1 { | |
background-color: #fff0f0 | |
} | |
.ss { | |
color: #A06000 | |
} | |
.bp { | |
color: #007020 | |
} | |
.vc { | |
color: #306090 | |
} | |
.vg { | |
color: #d07000; | |
font-weight: bold | |
} | |
.vi { | |
color: #3030B0 | |
} | |
.il { | |
color: #0000D0; | |
font-weight: bold | |
} | |
#container h1>a:first-child::before { | |
content: "「 " | |
} | |
#container h1>a::after { | |
content: " 」" | |
} | |
#container h1>a:last-child::after { | |
content: "" | |
} | |
#contents>*>*>p:first-child:first-letter { | |
font-size: 200%; | |
vertical-align: middle | |
} | |
li.new-comment>*>.title { | |
color: #00BBFF !important | |
} | |
.statistics .stat { | |
border-top: 1px solid #F4F4F4; | |
border-bottom: 1px solid #F4F4F4; | |
background: #F1ABC5 | |
} | |
.statistics .stat.category { | |
background-color: green | |
} | |
.statistics .stat.opened { | |
background-color: red | |
} | |
.statistics .stat.fixed { | |
background-color: green | |
} | |
.statistics .stat.invalid { | |
background-color: olive | |
} | |
.statistics .stat.month_new { | |
background-color: red | |
} | |
.statistics .stat.remaining { | |
background-color: darkred | |
} | |
.statistics .stat.month_fixed { | |
background-color: green | |
} | |
.statistics .stat.month_invalid { | |
background-color: olive | |
} | |
.statistics .stat.misc { | |
background-color: green | |
} | |
.statistics .stat.account { | |
background-color: olive | |
} | |
.statistics .stat.accountrecent { | |
background-color: green | |
} | |
.statistics .stat.accountinactive { | |
background-color: darkred | |
} | |
.statistics .stat.accountrecentinactive { | |
background-color: red | |
} | |
.statistics .stat.contentdiary { | |
background-color: pink | |
} | |
.statistics .stat.contentpost { | |
background-color: orangered | |
} | |
.statistics .stat.contentnews { | |
background-color: green | |
} | |
.statistics .stat.contenttracker { | |
background-color: lightblue | |
} | |
.statistics .stat.contentpoll { | |
background-color: olive | |
} | |
.statistics .stat.contentwikipage { | |
background-color: orange | |
} | |
.statistics span.score { | |
color: #333 | |
} | |
.statistics span.score:before { | |
content: " [" | |
} | |
.statistics span.score:after { | |
content: "] " | |
} | |
.statistics .top_or_flop { | |
float: left; | |
width: 48% | |
} | |
.topic { | |
display: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment