Commit graph

47 commits

Author SHA1 Message Date
c47 23c454ac0e Add new styles for mikio template
After switch to the mikio template added first and most important styles
for everyday life.
2024-02-10 16:47:22 +01:00
c47 e1ad927948 Rename dw.css to dw.nixre.net_userstyle.css 2024-01-08 06:25:12 +01:00
c47 107c69fd10 Purge old/unused styles and reorder
There were already old css rules, that didn't work anymore.
I deleted them and placed the new ones in the right place
in the stylesheet.
2024-01-08 06:21:51 +01:00
c47 6fba9a9af4 Add current status of userstyle.css 2024-01-07 21:27:54 +01:00
c47 89d73e861a Hide several emojis in general
* "nauseated_face"
  * "face_vomitting"
2023-01-04 06:18:43 +01:00
c47 11f73beb93 Hide emojis in display names in reshares
Added another link to address to hide emojis in
disdisplay names also when accounts reshres posts
of others.
2022-12-31 18:54:12 +01:00
c47 ccecfc1787 Hide emojis in display names in notifications
Extended the rule to address display names in
notifications, too.
2022-12-31 10:33:44 +01:00
c47 faa289ec3f Introduce a general rule set for mastodon web
This is the initial commit of this file. It will
represent a collections of rules that I use to
make my everyday-life on mastodon more
comfortable. I start with a tiny and simple thing:

Hide emojis from display names.
2022-12-31 09:10:20 +01:00
c47 91e6175165 Restructure everything
Decided to sort things with directories as sort of
namespace separation and keep filenames simpler.
2022-12-31 08:49:33 +01:00
c47 267f5029d5 Delete two other stylesheets 2022-12-31 08:46:02 +01:00
c47 1f9fabc565 Delete stylus:chaos.social.css 2022-12-31 08:44:19 +01:00
c47 0f6474bbd3 Unify ddg rules
Removed div.${CLASSNAME} from [data-domain] of two
rules to increase simplicity/readability and to
unify them with the others.
2022-12-31 08:38:31 +01:00
c47 e30c3b7bd2 Add pixelfed.social stylesheet
Initial version of a stylesheet for pixelfed - created on
pixelfed.social.
2022-07-23 07:08:04 +02:00
c47 988855bd5b Add span rule for misskey postings
Misskey wraps posts content into span elements -
so my `span { color: ...}` rule colored misskey
postings differently to others. The added rule
overrides this with the color I set for posts
content.

NOTE TO SELF: create variables these days!!
2022-05-15 13:47:15 +02:00
c47 883922aff6 Delete obsoletes 2022-05-12 21:40:17 +02:00
c47 9622fe4747 Add style for compose-textarea and tabs-bar
Added grey background-color to compose-textarea
and lightgrey color to its' placeholder text.

Added a lightgrey color to button in tabs-bar
(top main area).
2021-12-21 07:38:23 +01:00
c47 4a3a4820f6 Add styles for comments, links, buttons, etc.
In the first version of this style I just created
a very basic direction for this work, but there
were a lot of leftovers - for example:

On viewing a specific task

  1. the table in 'details' element
    a) th background-color
    b) th color
    c) th span (counter) color
    b) td div (dropdown) color

  2. comments' section
    a) div.comment-title small color
    b) div.comment background-color
    c) div.comment color
    d) div.text-editor-toolbar a i color
    e) textarea background-color
    f) textarea::placeholder color

The html of of kanboard is quite confusing and
quite unintuitve - that's why there are so many
groupings of long css-paths is necessary.
2021-12-19 08:55:15 +01:00
c47 42cf0c84aa Add first version of kanboard.css 2021-12-18 11:57:29 +01:00
c47 5f5e97fb6f Add style to "jump-recent" divs
Still don't really know how to address the 'jump
to unread messages' buttons properly, so just
added something for now to see them better.
2021-11-29 07:58:24 +01:00
c47 094281250c Add styles for hovered top-level chat posts
Changed background color of hovered top-levels to
button box background color, which is much
friendlier. Had to change the font-color as well.

