🇨🇦
hexo-theme-redefine
BlogGithub
English
English
  • Project Description
  • Get Started
    • Installation
    • Update
    • Usage
  • Configuration
    • Create a theme config file
    • base_info
    • style
      • primary_color
      • avatar
      • favicon
      • article_img_align
      • left_side_width
      • content_max_width
      • nav_color
      • hover
      • first_screen
      • scroll
    • social_contact
    • menu
    • home_article
    • post
      • word_count
      • author_label
    • toc
    • copyright_info
    • website_count
    • local_search
    • comment
      • use
      • Waline
      • Gitalk
      • Twikoo
    • rss
    • lazyload
    • cdn
    • pjax
    • footer
  • Advanced
    • Create a page
    • Note modules
    • Article top
    • Mathematical formula
    • Friendship style
    • file comparison
    • Resource compression
Powered by GitBook
On this page
  • Warning series
  • Note series
  1. Advanced

Note modules

PreviousCreate a pageNextArticle top

Last updated 2 years ago

Redefine theme v3.0.1 added note modules

Warning series

Screen Shot 2022-10-21 at 8.13.20 PM

How to use: Copy the html code into your article

<!---red--->
<div class="wr">
  <div class="t">
    Warning
  </div>
  <div class="c">
    this is the content
  </div>
</div>

<!---orange--->
<div class="wo">
  <div class="t">
    Orange Warning
  </div>
  <div class="c">
    this is the content
  </div>
</div>

<!---Yellow-->
<div class="wy">
  <div class="t">
    Notice
  </div>
  <div class="c">
    this is the content
  </div>
</div>

<!---green--->
<div class="wg">
  <div class="t">
    Tip
  </div>
  <div class="c">
    this is the content
  </div>
</div>

<!---Blue--->
<div class="wb">
  <div class="t">
    Blue Note
  </div>
  <div class="c">
    this is the content
  </div>
</div>

<!---purple-->
<div class="wp">
  <div class="t">
    Tip
  </div>
  <div class="c">
    this is the content
  </div>
</div>

<!---grey-->
<div class="wgra">
  <div class="t">
    Information
  </div>
  <div class="c">
    this is the content
  </div>
</div>

Note series

How to use: Copy the html code into your article

<!---red--->
<div class="nr">
  red note
</div>

<!---orange--->
<div class="no">
  orange notes
</div>

<!---Yellow--->
<div class="ny">
  yellow note
</div>

<!---green--->
<div class="ng">
  green notes
</div>

<!---Blue--->
<div class="nb">
  blue note
</div>

<!---purple-->
<div class="np">
  purple notes
</div>

<!---grey-->
<div class="ngra">
 grey notes
</div>
Screen Shot 2022-10-21 at 8.02.36 PM
Screen Shot 2022-10-21 at 8.12.58 PM