Difference between revisions of "Template:CliffWorldCSS"

From Leaving The Cradle Wiki
Jump to navigation Jump to search
(Created page with "{{#css: body { background: #97afbd; background: url(resources/assets/cliff_background.gif left top repeat-y fixed;); color: #513107; font-size: 11pt; margin: 0; padding: 0; } .mw-body { margin-left: 10em; margin-right: 10em; padding: 0em; border-image: url('resources/assets/cliff_border.gif') round; b border-image-slice: 39px; border-image-slice: inherit; border-image-slice: initial; border-image-slice: revert; border-image-slice: revert-layer; border-im...")
 
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#css:
{{#css:


h1 {
  border-bottom: 10px solid #38a2d4;
}
body {
body {
   background: #97afbd;
   background: #97afbd;
background: url(resources/assets/cliff_background.gif left top repeat-y fixed;);
background: url(resources/assets/cliff_background.gif) left top repeat-y fixed;
   color: #513107;
   color: #513107;
   font-size: 11pt;
   font-size: 11pt;
Line 13: Line 17:
   margin-right: 10em;
   margin-right: 10em;
   padding: 0em;
   padding: 0em;
border-image: url('resources/assets/cliff_border.gif') round;
border-image: url(resources/assets/cliff_border.gif);
b
border-image-slice: 10.4%;
border-image-slice: 39px;
border-image-width: 39px;
border-image-slice: inherit;
border-image-repeat: repeat;
border-image-slice: initial;
border-image-slice: revert;
border-image-slice: revert-layer;
border-image-slice: unset;


   margin-top: -1px;
   margin-top: -1px;
Line 27: Line 27:
   direction: ltr;
   direction: ltr;
}
}
 
}}
}}<noinclude>Мир Стены это находящийся в разработке проект 2д платформера. Это стимпанковый мир, в котором словно бы возможна магия.</noiclude>

Latest revision as of 09:06, 7 April 2022

{{#css:


h1 {

 border-bottom: 10px solid #38a2d4;

} body {

 background: #97afbd;

background: url(resources/assets/cliff_background.gif) left top repeat-y fixed;

 color: #513107;
 font-size: 11pt;
 margin: 0;
 padding: 0;

} .mw-body {

 margin-left: 10em;
 margin-right: 10em;
 padding: 0em;

border-image: url(resources/assets/cliff_border.gif); border-image-slice: 10.4%; border-image-width: 39px; border-image-repeat: repeat;

 margin-top: -1px;
 background: #daba91;
 color: #342c24;
 direction: ltr;

} }}