diff --git a/README.md b/README.md index 379888b..e16fa4e 100755 --- a/README.md +++ b/README.md @@ -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 ============ diff --git a/captures/following.jpg b/captures/following.jpg new file mode 100644 index 0000000..095587e Binary files /dev/null and b/captures/following.jpg differ diff --git a/captures/home.jpg b/captures/home.jpg new file mode 100644 index 0000000..59ad3b7 Binary files /dev/null and b/captures/home.jpg differ diff --git a/captures/message.jpg b/captures/message.jpg new file mode 100644 index 0000000..b8108c1 Binary files /dev/null and b/captures/message.jpg differ diff --git a/captures/profile.jpg b/captures/profile.jpg new file mode 100644 index 0000000..bf3f454 Binary files /dev/null and b/captures/profile.jpg differ diff --git a/theme_nin/css/style.css b/theme_nin/css/style.css index 0aaf92d..bdb84ae 100755 --- a/theme_nin/css/style.css +++ b/theme_nin/css/style.css @@ -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; } /***** 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; } diff --git a/theme_nin/sass/_commons.sass b/theme_nin/sass/_commons.sass index 59e4503..dd4aa02 100644 --- a/theme_nin/sass/_commons.sass +++ b/theme_nin/sass/_commons.sass @@ -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] diff --git a/theme_nin/sass/style.sass b/theme_nin/sass/style.sass index 417d830..d0565d9 100755 --- a/theme_nin/sass/style.sass +++ b/theme_nin/sass/style.sass @@ -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