<!--
! Warning !
-------------------------------------------
- Do NOT add h1 title plz
title will ruin every page using this template
- Tags in this note does NOT effect page tags
other than this page
- But still visible so do NOT add tag plz
[time=Tue, Sep 6, 2022 8:06 PM]
[name=404][time=Sun, Sep 4, 2022 10:49 PM]
[ Template styling for NISRA notes ]
-------------------------------------------
Usage: Append
`{%hackmd @nisra/note-css %}`
to the end of note pages.
~~眾所周知,~~
~~HITCON、SITCON 是去吃下午茶,~~
~~AIS3 就是去學 CSS 的。 \CSY/~~
-->
<style>
/* Add text "NISRA" and NISRA logo to navbar */
.navbar-brand:before {
content: ' NISRA × ';
padding-left: 1.7em;
background-image: url(https://i.imgur.com/ue2XHqP.png);
background-repeat: no-repeat;
background-size: contain
}
/* Remove HackMD logo cause it does not fit well */
.navbar-brand > .fa-file-text {
padding-left: 0.1em;
display: none;
}
/*
* Remove btn that linked to this page
* Still visible in sources(F12) tho...
* Whatever I don't care
*/
.ui-summary-edit {
display: none;
}
/*
* Extend search bar to compensate for the
* hidden edit index button
*/
.summary > .toolbar > .search {
width: 200px;
}
/* Homemade :::danger::: warning text */
#doc:before {
content: '請珍惜共筆,請勿任意刪改' !important;
background-color: #F2DEDE;
border: 1px solid transparent;
border-color: #EBCCD1;
border-radius: 4px;
color: #A94442;
font-size: 1.5em;
font-weight: 700;
margin-bottom: 15px;
padding: 15px;
text-align: center;
width: 100%;
}
/*
* ! Alert !
* The following code hides NISRA Archive logo in navbar
* before the "HackMD" text
* Do NOT uncomment unless u mean to
* AND u know what you're doing
* Note: Only effect viewer inside organization
*
.navbar-header .ui-avatar {
display: none !important;
}
*/
</style>