Introduced the --main-bgcolor variable.
2021-11-28 14:17:09 +01:00
c47 74af8e1ea3 Add style for sidebar and change bgcolor of header and footer 2021-11-28 12:59:04 +01:00
c47 ade1e118b4 Replace leading spaces with tab character 2021-11-28 12:24:19 +01:00
c47 21ba83666b Add rocket-chat.css
Uncomplete first version of my stylesheet for rocket chat.
2021-11-28 12:19:30 +01:00
c47 d936482ef6 Improve colors
Started to make everything darker and style things with
smoother colors. Especially font colors less bright.
WIP
2021-11-21 14:30:35 +01:00
c47 bdd2d3ff58 Remove unnessecary !important and change amazon rule
Changed the amazon rule's attribute selector from "starting with www.amazon"
to "matching with .amazon." so that it matches everything that matches .amazon.,
because I don't want to get any search result that links to amazon.
2021-11-21 09:56:15 +01:00
Rebeka Catalina 1a296a0584 Remove accidentally inserted empty line 2021-11-10 07:32:22 +01:00
Rebeka Catalina 1acb2d2ed3 fix typo 2021-11-08 21:34:17 +01:00
Rebeka Catalina 72b2623795 Add 'spektrum:cloud.spektrum-server.de.css' 2021-09-14 13:01:59 +02:00
c47 e803bd403f Style navigation bar
Made active links in navigation dark-orange,
instead of standard masto-blue, because I prefer
warm colors.
Also changed the font-color of to a dark grey,
because white hurts in my eyes.
2021-09-14 07:25:57 +02:00
c47 9281e51e80 Add color to boost icon
The boost (retweet) icon looks also nicer if it has
a different color to the default.
2021-09-13 07:24:32 +02:00
c47 3a5bbfa3fa Add color to pins
Pinned posts have a pin icon in the standard web-interface.
Adding a dark red color to them makes them look nicer -
in my opinion at least.
2021-09-13 07:19:18 +02:00
c47 3cc50fa3bd Merge branch 'main' of https://git.nixre.net/c47/my-css 2021-09-11 08:27:10 +02:00
c47 bee2dfdc41 Add more stylus rule sets 2021-09-11 08:23:30 +02:00
Rebeka Catalina 484f4242a0 Update 'stylus:duckduckgo.com.css'
Add hide of microsoft.com results
2021-09-10 05:36:15 +02:00
c47 870bc199d9 Renmae dw keyword
Renamed dw to nixre, so that I have a clear nixre context as keyword.
Afterwards the exact DNS hostname follows and if it's a specific file
in a setup, then I append the filename with a dash between hostname
and filename at the end.
If it's a CSS for the whole (DNS) host then I'll omit the
"-filename" part from the end. This way it will hopefully be a clear
structure.
2021-09-05 13:11:31 +02:00
c47 0b91f01877 Add files by dw:userstyle.css 2021-09-05 13:02:22 +02:00
c47 2bc08caf3b Merge spektrum and stylus
Merged Spektrum CSS and stylus rules - added keywords to filenames to sort files into contexts
2021-09-05 12:57:41 +02:00
c47 293c617877 Merge remote-tracking branch 'stylus/main' 2021-09-05 12:50:33 +02:00
Rebeka Catalina 7a599dcf03 Set max-height to 100px to make the control panel reachable 2021-08-23 11:05:35 +02:00
Rebeka Catalina 6aaa95b883 Add padding to to videospace and hide subject-details-container 2021-08-23 10:00:48 +02:00
c47 89fafb9153 Initial; Add duckduckgo.com.css 2021-08-16 16:11:09 +02:00
Rebeka Catalina 699eb2dd67 Initial commit 2021-08-16 16:03:03 +02:00
Rebeka Catalina 9d3dce1ae1 initial. 2021-06-26 13:30:06 +02:00
Rebeka Catalina 3de0984b5d Initial commit 2021-06-26 13:28:00 +02:00
Rebeka Catalina Trulsen bdfb1206a6 Replace leading spaces with tabstop 2021-06-18 09:54:49 +02:00
Rebeka Catalina Trulsen 139c8d8a29 Add max-height to panel and remove unneeded !important 2021-06-18 09:49:47 +02:00
Rebeka Catalina Trulsen 3d0d8c64fc Initial; Add ruleset for jitsi
Started the repository with a small ruleset to customize the interface of
jitsi.spektrum-server.de. The ruleset hides the distracting and disruptive
SPEKTRUM logos from the top left corner because in some lessons they cover
the relevant parts of a shared screen.

It positions the control panel of jitsi at the center of the screen - against
the decision of SPEKTRUM to position it in the down left corner.
2021-06-18 09:18:56 +02:00