add captures

This commit is contained in:
Mylene 2014-08-28 21:57:28 +02:00
parent 0f7ff2df5f
commit a5170f5531
8 changed files with 8 additions and 6 deletions

View File

@ -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) 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 Installation
============ ============

BIN
captures/following.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

BIN
captures/home.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB

BIN
captures/message.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

BIN
captures/profile.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

View File

@ -398,7 +398,6 @@ a:hover { color: #b4c669; text-decoration: none; }
p { padding: 5px 0; } 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, 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; } 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; }
/***** DIRECT MESSAGES MODAL********* */ /***** DIRECT MESSAGES MODAL********* */
.directMessages .post-area-new { display: none; padding: 20px; z-index: 5; background: #e2e1de; } .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-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-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; } .directMessages .modal-buttons { display: none; }

View File

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

View File

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