Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
masonstrap
Commits
fe9a9c1c
Commit
fe9a9c1c
authored
Nov 21, 2013
by
Thomas Park
Browse files
yeti: new theme
parent
aa05d35c
Changes
24
Expand all
Hide whitespace changes
Inline
Side-by-side
Gruntfile.js
View file @
fe9a9c1c
...
...
@@ -18,7 +18,7 @@ module.exports = function (grunt) {
},
swatch
:
{
amelia
:{},
cerulean
:{},
cosmo
:{},
cyborg
:{},
flatly
:{},
journal
:{},
readable
:{},
simplex
:{},
slate
:{},
spacelab
:{},
united
:{},
readable
:{},
simplex
:{},
slate
:{},
spacelab
:{},
united
:{},
yeti
:
{},
custom
:{}
},
clean
:
{
...
...
amelia/index.html
View file @
fe9a9c1c
...
...
@@ -58,6 +58,7 @@
<li><a
tabindex=
"-1"
href=
"../slate/"
>
Slate
</a></li>
<li><a
tabindex=
"-1"
href=
"../spacelab/"
>
Spacelab
</a></li>
<li><a
tabindex=
"-1"
href=
"../united/"
>
United
</a></li>
<li><a
tabindex=
"-1"
href=
"../yeti/"
>
Yeti
</a></li>
</ul>
</li>
<li>
...
...
api/3.json
View file @
fe9a9c1c
{
"version"
:
"3.0.2+1"
,
"themes"
:
[
{
"name"
:
"Amelia"
,
"description"
:
"Sweet and cheery"
,
...
...
@@ -14,7 +12,6 @@
"less"
:
"http://bootswatch.com/amelia/bootswatch.less"
,
"lessVariables"
:
"http://bootswatch.com/amelia/variables.less"
},
{
"name"
:
"Cerulean"
,
"description"
:
"A calm blue sky"
,
...
...
@@ -26,7 +23,6 @@
"less"
:
"http://bootswatch.com/cerulean/bootswatch.less"
,
"lessVariables"
:
"http://bootswatch.com/cerulean/variables.less"
},
{
"name"
:
"Cosmo"
,
"description"
:
"An ode to Metro"
,
...
...
@@ -38,7 +34,6 @@
"less"
:
"http://bootswatch.com/cosmo/bootswatch.less"
,
"lessVariables"
:
"http://bootswatch.com/cosmo/variables.less"
},
{
"name"
:
"Cyborg"
,
"description"
:
"Jet black and electric blue"
,
...
...
@@ -50,7 +45,6 @@
"less"
:
"http://bootswatch.com/cyborg/bootswatch.less"
,
"lessVariables"
:
"http://bootswatch.com/cyborg/variables.less"
},
{
"name"
:
"Flatly"
,
"description"
:
"Flat and modern"
,
...
...
@@ -62,7 +56,6 @@
"less"
:
"http://bootswatch.com/flatly/bootswatch.less"
,
"lessVariables"
:
"http://bootswatch.com/flatly/variables.less"
},
{
"name"
:
"Journal"
,
"description"
:
"Crisp like a new sheet of paper."
,
...
...
@@ -74,7 +67,6 @@
"less"
:
"http://bootswatch.com/journal/bootswatch.less"
,
"lessVariables"
:
"http://bootswatch.com/journal/variables.less"
},
{
"name"
:
"Readable"
,
"description"
:
"Optimized for legibility"
,
...
...
@@ -86,7 +78,6 @@
"less"
:
"http://bootswatch.com/readable/bootswatch.less"
,
"lessVariables"
:
"http://bootswatch.com/readable/variables.less"
},
{
"name"
:
"Simplex"
,
"description"
:
"Mini and minimalist."
,
...
...
@@ -98,7 +89,6 @@
"less"
:
"http://bootswatch.com/simplex/bootswatch.less"
,
"lessVariables"
:
"http://bootswatch.com/simplex/variables.less"
},
{
"name"
:
"Slate"
,
"description"
:
"Shades of gunmetal gray"
,
...
...
@@ -110,7 +100,6 @@
"less"
:
"http://bootswatch.com/slate/bootswatch.less"
,
"lessVariables"
:
"http://bootswatch.com/slate/variables.less"
},
{
"name"
:
"Spacelab"
,
"description"
:
"Silvery and sleek."
,
...
...
@@ -122,7 +111,6 @@
"less"
:
"http://bootswatch.com/spacelab/bootswatch.less"
,
"lessVariables"
:
"http://bootswatch.com/spacelab/variables.less"
},
{
"name"
:
"United"
,
"description"
:
"Ubuntu orange and unique font"
,
...
...
@@ -133,8 +121,17 @@
"cssCdn"
:
"//netdna.bootstrapcdn.com/bootswatch/latest/united/bootstrap.min.css"
,
"less"
:
"http://bootswatch.com/united/bootswatch.less"
,
"lessVariables"
:
"http://bootswatch.com/united/variables.less"
},
{
"name"
:
"Yeti"
,
"description"
:
"A friendly foundation"
,
"thumbnail"
:
"http://bootswatch.com/yeti/thumbnail.png"
,
"preview"
:
"http://bootswatch.com/yeti/"
,
"css"
:
"http://bootswatch.com/yeti/bootstrap.css"
,
"cssMin"
:
"http://bootswatch.com/yeti/bootstrap.min.css"
,
"cssCdn"
:
"//netdna.bootstrapcdn.com/bootswatch/latest/yeti/bootstrap.min.css"
,
"less"
:
"http://bootswatch.com/yeti/bootswatch.less"
,
"lessVariables"
:
"http://bootswatch.com/yeti/variables.less"
}
]
}
cerulean/index.html
View file @
fe9a9c1c
...
...
@@ -58,6 +58,7 @@
<li><a
tabindex=
"-1"
href=
"../slate/"
>
Slate
</a></li>
<li><a
tabindex=
"-1"
href=
"../spacelab/"
>
Spacelab
</a></li>
<li><a
tabindex=
"-1"
href=
"../united/"
>
United
</a></li>
<li><a
tabindex=
"-1"
href=
"../yeti/"
>
Yeti
</a></li>
</ul>
</li>
<li>
...
...
cosmo/index.html
View file @
fe9a9c1c
...
...
@@ -58,6 +58,7 @@
<li><a
tabindex=
"-1"
href=
"../slate/"
>
Slate
</a></li>
<li><a
tabindex=
"-1"
href=
"../spacelab/"
>
Spacelab
</a></li>
<li><a
tabindex=
"-1"
href=
"../united/"
>
United
</a></li>
<li><a
tabindex=
"-1"
href=
"../yeti/"
>
Yeti
</a></li>
</ul>
</li>
<li>
...
...
custom/index.html
View file @
fe9a9c1c
...
...
@@ -58,6 +58,7 @@
<li><a
tabindex=
"-1"
href=
"../slate/"
>
Slate
</a></li>
<li><a
tabindex=
"-1"
href=
"../spacelab/"
>
Spacelab
</a></li>
<li><a
tabindex=
"-1"
href=
"../united/"
>
United
</a></li>
<li><a
tabindex=
"-1"
href=
"../yeti/"
>
Yeti
</a></li>
</ul>
</li>
<li>
...
...
cyborg/index.html
View file @
fe9a9c1c
...
...
@@ -58,6 +58,7 @@
<li><a
tabindex=
"-1"
href=
"../slate/"
>
Slate
</a></li>
<li><a
tabindex=
"-1"
href=
"../spacelab/"
>
Spacelab
</a></li>
<li><a
tabindex=
"-1"
href=
"../united/"
>
United
</a></li>
<li><a
tabindex=
"-1"
href=
"../yeti/"
>
Yeti
</a></li>
</ul>
</li>
<li>
...
...
default/index.html
View file @
fe9a9c1c
...
...
@@ -59,6 +59,7 @@
<li><a
tabindex=
"-1"
href=
"../slate/"
>
Slate
</a></li>
<li><a
tabindex=
"-1"
href=
"../spacelab/"
>
Spacelab
</a></li>
<li><a
tabindex=
"-1"
href=
"../united/"
>
United
</a></li>
<li><a
tabindex=
"-1"
href=
"../yeti/"
>
Yeti
</a></li>
</ul>
</li>
<li>
...
...
flatly/index.html
View file @
fe9a9c1c
...
...
@@ -58,6 +58,7 @@
<li><a
tabindex=
"-1"
href=
"../slate/"
>
Slate
</a></li>
<li><a
tabindex=
"-1"
href=
"../spacelab/"
>
Spacelab
</a></li>
<li><a
tabindex=
"-1"
href=
"../united/"
>
United
</a></li>
<li><a
tabindex=
"-1"
href=
"../yeti/"
>
Yeti
</a></li>
</ul>
</li>
<li>
...
...
help/index.html
View file @
fe9a9c1c
...
...
@@ -69,6 +69,7 @@
<li><a
tabindex=
"-1"
href=
"../slate/"
>
Slate
</a></li>
<li><a
tabindex=
"-1"
href=
"../spacelab/"
>
Spacelab
</a></li>
<li><a
tabindex=
"-1"
href=
"../united/"
>
United
</a></li>
<li><a
tabindex=
"-1"
href=
"../yeti/"
>
Yeti
</a></li>
</ul>
</li>
<li
class=
"active"
>
...
...
index.html
View file @
fe9a9c1c
...
...
@@ -59,6 +59,7 @@
<li><a
tabindex=
"-1"
href=
"./slate/"
>
Slate
</a></li>
<li><a
tabindex=
"-1"
href=
"./spacelab/"
>
Spacelab
</a></li>
<li><a
tabindex=
"-1"
href=
"./united/"
>
United
</a></li>
<li><a
tabindex=
"-1"
href=
"./yeti/"
>
Yeti
</a></li>
</ul>
</li>
<li>
...
...
@@ -417,59 +418,59 @@
</div>
</div>
<!--
<div class="col-lg-4 col-sm-6">
<div
class=
"col-lg-4 col-sm-6"
>
<div
class=
"preview"
>
<div
class=
"image"
>
<a href="
superhero
/"><img class="img-responsive" src="
superhero
/thumbnail.png" alt="
Superhero
"></a>
<a
href=
"
united
/"
><img
class=
"img-responsive"
src=
"
united
/thumbnail.png"
alt=
"
United
"
></a>
</div>
<div
class=
"options"
>
<h3>
Superhero
</h3>
<p>
Batman meets... Aquaman?
</p>
<div class="btn-group"><a class="btn btn-info" href="
superhero
/">Preview</a></div>
<h3>
United
</h3>
<p>
Ubuntu orange and unique font
</p>
<div
class=
"btn-group"
><a
class=
"btn btn-info"
href=
"
united
/"
>
Preview
</a></div>
<div
class=
"btn-group"
>
<a class="btn btn-info" target="_blank" href="
superhero
/bootstrap.min.css"
onClick="_gaq.push(['_trackEvent', 'bootswatch', '
superhero
', 'bootstrap.min.css']);">Download</a>
<a
class=
"btn btn-info"
target=
"_blank"
href=
"
united
/bootstrap.min.css"
onClick=
"_gaq.push(['_trackEvent', 'bootswatch', '
united
', 'bootstrap.min.css']);"
>
Download
</a>
<a
class=
"btn btn-info dropdown-toggle"
data-toggle=
"dropdown"
href=
"#"
>
<span
class=
"caret"
></span>
</a>
<ul
class=
"dropdown-menu"
>
<li><a target="_blank" href="
superhero
/bootstrap.min.css" onClick="_gaq.push(['_trackEvent', 'bootswatch', '
superhero
', 'bootstrap.min.css']);">bootstrap.min.css</a></li>
<li><a target="_blank" href="
superhero
/bootstrap.css" onClick="_gaq.push(['_trackEvent', 'bootswatch', '
superhero
', 'bootstrap.css']);">bootstrap.css</a></li>
<li><a
target=
"_blank"
href=
"
united
/bootstrap.min.css"
onClick=
"_gaq.push(['_trackEvent', 'bootswatch', '
united
', 'bootstrap.min.css']);"
>
bootstrap.min.css
</a></li>
<li><a
target=
"_blank"
href=
"
united
/bootstrap.css"
onClick=
"_gaq.push(['_trackEvent', 'bootswatch', '
united
', 'bootstrap.css']);"
>
bootstrap.css
</a></li>
<li
class=
"divider"
></li>
<li><a target="_blank" href="
superhero
/variables.less" onClick="_gaq.push(['_trackEvent', 'bootswatch', '
superhero
', 'variables.less']);">variables.less</a></li>
<li><a target="_blank" href="
superhero
/bootswatch.less" onClick="_gaq.push(['_trackEvent', 'bootswatch', '
superhero
', 'bootswatch.less']);">bootswatch.less</a></li>
<li><a
target=
"_blank"
href=
"
united
/variables.less"
onClick=
"_gaq.push(['_trackEvent', 'bootswatch', '
united
', 'variables.less']);"
>
variables.less
</a></li>
<li><a
target=
"_blank"
href=
"
united
/bootswatch.less"
onClick=
"_gaq.push(['_trackEvent', 'bootswatch', '
united
', 'bootswatch.less']);"
>
bootswatch.less
</a></li>
</ul>
</div>
</div>
</div>
</div>
-->
</div>
<div
class=
"col-lg-4 col-sm-6"
>
<div
class=
"preview"
>
<div
class=
"image"
>
<a
href=
"
united
/"
><img
class=
"img-responsive"
src=
"
united
/thumbnail.png"
alt=
"
United
"
></a>
<a
href=
"
yeti
/"
><img
class=
"img-responsive"
src=
"
yeti
/thumbnail.png"
alt=
"
Yeti
"
></a>
</div>
<div
class=
"options"
>
<h3>
United
</h3>
<p>
Ubuntu orange and unique f
on
t
</p>
<div
class=
"btn-group"
><a
class=
"btn btn-info"
href=
"
united
/"
>
Preview
</a></div>
<h3>
Yeti
</h3>
<p>
A friendly foundati
on
</p>
<div
class=
"btn-group"
><a
class=
"btn btn-info"
href=
"
yeti
/"
>
Preview
</a></div>
<div
class=
"btn-group"
>
<a
class=
"btn btn-info"
target=
"_blank"
href=
"
united
/bootstrap.min.css"
onClick=
"_gaq.push(['_trackEvent', 'bootswatch', '
united
', 'bootstrap.min.css']);"
>
Download
</a>
<a
class=
"btn btn-info"
target=
"_blank"
href=
"
yeti
/bootstrap.min.css"
onClick=
"_gaq.push(['_trackEvent', 'bootswatch', '
yeti
', 'bootstrap.min.css']);"
>
Download
</a>
<a
class=
"btn btn-info dropdown-toggle"
data-toggle=
"dropdown"
href=
"#"
>
<span
class=
"caret"
></span>
</a>
<ul
class=
"dropdown-menu"
>
<li><a
target=
"_blank"
href=
"
united
/bootstrap.min.css"
onClick=
"_gaq.push(['_trackEvent', 'bootswatch', '
united
', 'bootstrap.min.css']);"
>
bootstrap.min.css
</a></li>
<li><a
target=
"_blank"
href=
"
united
/bootstrap.css"
onClick=
"_gaq.push(['_trackEvent', 'bootswatch', '
united
', 'bootstrap.css']);"
>
bootstrap.css
</a></li>
<li><a
target=
"_blank"
href=
"
yeti
/bootstrap.min.css"
onClick=
"_gaq.push(['_trackEvent', 'bootswatch', '
yeti
', 'bootstrap.min.css']);"
>
bootstrap.min.css
</a></li>
<li><a
target=
"_blank"
href=
"
yeti
/bootstrap.css"
onClick=
"_gaq.push(['_trackEvent', 'bootswatch', '
yeti
', 'bootstrap.css']);"
>
bootstrap.css
</a></li>
<li
class=
"divider"
></li>
<li><a
target=
"_blank"
href=
"
united
/variables.less"
onClick=
"_gaq.push(['_trackEvent', 'bootswatch', '
united
', 'variables.less']);"
>
variables.less
</a></li>
<li><a
target=
"_blank"
href=
"
united
/bootswatch.less"
onClick=
"_gaq.push(['_trackEvent', 'bootswatch', '
united
', 'bootswatch.less']);"
>
bootswatch.less
</a></li>
<li><a
target=
"_blank"
href=
"
yeti
/variables.less"
onClick=
"_gaq.push(['_trackEvent', 'bootswatch', '
yeti
', 'variables.less']);"
>
variables.less
</a></li>
<li><a
target=
"_blank"
href=
"
yeti
/bootswatch.less"
onClick=
"_gaq.push(['_trackEvent', 'bootswatch', '
yeti
', 'bootswatch.less']);"
>
bootswatch.less
</a></li>
</ul>
</div>
...
...
journal/index.html
View file @
fe9a9c1c
...
...
@@ -53,6 +53,7 @@
<li><a
tabindex=
"-1"
href=
"../slate/"
>
Slate
</a></li>
<li><a
tabindex=
"-1"
href=
"../spacelab/"
>
Spacelab
</a></li>
<li><a
tabindex=
"-1"
href=
"../united/"
>
United
</a></li>
<li><a
tabindex=
"-1"
href=
"../yeti/"
>
Yeti
</a></li>
</ul>
</li>
<li>
...
...
readable/index.html
View file @
fe9a9c1c
...
...
@@ -58,6 +58,7 @@
<li><a
tabindex=
"-1"
href=
"../slate/"
>
Slate
</a></li>
<li><a
tabindex=
"-1"
href=
"../spacelab/"
>
Spacelab
</a></li>
<li><a
tabindex=
"-1"
href=
"../united/"
>
United
</a></li>
<li><a
tabindex=
"-1"
href=
"../yeti/"
>
Yeti
</a></li>
</ul>
</li>
<li>
...
...
simplex/index.html
View file @
fe9a9c1c
...
...
@@ -58,6 +58,7 @@
<li><a
tabindex=
"-1"
href=
"../slate/"
>
Slate
</a></li>
<li><a
tabindex=
"-1"
href=
"../spacelab/"
>
Spacelab
</a></li>
<li><a
tabindex=
"-1"
href=
"../united/"
>
United
</a></li>
<li><a
tabindex=
"-1"
href=
"../yeti/"
>
Yeti
</a></li>
</ul>
</li>
<li>
...
...
slate/index.html
View file @
fe9a9c1c
...
...
@@ -58,6 +58,7 @@
<li><a
tabindex=
"-1"
href=
"../slate/"
>
Slate
</a></li>
<li><a
tabindex=
"-1"
href=
"../spacelab/"
>
Spacelab
</a></li>
<li><a
tabindex=
"-1"
href=
"../united/"
>
United
</a></li>
<li><a
tabindex=
"-1"
href=
"../yeti/"
>
Yeti
</a></li>
</ul>
</li>
<li>
...
...
spacelab/index.html
View file @
fe9a9c1c
...
...
@@ -58,6 +58,7 @@
<li><a
tabindex=
"-1"
href=
"../slate/"
>
Slate
</a></li>
<li><a
tabindex=
"-1"
href=
"../spacelab/"
>
Spacelab
</a></li>
<li><a
tabindex=
"-1"
href=
"../united/"
>
United
</a></li>
<li><a
tabindex=
"-1"
href=
"../yeti/"
>
Yeti
</a></li>
</ul>
</li>
<li>
...
...
tests/components.html
View file @
fe9a9c1c
...
...
@@ -42,6 +42,7 @@
<li><a
tabindex=
"-1"
href=
"../slate/"
>
Slate
</a></li>
<li><a
tabindex=
"-1"
href=
"../spacelab/"
>
Spacelab
</a></li>
<li><a
tabindex=
"-1"
href=
"../united/"
>
United
</a></li>
<li><a
tabindex=
"-1"
href=
"../yeti/"
>
Yeti
</a></li>
</ul>
</li>
<li
class=
"dropdown"
>
...
...
united/index.html
View file @
fe9a9c1c
...
...
@@ -59,6 +59,7 @@
<li><a
tabindex=
"-1"
href=
"../slate/"
>
Slate
</a></li>
<li><a
tabindex=
"-1"
href=
"../spacelab/"
>
Spacelab
</a></li>
<li><a
tabindex=
"-1"
href=
"../united/"
>
United
</a></li>
<li><a
tabindex=
"-1"
href=
"../yeti/"
>
Yeti
</a></li>
</ul>
</li>
<li>
...
...
yeti/bootstrap.css
0 → 100644
View file @
fe9a9c1c
This diff is collapsed.
Click to expand it.
yeti/bootstrap.min.css
0 → 100644
View file @
fe9a9c1c
This diff is collapsed.
Click to expand it.
Prev
1
2
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment