Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/css/35.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Css bootstrap.stage42类似于bootstrap 3的主题?_Css_Twitter Bootstrap_Themes_Twitter Bootstrap 3 - Fatal编程技术网

Css bootstrap.stage42类似于bootstrap 3的主题?

Css bootstrap.stage42类似于bootstrap 3的主题?,css,twitter-bootstrap,themes,twitter-bootstrap-3,Css,Twitter Bootstrap,Themes,Twitter Bootstrap 3,我偶然发现了一个页面,它有一个非常好的主题。有人知道在哪里可以得到类似的bootstrap3主题吗 请参阅: 短暂性脑缺血发作 /瑟伦(Søren)这只是正常的引导主题,除了navbar品牌,它实际上是一个图像。要获得这种引导外观,只需链接所有这些文件: <!-- Latest compiled and minified CSS --> <link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.3

我偶然发现了一个页面,它有一个非常好的主题。有人知道在哪里可以得到类似的bootstrap3主题吗

请参阅:

短暂性脑缺血发作
/瑟伦(Søren)

这只是正常的引导主题,除了navbar品牌,它实际上是一个图像。要获得这种引导外观,只需链接所有这些文件:

<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css">

<!-- Optional theme -->
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap-theme.min.css">

<!-- Latest compiled and minified JavaScript -->
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js"></script>


(直接复制自

嗨,我不确定我是否理解。你不是简单地指向标准引导主题吗?stage42在按钮、菜单、面包屑等上有3D效果。如果你包含可选主题,你将获得3D外观效果;)