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?
已存档?
是复刻?
已锁定?
是镜像?
是私有?