User:JJPMaster/test.css: Difference between revisions

From Test Wiki
Jump to navigation Jump to search
(Created page with "{{#css: #manual-body { border: 4px solid #5B5B5B; padding: 10px; } .red-line { background-color: #A51C30; height: 2px; } .main-header { font-weight: bold; font-fam...")
 
(JJPMaster changed the content model of the page User:JJPMaster/test from "wikitext" to "CSS")
Tag: content model change
(No difference)

Revision as of 02:58, 30 January 2021

{{#css:
#manual-body {
  border: 4px solid #5B5B5B;
  padding: 10px;
}
.red-line {
  background-color: #A51C30;
  height: 2px;
}
.main-header {
  font-weight: bold;
  font-family: serif;
  font-size: 55px;
  line-height: 55px; /* keep the same as font-size */
  display: inline-block;
  vertical-align: top;
}
.gradient-text {
    background-color: #000;
    background-image: linear-gradient(90deg, #000, #ddd);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
}
.gradient-text-2 {
    background-color: #000;
    background-image: linear-gradient(90deg, #000, #ddd, #000);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;

}
#ca-talk { display: none; }
#ca-history { display: none; }
#ca-edit { display: none; }
#ca-view { display: none; }
#p-namespaces { display: none; }
#localNotice { display: none; }
#sitenotice { display: none; }
#footer-icons, 
#mw-panel, 
#footer, 
#mw-page-base, 
#firstHeading, 
#localNotice, 
#contentSub, 
#un-share,
#column-one,
#siteNotice,
#firstHeading,
#mw-footer-container,
#mw-header-container,
#mw-header-hack,
#mw-header-nav-hack,
#mw-footer-container,
#mw-indicator-mw-helplink,
#p-namespaces,
#p-views {
  display: none !important;
}
{{Notitle}}
}}
<div style="font-family:'Courier New'">
 {{:Instruction manual/title|[[File:Pixelated.png|30px|link=Main Page]] {{FULLPAGENAME}}}} from WikiEssays, the free blog/wiki thing
[{{querylink|{{FULLPAGENAME}}|qs=action=edit|edit}} | {{querylink|{{FULLPAGENAME}}|qs=action=purge|purge}} | [[Talk:{{PAGENAME}}|talk]] | {{querylink|{{FULLPAGENAME}}|qs=action=history|history}} | [[Special:MovePage/{{FULLPAGENAME}}|move]] | [[Main Page|return to start]]]

<hr>
<div id="manual-body">