- Argonaut
- cobalt2
- Flatgrammer
- glacier
- Material one dark
- material seti
- facebook material theme
- material theme
- material theme darker
- predawn
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.terra-Menu { | |
/* core shared styles */ | |
} | |
.terra-Menu--horizontal { | |
/* horizontal styles */ | |
} | |
.terra-Menu--horizontalTabbed { | |
/* horizontal tabbed styles */ | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.terra-Menu { | |
/* core shared styles */ | |
} | |
.terra-Menu--horizontal { | |
/* horizontal styles */ | |
} | |
.terra-Menu--horizontal.terra-Menu--tabbed { | |
/* horizontal tabbed styles */ | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<img src="profile.png" class="avatar" alt="Jane Doe"> | |
<img src="profile.png" class="avatar is-hovered" alt="Jane Doe"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<img src="profile.png" class="avatar" alt="Jane Doe"> | |
<img src="profile.png" class="avatar is-hovered" alt="Jane Doe"> |
{
"color_scheme": "Packages/User/SublimeLinter/Material Spacegray (SL).tmTheme",
"theme": "Material One Dark.sublime-theme",
}
"color_scheme": "Packages/Facebook Material Theme/schemes/Material-Theme-Darker.tmTheme",
"theme": "Material Stereokai.sublime-theme",
{
"color_scheme": "Packages/User/SublimeLinter/Material Spacegray (SL).tmTheme",
"theme": "Material One Dark.sublime-theme",
}
"color_scheme": "Packages/Facebook Material Theme/schemes/Material-Theme-Darker.tmTheme",
"theme": "Material Stereokai.sublime-theme",
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<area> | |
<article> | |
<aside> | |
<bdi> | |
<bdo> | |
<br> | |
<canvas> | |
<col> | |
<colgroup> | |
<data> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.shape { | |
background: #832333; | |
background: rgba(131,35,51,0.6); | |
} | |
@media screen and (min-width: 480px) { | |
.shape { | |
background: #81409f; | |
background: rgba(129,64,159,0.6); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Project: BrazilJS Projects - Github Contributors | |
* Description: List all contributors of some Github Repository | |
* Author: Zeno Rocha | |
* License: WTFPL | |
*/ | |
;(function ( $, window, undefined ) { | |