mirror of
https://github.com/twisterarmy/theme_nin.git
synced 2025-02-06 20:15:01 +00:00
Merge branch 'nin-v2' of github.com:myleneb/twister-nin into nin-v2
This commit is contained in:
commit
d70646b533
23
README.md
23
README.md
@ -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**)
|
||||
|
||||
|
||||
#### Captures
|
||||
|
||||
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)
|
||||
|
||||
|
||||
#### To do
|
||||
|
||||
+ responsive
|
||||
+ options to change basis colors
|
||||
+ refresh modals when they're already opened
|
||||
+ UI for group chat rooms
|
||||
|
||||
|
||||
|
||||
#### Captures
|
||||
|
||||
Hompage
|
||||
![homepage](https://raw.githubusercontent.com/myleneb/theme_nin/nin-v2/captures/home.jpg)
|
||||
|
||||
|
||||
Exemple with hashtag search results in sidebar:
|
||||
![hashtag-search](https://raw.githubusercontent.com/myleneb/theme_nin/nin-v2/captures/search-hashtag.jpg)
|
@ -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 {
|
||||
|
@ -443,6 +443,7 @@ ul.userMenu-search-profiles
|
||||
+transition-property(all)
|
||||
+transition-duration(.1s)
|
||||
width: 100%!important
|
||||
word-wrap: break-word
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user