Remove gradient from toolbar

This commit is contained in:
Paulo Gustavo Veiga 2022-01-04 20:46:32 -08:00
parent f08ee50e84
commit 60ee365171
5 changed files with 155 additions and 2146 deletions

View File

@ -0,0 +1,153 @@
<?xml version="1.0" standalone="no" ?>
<!--
: Convert from MindManager (c) to FreeMind ( ;) ).
:
: This code released under the GPL.
: (http://www.gnu.org/copyleft/gpl.html)
:
: Christian Foltin, June, 2005
:
: $Id: mindmanager2mm.xsl,v 1.1.2.3.4.3 2007/10/17 19:54:36 christianfoltin Exp $
:
-->
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:ap="http://schemas.mindjet.com/MindManager/Application/2003"
xmlns:cor="http://schemas.mindjet.com/MindManager/Core/2003"
xmlns:pri="http://schemas.mindjet.com/MindManager/Primitive/2003"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xhtml="http://www.w3.org/1999/xhtml" >
<xsl:strip-space elements="*" />
<xsl:output method="xml" indent="yes" encoding="UTF-8" />
<xsl:template match="/ap:Map">
<map version="0.9.0">
<xsl:apply-templates select="ap:OneTopic/ap:Topic"/>
</map>
</xsl:template>
<xsl:template match="ap:Topic">
<node>
<xsl:attribute name="TEXT">
<xsl:value-of select="./ap:Text/@PlainText" />
</xsl:attribute>
<xsl:attribute name="POSITION">
<xsl:choose>
<xsl:when test="ancestor-or-self::ap:Topic/ap:Offset/@CX &gt; 0"><xsl:text>right</xsl:text></xsl:when>
<xsl:otherwise><xsl:text>left</xsl:text></xsl:otherwise>
</xsl:choose>
</xsl:attribute>
<xsl:choose>
<xsl:when test="./ap:Hyperlink">
<xsl:attribute name="LINK">
<xsl:value-of select="./ap:Hyperlink/@Url"/>
</xsl:attribute>
</xsl:when>
<xsl:when test="./ap:Text/ap:Font/@Color">
<xsl:attribute name="COLOR">
<xsl:text>#</xsl:text><xsl:value-of
select="substring(./ap:Text/ap:Font/@Color,3)"/>
</xsl:attribute>
</xsl:when>
<xsl:when
test="./ap:SubTopicShape/@SubTopicShape='urn:mindjet:Oval'">
<xsl:attribute name="STYLE">
<xsl:text>bubble</xsl:text>
</xsl:attribute>
</xsl:when>
</xsl:choose>
<xsl:apply-templates select="./ap:NotesGroup" />
<xsl:apply-templates select="./ap:SubTopics/ap:Topic" />
<!-- <xsl:for-each select="./ap:SubTopics/ap:Topic">
<xsl:sort select="(./ap:Offset/@CX) * -1"/>
<xsl:apply-templates select="."/>
</xsl:for-each> -->
<xsl:apply-templates select="./ap:IconsGroup" />
<xsl:apply-templates select="./ap:Task" />
</node>
</xsl:template>
<xsl:template match="ap:NotesGroup">
<xsl:element name="richcontent">
<xsl:attribute name="TYPE">
<xsl:text>NOTE</xsl:text>
</xsl:attribute>
<xsl:copy-of select="ap:NotesXhtmlData/xhtml:html"/>
</xsl:element>
</xsl:template>
<xsl:template match="ap:IconsGroup">
<xsl:apply-templates select="./ap:Icons" />
</xsl:template>
<xsl:template match="ap:Icons">
<xsl:apply-templates select="./ap:Icon" />
</xsl:template>
<xsl:template match="ap:Task[@TaskPriority]">
<xsl:element name="icon">
<xsl:attribute name="BUILTIN">
<xsl:choose>
<xsl:when test="@TaskPriority='urn:mindjet:Prio1'">full-1</xsl:when>
<xsl:when test="@TaskPriority='urn:mindjet:Prio2'">full-2</xsl:when>
<xsl:when test="@TaskPriority='urn:mindjet:Prio3'">full-3</xsl:when>
<xsl:when test="@TaskPriority='urn:mindjet:Prio4'">full-4</xsl:when>
<xsl:when test="@TaskPriority='urn:mindjet:Prio5'">full-5</xsl:when>
</xsl:choose>
</xsl:attribute>
</xsl:element>
</xsl:template>
<xsl:template match="ap:Icon[@xsi:type='ap:StockIcon']">
<xsl:element name="icon">
<xsl:attribute name="BUILTIN">
<xsl:choose>
<xsl:when test="@IconType='urn:mindjet:SmileyAngry'">clanbomber</xsl:when>
<xsl:when test="@IconType='urn:mindjet:SmileyNeutral'">button_ok</xsl:when>
<xsl:when test="@IconType='urn:mindjet:SmileySad'">clanbomber</xsl:when>
<xsl:when test="@IconType='urn:mindjet:SmileyHappy'">ksmiletris</xsl:when>
<xsl:when test="@IconType='urn:mindjet:SmileyScreaming'">ksmiletris</xsl:when>
<xsl:when test="@IconType='urn:mindjet:ArrowRight'">forward</xsl:when>
<xsl:when test="@IconType='urn:mindjet:ArrowLeft'">back</xsl:when>
<!-- <xsl:when test="@IconType='urn:mindjet:TwoEndArrow'">bell</xsl:when>
<xsl:when test="@IconType='urn:mindjet:ArrowDown'">bell</xsl:when>
<xsl:when test="@IconType='urn:mindjet:ArrowUp'">bell</xsl:when> -->
<xsl:when test="@IconType='urn:mindjet:FlagGreen'">flag</xsl:when>
<xsl:when test="@IconType='urn:mindjet:FlagYellow'">flag</xsl:when>
<xsl:when test="@IconType='urn:mindjet:FlagPurple'">flag</xsl:when>
<xsl:when test="@IconType='urn:mindjet:FlagBlack'">flag</xsl:when>
<xsl:when test="@IconType='urn:mindjet:FlagBlue'">flag</xsl:when>
<xsl:when test="@IconType='urn:mindjet:FlagOrange'">flag</xsl:when>
<xsl:when test="@IconType='urn:mindjet:FlagRed'">flag</xsl:when>
<xsl:when test="@IconType='urn:mindjet:ThumbsUp'">button_ok</xsl:when>
<xsl:when test="@IconType='urn:mindjet:Calendar'">bell</xsl:when>
<xsl:when test="@IconType='urn:mindjet:Emergency'">messagebox_warning</xsl:when>
<xsl:when test="@IconType='urn:mindjet:OnHold'">knotify</xsl:when>
<xsl:when test="@IconType='urn:mindjet:Stop'">button_cancel</xsl:when>
<xsl:when test="@IconType='urn:mindjet:Prio1'">full-1</xsl:when>
<xsl:when test="@IconType='urn:mindjet:Prio2'">full-2</xsl:when>
<xsl:when test="@IconType='urn:mindjet:Prio3'">full-3</xsl:when>
<xsl:when test="@IconType='urn:mindjet:Prio4'">full-4</xsl:when>
<xsl:when test="@IconType='urn:mindjet:Prio5'">full-5</xsl:when>
<!--
<xsl:when test="@IconType='urn:mindjet:JudgeHammer'">bell</xsl:when>
<xsl:when test="@IconType='urn:mindjet:Dollar'">bell</xsl:when>
<xsl:when test="@IconType='urn:mindjet:Resource1'">bell</xsl:when>
-->
<!-- <xsl:when test="@IconType='urn:mindjet:Resource1'">button_ok</xsl:when> -->
<xsl:otherwise>
<xsl:text>messagebox_warning</xsl:text>
</xsl:otherwise>
</xsl:choose>
</xsl:attribute>
</xsl:element>
</xsl:template>
<xsl:template match = "node()|@*" />
</xsl:stylesheet>

File diff suppressed because one or more lines are too long

View File

@ -2,13 +2,6 @@ div#toolbar {
width: 100%;
height: @header-toolbar-height;
background-color: rgb(229, 227, 209);
background-image: linear-gradient(bottom, rgb(229, 227, 209) 47%, rgb(252, 250, 237) 87%);
background-image: -o-linear-gradient(bottom, rgb(229, 227, 209) 47%, rgb(252, 250, 237) 87%);
background-image: -moz-linear-gradient(bottom, rgb(229, 227, 209) 47%, rgb(252, 250, 237) 87%);
background-image: -webkit-linear-gradient(bottom, rgb(229, 227, 209) 47%, rgb(252, 250, 237) 87%);
background-image: -ms-linear-gradient(bottom, rgb(229, 227, 209) 47%, rgb(252, 250, 237) 87%);
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.47, rgb(229, 227, 209)), color-stop(0.87, rgb(252, 250, 237)));
border-bottom: 3px double rgb(190, 190, 190);
border-top: 1px solid rgb(190, 190, 190);
padding: 0px 15px;

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M20 5H4c-1.1 0-1.99.9-1.99 2L2 17c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm-9 3h2v2h-2V8zm0 3h2v2h-2v-2zM8 8h2v2H8V8zm0 3h2v2H8v-2zm-1 2H5v-2h2v2zm0-3H5V8h2v2zm9 7H8v-2h8v2zm0-4h-2v-2h2v2zm0-3h-2V8h2v2zm3 3h-2v-2h2v2zm0-3h-2V8h2v2z"/><path d="M0 0h24v24H0zm0 0h24v24H0z" fill="none"/></svg>

After

Width:  |  Height:  |  Size: 391 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M20 5H4c-1.1 0-1.99.9-1.99 2L2 17c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm-9 3h2v2h-2V8zm0 3h2v2h-2v-2zM8 8h2v2H8V8zm0 3h2v2H8v-2zm-1 2H5v-2h2v2zm0-3H5V8h2v2zm9 7H8v-2h8v2zm0-4h-2v-2h2v2zm0-3h-2V8h2v2zm3 3h-2v-2h2v2zm0-3h-2V8h2v2z"/><path d="M0 0h24v24H0zm0 0h24v24H0z" fill="none"/></svg>

After

Width:  |  Height:  |  Size: 391 B