Skip to content

tag color by hama187cm

Details

Authorhama187cm

LicenseNo License

Categoryworkflowy

Created

Updated

Size10 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

added colors to tags

Notes

Userstyle doesn't have notes.

Source code

Source code has over 10K characters, so we truncated it. You can inspect the full source code on install link.
/* ==UserStyle==
@name         tag color
@version      20220329.01.53
@namespace    userstyles.world/user/hama187cm
@description  added colors to tags
@author       hama187cm
@license      No License
==/UserStyle== */

@-moz-document url("https://workflowy.com/") {
@namespace url(http://www.w3.org/1999/xhtml);
parent > .name > .content
{
    color: #008000 !important; /*blue by default*/
}

a.bullet{
    color: #BBBBBB !important; /*blue by default*/
}
a.bullet.diamond{
    color: purple !important; /*blue by default*/
}

._rvjrcr{
    font-size: 18px !important;
    color: #FEFEFE !important; /* grey by default(#888888)*/
    background-color: #555555 !important;
    padding: 2px 3px 2px !important;  
    line-height: 100% !important;
    font-weight:normal;
}

._1ntwfgk{
    line-height: 110% !important;
}

.boardColumn{
    
}

/* Re-style the tags add  kokokara*/
.contentTag[title="Filter #Q"], .contentTag[title="Filter #prv"], .contentTag[title="Filter #WIP"]
{
    font-weight: bold !important;
    padding: 2px 1px 2px !important;        
    color: #e48e00 !important; /* grey by default(#888888)*/
    background-color: #005500 !important;
    font-size: 16px !important;
}

.contentTag[title="Filter #Q"], .contentTag[title="Filter #prv"], .contentTag[title="Filter #LDoc"], .contentTag[title="Filter #ex_Garden"], .contentTag[title="Filter #ex_Garden拡張"], .contentTag[title="Filter #Garden拡張"], .contentTag[title="Filter #PLAN"], .contentTag[title="Filter #Estimate"]
{
    font-weight: bold !important;
    padding: 2px 3px 2px !important;        
    color: #e48e00 !important; /* grey by default(#888888)*/
    background-color: #005500 !important;
    font-size: 12px !important;
}

.contentTag[title="Filter #carr"], .contentTag[title="Filter #mtmまとめ"]
{
    font-weight: bold !important;
    padding: 2px 3px 2px !important;        
    color: #000000 !important; /* grey by default(#888888)*/
    background-color: #888888 !important;
    font-size: 12px !important;
}
.contentTag[title="Filter #pin"], .contentTag[title="Filter #pin"]{
    font-weight: bold !important;
    padding: 2px 3px 2px !important;        
    color: #000000 !important; /* grey by default(#888888)*/
    background-color: #33D3FF !important;
    font-size: 12px !important;
}


.contentTag[title="Filter #mi"]
{
    font-weight: bold !important;
    padding: 2px 3px 2px !important;        
    color: #FFF !important; /* grey by default(#888888)*/
    background-color: #555 !important;
    font-size: 12px !important;
}

.contentTag[title="Filter #Todo"], .contentTag[title="Filter #Todo"], .contentTag[title="Filter #KPT"], .contentTag[title="Filter #KPT_Prv"]
{
    font-weight: bold !important;
    padding: 2px 3px 2px !important;        
    color: #FF4F02 !important; /* grey by default(#888888)*/
    background-color: #BAD3FF !important;
    font-size: 12px !important;
}

.contentTag[title="Filter #wait"], .contentTag[title="Filter #Wait"]
{
    font-weight: bold !important;
    padding: 2px 3px 2px !important;        
    color: #EEEEEE !important; /* grey by default(#888888)*/
    background-color: #888888 !important;
    font-size: 10px !important;
}

.contentTag[title="Filter #ロ"]{
    font-weight: bold !important;
    padding: 2px 3px 2px !important;        
    color: #EEEEEE !important; /* grey by default(#888888)*/
    background-color: #FF4F02 !important;
    font-size: 10px !important;
}

.contentTag[title="Filter #ロx"], .contentTag[title="Filter #ロTodoまとめ--innerLink作成してTodoリストに移動"]{
    font-weight: bold !important;
    padding: 1px 2px 1px !important;        
    color: #EEEEEE !important; /* grey by default(#888888)*/
    background-color: #888888 !important;
    font-size: 8px !important;
}

.contentTag[title="Filter #Todox"], .contentTag[title="Filter #done"], .contentTag[title="Filter #tkn特になし"], .contentTag[title="Filter #slide"], .contentTag[title="Filter #detail"]
{  font-weight: bold !important;
    padding: 2px 3px 2px !important;        
    color: #999 !important; /* grey by default(#888888)*/
    background-color: #EEE !important;
    font-size: 10px !important;
}

.contentTag[title="Filter #LDoc"], .contentTag[title="Filter #ex_Garden"], .contentTag[title="Filter #ex_Garden拡張"], .contentTag[title="Filter #Garden拡張"]
{		  font-weight: bold !important;
        padding: 2px 3px 2px !important;        
	     color: #111 !important; /* grey by default(#888888)*/
   		  background-color: #75A9FF !important;
        font-size: 16px !important;
}

.contentTag[title="Filter #Attentoin"]
{		  font-weight: bold !important;
        padding: 2px 3px 2px !important;        
	     color: #888888 !important; /* grey by default(#888888)*/
   		  background-color: #75A9FF !important;
        font-size: 16px !important;
}
/* Re-style the tags add  kokomade*/

/* Re-style the tags */

.contentTag {
    font-weight: bold !important;
    padding: 2px 3px 2px !important;        
     color: #111 !important; /* grey by default(#888888)*/
     background-color: #99CC99 !important;
    font-size: 11px !important;
}


/*hide the tags when editing */

.content.editing .contentTag {
    visibility: hidden;
}

    

    /* remove the underline from tags */

    .content .contentTagText {

        text-decoration: none !important;
    }@namespace url(http://www.w3.org/1999/xhtml);
parent > .name > .content
{
    color: #008000 !important; /*blue by default*/
}

a.bullet{
    color: #BBBBBB !important; /*blue by default*/
}
a.bullet.diamond{
    color: purple !important; /*blue by default*/
}

._rvjrcr{
    font-size: 18px !important;
    color: #FEFEFE !important; /* grey by default(#888888)*/
    background-color: #555555 !important;
    padding: 2px 3px 2px !important;  
    line-height: 100% !important;
    font-weight:normal;
}

._1ntwfgk{
    line-height: 110% !important;
}

.boardColumn{
    
}

/* Re-style the tags add  kokokara*/
.contentTag[title="Filter #Q"], .contentTag[title="Filter #prv"], .contentTag[title="Filter #WIP"]
{
    font-weight: bold !important;
    padding: 2px 1px 2px !important;        
    color: #e48e00 !important; /* grey by default(#888888)*/
    background-color: #005500 !important;
    font-size: 16px !important;
}

.contentTag[title="Filter #Q"], .contentTag[title="Filter #prv"], .contentTag[title="Filter #LDoc"], .contentTag[title="Filter #ex_Garden"], .contentTag[title="Filter #ex_Garden拡張"], .contentTag[title="Filter #Garden拡張"], .contentTag[title="Filter #PLAN"], .contentTag[title="Filter #Estimate"]
{
    font-weight: bold !important;
    padding: 2px 3px 2px !important;        
    color: #e48e00 !important; /* grey by default(#888888)*/
    background-color: #005500 !important;
    font-size: 12px !important;
}

.contentTag[title="Filter #carr"], .contentTag[title="Filter #mtmまとめ"]
{
    font-weight: bold !important;
    padding: 2px 3px 2px !important;        
    color: #000000 !important; /* grey by default(#888888)*/
    background-color: #888888 !important;
    font-size: 12px !important;
}
.contentTag[title="Filter #pin"], .contentTag[title="Filter #pin"]{
    font-weight: bold !important;
    padding: 2px 3px 2px !important;        
    color: #000000 !important; /* grey by default(#888888)*/
    background-color: #33D3FF !important;
    font-size: 12px !important;
}


.contentTag[title="Filter #mi"]
{
    font-weight: bold !important;
    padding: 2px 3px 2px !important;        
    color: #FFF !important; /* grey by default(#888888)*/
    background-color: #555 !important;
    font-size: 12px !important;
}

.contentTag[title="Filter #Todo"], .contentTag[title="Filter #Todo"], .contentTag[title="Filter #KPT"], .contentTag[title="Filter #KPT_Prv"]
{
    font-weight: bold !important;
    padding: 2px 3px 2px !important;        
    color: #FF4F02 !important; /* grey by default(#888888)*/
    background-color: #BAD3FF !important;
    font-size: 12px !important;
}

.contentTag[title="Filter #wait"], .contentTag[title="Filter #Wait"]
{
    font-weight: bold !important;
    padding: 2px 3px 2px !important;        
    color: #EEEEEE !important; /* grey by default(#888888)*/
    background-color: #888888 !important;
    font-size: 10px !important;
}

.contentTag[title="Filter #ロ"]{
    font-weight: bold !important;
    padding: 2px 3px 2px !important;        
    color: #EEEEEE !important; /* grey by default(#888888)*/
    background-color: #FF4F02 !important;
    font-size: 10px !important;
}

.contentTag[title="Filter #ロx"], .contentTag[title="Filter #ロTodoまとめ--innerLink作成してTodoリストに移動"]{
    font-weight: bold !important;
    padding: 1px 2px 1px !important;        
    color: #EEEEEE !important; /* grey by default(#888888)*/
    background-color: #888888 !important;
    font-size: 8px !important;
}

.contentTag[title="Filter #Todox"], .contentTag[title="Filter #done"], .contentTag[title="Filter #tkn特になし"], .contentTag[title="Filter #slide"], .contentTag[title="Filter #detail"]
{  font-weight: bold !important;
    padding: 2px 3px 2px !important;        
    color: #999 !important; /* grey by default(#888888)*/
    background-color: #EEE !important;
    font-size: 10px !important;
}

.contentTag[title="Filter #LDoc"], .contentTag[title="Filter #ex_Garden"], .contentTag[title="Filter #ex_Garden拡張"], .contentTag[title="Filter #Garden拡張"]
{		  font-weight: bold !important;
        padding: 2px 3px 2px !important;        
	     color: #111 !important; /* grey by default(#888888)*/
   		  background-color: #75A9FF !important;
        font-size: 16px !important;
}

.contentTag[title="Filter #Attentoin"]
{		  font-weight: bold !important;
        padding: 2px 3px 2px !important;        
	     color: #888888 !important; /* grey by default(#888888)*/
   		  background-color: #75A9FF !important;
        font-size: 16px !important;
}
/* Re-style the tags add  kokomade*/

/* Re-style the tags */

.contentTag {
    font-weight: bold !important;
    padding: 2px 3px 2px !important;        
     color: #111 !important;...

Reviews

No reviews yet.