Browse Source

Merge branch 'nin-v2' of github.com:myleneb/twister-nin into nin-v2

nin-v2
myleneb 9 years ago
parent
commit
d70646b533
  1. 23
      README.md
  2. 1
      css/style.css
  3. 1
      sass/style.sass

23
README.md

@ -1,27 +1,26 @@ @@ -1,27 +1,26 @@
Theme Nin v2 for twister-html
=============================
Nin is a clean and flat theme for the P2P microblogging plateform [Twister](http://twister.net.co) [(twister-core on github)](https://github.com/miguelfreitas/twister-core) based on the html client [twister-html](https://github.com/miguelfreitas/twister-html)
Nin is a clean and flat theme for the P2P microblogging platform [Twister](http://twister.net.co) [(twister-core on github)](https://github.com/miguelfreitas/twister-core) based on the html client [twister-html](https://github.com/miguelfreitas/twister-html)
### Install
After dowloading the folder, create a symlink to it in your `.twister/html/` directory (**take care to save old /theme_nin folder**)
#### To do
#### Captures
+ responsive
+ options to change basis colors
+ refresh modals when they're already opened
+ UI for group chat rooms
Homepage
![homepage](https://raw.githubusercontent.com/myleneb/theme_nin/nin-v2/captures/home.jpg)
Example with hashtag search results in sidebar:
![hashtag-search](https://raw.githubusercontent.com/myleneb/theme_nin/nin-v2/captures/search-hashtag.jpg)
#### Captures
Hompage
![homepage](https://raw.githubusercontent.com/myleneb/theme_nin/nin-v2/captures/home.jpg)
#### To do
Exemple with hashtag search results in sidebar:
![hashtag-search](https://raw.githubusercontent.com/myleneb/theme_nin/nin-v2/captures/search-hashtag.jpg)
+ responsive
+ options to change basis colors
+ refresh modals when they're already opened
+ UI for group chat rooms

1
css/style.css

@ -2287,6 +2287,7 @@ ul.userMenu-search-profiles button { @@ -2287,6 +2287,7 @@ ul.userMenu-search-profiles button {
-webkit-transition-duration: 0.1s;
transition-duration: 0.1s;
width: 100% !important;
word-wrap: break-word;
}
.post-area-new.open textarea, .mini-profile .post-area-new textarea, #postboard-top .post-area .post-area-new textarea {

1
sass/style.sass

@ -443,6 +443,7 @@ ul.userMenu-search-profiles @@ -443,6 +443,7 @@ ul.userMenu-search-profiles
+transition-property(all)
+transition-duration(.1s)
width: 100%!important
word-wrap: break-word

Loading…
Cancel
Save