Browse Source

add captures

master
Mylene 10 years ago
parent
commit
a5170f5531
  1. 3
      README.md
  2. BIN
      captures/following.jpg
  3. BIN
      captures/home.jpg
  4. BIN
      captures/message.jpg
  5. BIN
      captures/profile.jpg
  6. 2
      theme_nin/css/style.css
  7. 3
      theme_nin/sass/_commons.sass
  8. 6
      theme_nin/sass/style.sass

3
README.md

@ -4,6 +4,9 @@ Theme Nin for twister-html @@ -4,6 +4,9 @@ Theme Nin for twister-html
Nin is a clean and flat theme for [Twister](http://twister.net.co) [(github)](https://github.com/miguelfreitas/twister-core) based on [(github)](https://github.com/miguelfreitas/twister-html)
![alt tag](https://raw.github.com/username/projectname/branch/path/to/img.png)
Installation
============

BIN
captures/following.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

BIN
captures/home.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB

BIN
captures/message.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

BIN
captures/profile.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

2
theme_nin/css/style.css

@ -398,7 +398,6 @@ a:hover { color: #b4c669; text-decoration: none; } @@ -398,7 +398,6 @@ a:hover { color: #b4c669; text-decoration: none; }
p { padding: 5px 0; }
h2, h3 { font-size: 1.1em; text-transform: uppercase; letter-spacing: 0.07em; font-weight: 500; line-height: 1.8em; }
h2 span, .following h2, h3 span, .following h3 { display: none !important; }
textarea, input[type=text] { font: 0.95em/1.3em "Roboto", sans-serif; font-weight: 400; }
@ -602,6 +601,7 @@ ol.toptrends-list a:hover { background: white; color: #66686b; } @@ -602,6 +601,7 @@ ol.toptrends-list a:hover { background: white; color: #66686b; }
/***** DIRECT MESSAGES MODAL********* */
.directMessages .post-area-new { display: none; padding: 20px; z-index: 5; background: #e2e1de; }
.directMessages .post-area-new .modal-header h3 span { display: inline !important; }
.directMessages .modal-wrapper { width: 520px; height: 490px; top: 10%; margin: 0 0 0 -260px; overflow-x: hidden; }
.directMessages .modal-content { overflow-y: auto; height: 300px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; width: 520px; }
.directMessages .modal-buttons { display: none; }

3
theme_nin/sass/_commons.sass

@ -36,8 +36,7 @@ h2, h3 @@ -36,8 +36,7 @@ h2, h3
letter-spacing: 0.07em
font-weight: 500
line-height: 1.8em
span, .following &
display: none!important
textarea, input[type=text]

6
theme_nin/sass/style.sass

@ -687,15 +687,15 @@ ol.toptrends-list @@ -687,15 +687,15 @@ ol.toptrends-list
/****** DIRECT MESSAGES MODAL**********/
.directMessages
.post-area-new
display: none
padding: 20px
z-index: 5
background: $main-background-color
.modal-header
h3 span
display: inline!important
.modal-wrapper
width: $postboard-modal-width
height: 490px

Loading…
Cancel
Save