Theory and Practice
About Archives Categories Tags Authors 中文 ไทย
  1. Tags
  2. SCSS

[CSS] Stack td and th in reStructuredText list table on Mobile Screen

April 04, 2023

Stack td and th elements in reStructuredText list table on small screen.

 read more »

[CSS] Select First Row of Table

April 10, 2017

Select and style the first row (or n-th row) of table via CSS :nth-of-type() selector

 read more »

[CSS] Select First Column of Table

April 09, 2017 (Updated: April 10, 2017)

Select and style the first column (or n-th column) of table via CSS :nth-of-type() selector

 read more »

[JavaScript] Button For Traditional/Simplified Chinese Conversion on Website

February 29, 2016

Conversion Button of Traditional/Simplified Chinese on Website via JavaScript.

 read more »

[JavaScript] Font Size Larger/Smaller

February 27, 2016

Make font size of your website larger/smaller via JavaScript.

 read more »

CSS for reStructuredText Footnote and Citation

February 21, 2016

CSS for reStructuredText (rst) footnote and citation.

 read more »

[Golang] Compile SASS/SCSS files to CSS via libsass

January 28, 2016

Write a Go program to compile your SASS/SCSS (CSS extension language) files to CSS via libsass and Go wrapper for libsass.

 read more »

Responsive Navigation Bar (Navbar)

March 19, 2015

Responsive top navigation bar (navbar) used in this website.

 read more »

Import CSS File in SCSS with pyScss

March 18, 2015

Include regular CSS file in SCSS file with pyScss.

 read more »

Simple Custom Responsive Grid Layout

March 13, 2015

A simple custom responsive grid layout exmaple without CSS frameworks.

 read more »

Toggle Element (Dropdown/Menu) Visibility with CSS

February 07, 2015

Toggle element (usually div) with pure CSS only (no JavaScript). Suitable for dropdown/menu application.

 read more »
Powered by Github Pages, Pelican, pyScss.