Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| wiki:css [2022/06/30 21:04] – external edit 127.0.0.1 | wiki:css [2025/06/06 16:38] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 489: | Line 489: | ||
| background-attachment: | background-attachment: | ||
| background-position: | background-position: | ||
| - | font-size: | + | font-size: |
| font-family: | font-family: | ||
| } | } | ||
| Line 496: | Line 496: | ||
| div# | div# | ||
| div# | div# | ||
| - | font-size: | + | font-size: |
| } | } | ||
| + | |||
| /* Section editing button */ | /* Section editing button */ | ||
| Line 513: | Line 514: | ||
| .btn_secedit: | .btn_secedit: | ||
| .btn_incledit: | .btn_incledit: | ||
| - | border: 1px solid #fcc; | + | border: 1px solid #ccf; |
| border-radius: | border-radius: | ||
| - | color: #f99; | + | color: #88f; |
| } | } | ||
| Line 541: | Line 542: | ||
| .dokuwiki div.svgprintbutton_table: | .dokuwiki div.svgprintbutton_table: | ||
| - | border-left: | + | border-left: |
| - | border-right: | + | border-right: |
| - | border-bottom: | + | border-bottom: |
| color: #f99; | color: #f99; | ||
| } | } | ||
| Line 584: | Line 585: | ||
| url(user/ | url(user/ | ||
| url(user/ | url(user/ | ||
| - | |||
| border-radius: | border-radius: | ||
| } | } | ||
| Line 635: | Line 635: | ||
| padding: 2px; | padding: 2px; | ||
| padding-bottom: | padding-bottom: | ||
| + | margin-top: 18px; | ||
| border-top: rgba(169, 153, 102, 0.6) 3px double; | border-top: rgba(169, 153, 102, 0.6) 3px double; | ||
| border-bottom: | border-bottom: | ||
| text-align: center; | text-align: center; | ||
| - | font-size: | + | font-size: |
| } | } | ||
| Line 658: | Line 659: | ||
| font-size: 260% !important; | font-size: 260% !important; | ||
| font-weight: | font-weight: | ||
| - | color: #3030cc | + | color: #804800 |
| - | | + | |
| - | | + | |
| } | } | ||
| Line 666: | Line 667: | ||
| font-size: 225% !important; | font-size: 225% !important; | ||
| font-weight: | font-weight: | ||
| - | color: #3030b4 | + | color: #885000 |
| + | text-shadow: | ||
| border-bottom: | border-bottom: | ||
| - | | + | |
| + | border-image-slice: | ||
| } | } | ||
| h3 { | h3 { | ||
| font-size: 200% !important; | font-size: 200% !important; | ||
| - | font-weight: | + | font-weight: |
| - | font-style: | + | font-style: |
| - | color: #3030a8 | + | color: #905800 |
| - | text-shadow: | + | text-shadow: |
| + | border-bottom: | ||
| + | border-image: | ||
| + | border-image-slice: | ||
| } | } | ||
| h4 { | h4 { | ||
| font-size: 180% !important; | font-size: 180% !important; | ||
| - | font-weight: | + | font-weight: |
| - | font-style: | + | font-style: |
| - | color: #303094 | + | color: #996000 |
| text-shadow: | text-shadow: | ||
| + | /* | ||
| + | border-bottom: | ||
| + | border-image: | ||
| + | border-image-slice: | ||
| + | */ | ||
| } | } | ||
| h5 { | h5 { | ||
| - | font-size: | + | font-size: |
| - | font-weight: | + | font-weight: |
| - | font-style: | + | font-style: |
| - | color: #181888 | + | color: #a06600 |
| text-shadow: | text-shadow: | ||
| } | } | ||
| Line 716: | Line 727: | ||
| a:hover { | a:hover { | ||
| - | text-shadow: | + | text-shadow: |
| text-decoration: | text-decoration: | ||
| Line 728: | Line 739: | ||
| a.interwiki, | a.interwiki, | ||
| a.interwiki: | a.interwiki: | ||
| + | background-size: | ||
| color: #002bb8 !important; | color: #002bb8 !important; | ||
| } | } | ||
| Line 756: | Line 768: | ||
| # | # | ||
| font-family: | font-family: | ||
| - | font-size: | + | font-size: |
| - | background-color: | + | background-color: |
| background-color: | background-color: | ||
| margin-top: 0px; | margin-top: 0px; | ||
| Line 764: | Line 776: | ||
| padding-bottom: | padding-bottom: | ||
| padding-left: | padding-left: | ||
| - | border-radius: | + | border-radius: |
| border-width: | border-width: | ||
| opacity: 0.3; | opacity: 0.3; | ||
| + | |||
| + | -webkit-transition: | ||
| + | -moz-transition: | ||
| + | -ms-transition: | ||
| + | -o-transition: | ||
| + | transition: opacity 0.05s ease-out; | ||
| } | } | ||
| # | # | ||
| border-width: | border-width: | ||
| + | background-color: | ||
| opacity: 0.9; | opacity: 0.9; | ||
| padding-top: | padding-top: | ||
| padding-bottom: | padding-bottom: | ||
| padding-left: | padding-left: | ||
| + | |||
| + | -webkit-transition: | ||
| + | -moz-transition: | ||
| + | -ms-transition: | ||
| + | -o-transition: | ||
| + | transition: opacity 0.05s ease-out; | ||
| } | } | ||
| div# | div# | ||
| - | font-size: | + | font-size: |
| } | } | ||
| Line 859: | Line 884: | ||
| border-radius: | border-radius: | ||
| } | } | ||
| + | |||
| + | span.outkey { | ||
| + | border: 1px solid #ccf; | ||
| + | border-radius: | ||
| + | padding: 0; | ||
| + | } | ||
| + | |||
| + | span.outkey a { | ||
| + | padding-left: | ||
| + | padding-right: | ||
| + | } | ||
| + | |||
| + | .ns-1 #content, | ||
| + | .ns-1 #p-cactions li, | ||
| + | .ns-1 #p-cactions li a, | ||
| + | .ns-2 #content, | ||
| + | .ns-2 #p-cactions li, | ||
| + | .ns-2 #p-cactions li a { | ||
| + | background-color: | ||
| + | } | ||
| + | |||
| + | span.bchead { | ||
| + | font-weight: | ||
| + | } | ||
| + | |||
| + | a.idx_dir, | ||
| + | div# | ||
| + | font-size: 18px; | ||
| + | } | ||
| + | |||
| + | div# | ||
| + | font-size: 18px; | ||
| + | } | ||
| + | |||
| + | div# | ||
| + | div# | ||
| + | div# | ||
| + | font-size: 16px !important; | ||
| + | padding: 0 2px 0 2px; | ||
| + | } | ||
| + | |||
| + | div# | ||
| + | font-size: 14px !important; | ||
| + | } | ||
| + | |||
| + | div.footnotes a.interwiki, | ||
| + | div.footnotes .fn, | ||
| + | div.footnotes .fn_bot { | ||
| + | display: inline !important; | ||
| + | font-size: 12px !important; | ||
| + | } | ||
| + | |||
| + | div.dokuwiki div.footnotes { | ||
| + | border-top: 2px ridge rgba(144, 88, 0, 0.2); | ||
| + | } | ||
| + | |||
| + | div.catlinks.noprint p, | ||
| + | div.catlinks.noprint a.breadcrumbs { | ||
| + | font-size: 10px !important; | ||
| + | } | ||
| + | |||
| + | div.tags a | ||
| + | { | ||
| + | font-size: 16px !important; | ||
| + | } | ||
| + | |||
| + | div.tags span { | ||
| + | opacity: 0.25; | ||
| + | |||
| + | -webkit-transition: | ||
| + | -moz-transition: | ||
| + | -ms-transition: | ||
| + | -o-transition: | ||
| + | transition: opacity 0.05s ease-out; | ||
| + | } | ||
| + | |||
| + | div.tags span:hover { | ||
| + | opacity: 1; | ||
| + | |||
| + | -webkit-transition: | ||
| + | -moz-transition: | ||
| + | -ms-transition: | ||
| + | -o-transition: | ||
| + | transition: opacity 0.05s ease-out; | ||
| + | } | ||
| + | |||
| + | div# | ||
| + | position: sticky; | ||
| + | margin-top: -5px; | ||
| + | margin-right: | ||
| + | } | ||
| + | |||
| + | div# | ||
| + | color: rgba(144, 88, 0, 0.4) !important; | ||
| + | border-top: 2px double #668899 !important; | ||
| + | border-image: | ||
| + | border-image-slice: | ||
| + | } | ||
| + | |||
| + | div.dokuwiki div.tags span, | ||
| + | div.dokuwiki div.tags a.wikilink1 { | ||
| + | color: rgba(144, 88, 0, 0.6) !important; | ||
| + | } | ||
| + | |||
| + | div.dokuwiki hr { | ||
| + | border: none; | ||
| + | color: none; | ||
| + | background: none; | ||
| + | height: 2px; | ||
| + | background-color: | ||
| + | background-image: | ||
| + | } | ||
| + | |||
| + | /* Background of editor */ | ||
| + | .ns-1 #content, | ||
| + | .ns-1 #p-cactions li, | ||
| + | .ns-1 #p-cactions li a, | ||
| + | .ns-2 #content, | ||
| + | .ns-2 #p-cactions li, | ||
| + | .ns-2 #p-cactions li a { | ||
| + | background-color: | ||
| + | } | ||
| + | |||
| + | /* Components of lightbox */ | ||
| + | .ppt { | ||
| + | font-style: italic; | ||
| + | font-size: 180% !important; | ||
| + | filter: drop-shadow(2px 2px 2px #000000) !important; | ||
| + | } | ||
| + | |||
| + | .pp_description { | ||
| + | visibility: hidden; | ||
| + | } | ||
| + | |||



