BOOTSTRA.386

A vintage 1980s DOS inspired Twitter Bootstrap theme

Github星跟蹤圖

See A Demo By Clicking Here

Download the latest zip file with all the necessary JS and CSS to get started right away.

Bootstrap/386 is a Twitter bootstrap v2/v3 theme to make webpages look like they are from the 1980s.

Configuration

Javascript settings are set via a global _386 object.

Animation

The loading animation can be configured through the following values:

  • fastLoad [bool] (default: false) - disable all animation.
  • onePass [bool] (default: false) - when set, this will disable the second flyby cursor
  • speedFactor [float] (default: 1.0) - This controls how fast the animation happens. Higher values mean faster animation.

Example:

_386 = { onePass: true, speedFactor: 1.25 };

Note: For the progressive animation to work you may need to set this stanza in your regular CSS: body { visibility: hidden }.

Accomodating users without javascript

During a 2018 April fools' prank, a user pointed out that this theme doesn't work without javascript. This is a valid concern, however it cannot be addressed without a user manually doing something
since this is just a bootstrap theme.

Luckily, HTML5 permits noscript in the head section which means that style can be put in the noscript section. This means that putting this in the header would permit people without JS on to see the site:

  <noscript>
    <style>
      body { visibility: visible }
    </style>
  </noscript>

Bugs and Stuff

Check out the contribution doc - it's easy, I swear.

Contact

  • Mailing list
  • Also try my github username on your messaging platform of choice

See the wiki for more documentation.

主要指標

概覽
名稱與所有者kristopolous/BOOTSTRA.386
主編程語言HTML
編程語言Shell (語言數: 11)
平台
許可證Apache License 2.0
所有者活动
創建於2013-04-12 13:17:25
推送於2024-09-11 14:45:20
最后一次提交2024-06-18 22:16:30
發布數2
最新版本名稱bs3-pre2 (發布於 2015-04-19 16:44:35)
第一版名稱bs3-pre1 (發布於 2015-03-13 15:37:17)
用户参与
星數6.7k
關注者數131
派生數314
提交數536
已啟用問題?
問題數87
打開的問題數33
拉請求數11
打開的拉請求數12
關閉的拉請求數41
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?