What theme is this?

Sampler

Senior Member
Joined
Nov 1, 2010
Messages
983
Reaction score
882
Hey guys,

I've come across this theme/site design a few times
now. I remember I've seen the source files on either
theme forest or github but stupidly didn't bookmark
it at the time. Can anyone else recognize this theme
and let me know what it is?

Here's a site which uses it
https://tonx.org/faq
Cheers


Sampler
 
Code:
/*!  * Bootstrap @VERSION  *  * Copyright 2011 Twitter, Inc  * Licensed under the Apache License v2.0  * http://www.apache.org/licenses/LICENSE-2.0  *  * Designed and built with all the love in the world @twitter by @mdo and @fat.  * Date: @DATE  */ /* Reset.less  * Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here	that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).  * ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

If you check their stylesheets you'll see this. Use this as a starting point to unravel the mystery.
 
Back
Top