2020-10-25 18:02:52 +00:00
@ media screen and ( min-width : 700px ) {
main { margin : 0 auto ; width : 700 px ; }
}
@ media screen and ( max-width : 700px ) {
main { margin : 0 ; width : 100 % ; }
}
* , * :: before , * :: after { box-sizing : border-box ; }
html { height : 100 % ; padding : 0 ; background-color : #ddd ;
background-image : url ( "data:image/svg+xml,%3Csvg width='42' height='44' viewBox='0 0 42 44' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Page-1' fill='none' fill-rule='evenodd'%3E%3Cg id='brick-wall' fill='%23bbbbbb' fill-opacity='0.4'%3E%3Cpath d='M0 0h42v44H0V0zm1 1h40v20H1V1zM0 23h20v20H0V23zm22 0h20v20H22V23z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E" ) ; } /* heropatterns.com */
body { height : 100 % ; margin : 0 ; font-size : 16 px ; font-family : sans-serif ; }
2020-11-29 17:06:45 +00:00
main { padding : 1 rem ; background-color : white ; box-shadow : 0 4 px 8 px 0 rgba ( 0 , 0 , 0 , 0.2 ) , 0 6 px 20 px 0 rgba ( 0 , 0 , 0 , 0.2 ) ; border-radius : 0 0 .25 rem .25 rem ; }
2020-10-25 18:02:52 +00:00
main > form { margin-bottom : 1 rem ; }
textarea { font-size : 15 px ; }
2020-10-30 13:25:48 +00:00
. edit { height : 100 % ; }
. edit-form { height : 90 % ; }
. edit-form textarea { width : 100 % ; height : 90 % ; }
2020-12-08 15:15:32 +00:00
. icon { margin-right : .25 rem ; vertical-align : bottom ; }
2020-10-25 18:02:52 +00:00
2020-10-30 13:25:48 +00:00
main h1 : not ( . navi-title ) { font-size : 1.7 rem ; }
blockquote { border-left : 4 px black solid ; margin-left : 0 ; padding-left : 1 rem ; }
2020-10-25 18:02:52 +00:00
. wikilink_new { color : #a55858 ; }
. wikilink_new : visited { color : #a55858 ; }
2021-01-03 21:10:33 +00:00
. wikilink__destination-type { display : inline ; margin : 0 .25 rem ; vertical-align : sub ; }
2020-12-15 18:59:36 +00:00
2021-01-10 12:44:27 +00:00
article { overflow-wrap : break-word ; word-wrap : break-word ; word-break : break-word ; }
2020-11-24 17:23:45 +00:00
article code { background-color : #eee ; padding : .1 rem .3 rem ; border-radius : .25 rem ; font-size : 90 % ; }
article pre . codeblock { background-color : #eee ; padding : .5 rem ; white-space : pre-wrap ; border-radius : .25 rem ; }
. codeblock code { padding : 0 ; font-size : 15 px ; }
2020-10-30 13:25:48 +00:00
. transclusion code , . transclusion . codeblock { background-color : #ddd ; }
2020-11-24 17:23:45 +00:00
. transclusion { background-color : #eee ; border-radius : .25 rem ; }
2020-11-02 19:04:36 +00:00
. transclusion__content > * : not ( . binary-container ) { margin : 0.5 rem ; }
2020-12-01 10:05:57 +00:00
. transclusion__link { display : block ; text-align : right ; font-style : italic ; margin-top : .5 rem ; margin-right : .25 rem ; color : black ; text-decoration : none ; }
2020-11-02 19:04:36 +00:00
. transclusion__link :: before { content : "⇐ " ; }
2020-10-25 18:02:52 +00:00
2020-12-17 13:33:07 +00:00
/* Derived from https://commons.wikimedia.org/wiki/File:U%2B21D2.svg */
. launchpad__entry { list-style-image : url ( "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.0' width='25' height='12'%3E%3Cg transform='scale(0.7,0.8) translate(-613.21429,-421)'%3E%3Cpath d='M 638.06773,429.49751 L 631.01022,436.87675 L 630.1898,436.02774 L 632.416,433.30375 L 613.46876,433.30375 L 613.46876,431.66382 L 633.82089,431.66382 L 635.57789,429.5261 L 633.79229,427.35979 L 613.46876,427.35979 L 613.46876,425.71985 L 632.416,425.71985 L 630.1898,422.99587 L 631.01022,422.08788 L 638.06773,429.49751 z '/%3E%3C/g%3E%3C/svg%3E" ) ; }
2020-12-15 18:59:36 +00:00
2020-10-25 18:02:52 +00:00
. binary-container_with-img img ,
. binary-container_with-video video ,
. binary-container_with-audio audio { width : 100 % }
. navi-title a { text-decoration : none ; }
2021-01-10 11:58:02 +00:00
. navi-title__separator { margin : 0 .25 rem ; }
2020-11-29 11:32:52 +00:00
. img-gallery { text-align : center ; margin-top : .25 rem ; margin-bottom : .25 rem ; }
2020-11-26 18:41:26 +00:00
. img-gallery_many-images { background-color : #eee ; border-radius : .25 rem ; padding : .5 rem ; }
. img-gallery img { max-width : 100 % ; max-height : 50 vh ; }
2020-11-03 15:41:50 +00:00
figure { margin : 0 ; }
2020-11-26 18:41:26 +00:00
figcaption { padding-bottom : .5 rem ; }
2020-10-25 18:02:52 +00:00
nav ul { display : flex ; padding-left : 0 ; flex-wrap : wrap ; margin-top : 0 ; }
nav ul li { list-style-type : none ; margin-right : 1 rem ; }
# new-name { width : 100 % ; }
2020-11-16 15:26:03 +00:00
. navlinks__user { font-style : italic ; }
2020-11-04 11:00:17 +00:00
. rc-entry { display : grid ; list-style-type : none ; padding : .25 rem ; background-color : #eee ; grid-template-columns : 1 fr 1 fr ; }
. rc-entry__time { font-style : italic ; }
. rc-entry__hash { font-style : italic ; text-align : right ; }
. rc-entry__links { grid-column : 1 / span 2 ; }
2020-11-18 13:27:18 +00:00
. rc-entry__author { font-style : italic ; }
2020-11-29 11:32:52 +00:00
. prevnext__el { display : block - inline ; min-width : 40 % ; padding : .5 rem ; margin-bottom : .25 rem ; text-decoration : none ; background-color : #eee ; border-radius : .25 rem ; }
. prevnext__prev { float : left ; }
. prevnext__next { float : right ; text-align : right ; }
. page-separator { clear : both ; }
2020-11-29 17:06:45 +00:00
. history__entries { background-color : #eee ; margin : 0 ; padding : 0 ; border-radius : .25 rem ; }
. history__month-anchor { text-decoration : none ; color : black ; }
. history__entry { list-style-type : none ; padding : .25 rem ; }
. history-entry { padding : .25 rem ; }
. history-entry__time { font-weight : bold ; }
. history-entry__author { font-style : italic ; }
2021-01-01 04:07:56 +00:00
table { background-color : #eee ; border : #ddd 1 px solid ; border-radius : .25 rem ;
min-width : 4rem ; }
td { padding : .25 rem ; border : #ddd 1 px solid ; }
caption { caption-side : top ; font-size : small ; }