|
|
(未显示2个用户的17个中间版本) |
第1行: |
第1行: |
| @import url(https://files.riguz.com/css/fonts.css);
| | html, body { |
| | | font-family: "Merriweather", "Georgia", "Cambria", "Times New Roman", "Times", "Hiragino Sans GB", PMingLiU, "Microsoft YaHei", serif; |
| @font-face {
| |
| font-family: monospace;
| |
| src: local('Inconsolata');
| |
| }
| |
| | |
| html,body { | |
| font-family: Inconsolata, "PingHei","Lucida Grande", "Lucida Sans Unicode",
| |
| "Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu,
| |
| "Helvetica","Arial","Verdana","serif"; | |
| } | | } |
|
| |
|
| body {
| | .fixed-600 img { |
| width: 960px; | | width: 600px; |
| margin: 0 auto; | | height: auto; |
| /*background:url(https://files.riguz.com/img/body_bg.jpg);*/
| |
| background: black;
| |
| } | | } |
|
| |
|
| div#content {
| | .fixed-400 img { |
| border: 0;
| | width: 400px; |
| }
| | height: auto; |
| | |
| .wikiEditor-ui-text {
| |
| font-size: 12px;
| |
| font-family: monospace,sans-serif;
| |
| }
| |
| | |
| .poem {
| |
| font-family: "楷体","楷体_GB2312";
| |
| font-size: 20px;
| |
| color: #25F95F;
| |
| background: rgba(249, 249, 249, 0.18);
| |
| text-align: left;
| |
| padding-top: 15px;
| |
| padding-left: 20px;
| |
| padding-bottom: 30px;
| |
| }
| |
| | |
| .editOptions {
| |
| color: #094854;
| |
| }
| |
| | |
| .editOptions input {
| |
| color: blue;
| |
| }
| |
| | |
| fieldset#mw-searchoptions {
| |
| background: none;
| |
| }
| |
| .mw-search-formheader div.search-types ul li.current a {
| |
| color: #f1b83a;
| |
| }
| |
| .mw-search-formheader {
| |
| background-color: rgb(51, 50, 50);
| |
| }
| |
| | |
| #searchGoButton,#mw-searchButton {
| |
| background: #347bff;
| |
| color: #fff;
| |
| border: 1px solid #347bff;
| |
| border-left: none;
| |
| border-right: none;
| |
| }
| |
| | |
| ol {
| |
| list-style-type: decimal-leading-zero;
| |
| }
| |
| | |
| pre, code, tt, kbd, samp, .mw-code {
| |
| font-family: Inconsolata, Consolas, monospace;
| |
| }
| |
| | |
| .ln-xtra {
| |
| background-color: rgba(180, 239, 181, 0.33);
| |
| }
| |
| pre, .mw-code{
| |
| border:none;
| |
| }
| |
| code {
| |
| background: transparent; | |
| color: #ff07b1; | |
| } | | } |
|
| |
|
| table.darktable {
| | .fixed-200 img { |
| border-width: 1px; | | width: 200px; |
| border-color: #13420e;
| | height: auto; |
| border-collapse: collapse; | |
| } | | } |
|
| |
|
| table.darktable th {
| | q { |
| border-width: 1px;
| | display: block; |
| border-style: solid;
| | padding: 20px; |
| border-color: #13420e;
| | color: grey; |
| background: rgb(38, 115, 115);
| | font-size: large; |
| color: #000000;
| | font-family: Georgia, "Times New Roman", STKaiti, KaiTi, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", serif; |
| } | | } |
|
| |
|
| table.darktable td {
| | .MathJax { |
| border-width: 1px; | | padding-left: 5px; |
| border-style: solid; | | padding-right: 5px; |
| border-color: #13420e; | | border-bottom: 1px dashed #ff00003b; |
| | color: #9c27b0; |
| } | | } |
html, body {
font-family: "Merriweather", "Georgia", "Cambria", "Times New Roman", "Times", "Hiragino Sans GB", PMingLiU, "Microsoft YaHei", serif;
}
.fixed-600 img {
width: 600px;
height: auto;
}
.fixed-400 img {
width: 400px;
height: auto;
}
.fixed-200 img {
width: 200px;
height: auto;
}
q {
display: block;
padding: 20px;
color: grey;
font-size: large;
font-family: Georgia, "Times New Roman", STKaiti, KaiTi, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", serif;
}
.MathJax {
padding-left: 5px;
padding-right: 5px;
border-bottom: 1px dashed #ff00003b;
color: #9c27b0;
}