Tweaked assets

This commit is contained in:
Sam Hewitt 2015-03-26 01:57:33 -04:00
parent eb2f90fe4f
commit 130cce6c32
155 changed files with 703 additions and 540 deletions

View File

@ -25,39 +25,31 @@ stage {
/* Buttons */
.button {
border-radius: 2px;
border-width: 1px;
border: none;
margin-top: 0.5em;
padding: 4px 32px;
color: #dbdee0;
font-weight: bold;
background:none;
background-color: rgba(255,255,255,0.0);
background-gradient-direction: none;
border:none;
border-color: rgba(0,0,0,0);
background-gradient-start: rgba(255,255,255,0);
background-gradient-end: rgba(255,255,255,0);
box-shadow: none;
text-shadow: none;
icon-shadow: none; }
.button:hover {
.button:hover, .button:focus {
color: #fff;
border-color: rgba(0,0,0,0);
border:none;
background-color: rgba(255,255,255,0.1);
background-gradient-direction: none;
box-shadow: none;
text-shadow: none;
icon-shadow: none; }
.button:focus {
color: #fff;
border-color: rgba(0,0,0,0);
border:none;
border: none;
background-color: rgba(255,255,255,0.1);
background-gradient-direction: none;
background-gradient-start: rgba(255,255,255,0.1);
background-gradient-end: rgba(255,255,255,0.1);
box-shadow: none;
text-shadow: none;
icon-shadow: none; }
.button:insensitive {
color: rgba(255,255,255,0.3);
border-color: rgba(0,0,0,0);
border: none;
background-color: rgba(0,0,0,0.0);
background-gradient-direction: none;
box-shadow: none;
@ -65,9 +57,11 @@ stage {
icon-shadow: none; }
.button:active {
color: #fff;
border-color: rgba(0,0,0,0);
border: none;
background-color: rgba(0,0,0,0.1);
background-gradient-direction: none;
background-gradient-start: rgba(0,0,0,0.1);
background-gradient-end: rgba(0,0,0,0.1);
box-shadow: none;
text-shadow: none;
icon-shadow: none; }
@ -85,10 +79,10 @@ StEntry {
selection-background-color: #9fb0b9;
selected-color: #ffffff; }
StEntry:focus {
background-color: #dbdee0;
background-color: #fff;
color: #2d3335;
box-shadow: inset 0 2px 4px rgba(0,0,0,0.5);
border-color: rgba(0,0,0,0.5); }
box-shadow: none;
border-color: rgba(0,0,0,0); }
StEntry:insensitive {
color: rgba(219, 222, 224, 0.8);
border-color: #323636;
@ -176,7 +170,7 @@ StScrollBar {
border-radius: 2px;
color: #dbdee0;
background-color: #454d50;
border: 1px solid rgba(0,0,0,0);
border: none;
border: none;
box-shadow: 0 5px 10px 0 rgba(0,0,0,0.5);
padding: 24px; }
@ -213,7 +207,7 @@ StScrollBar {
.end-session-dialog {
spacing: 42px;
border-radius: 2px;
border: 1px solid rgba(0,0,0,0); }
border: none; }
.end-session-dialog-list {
padding-top: 20px; }
@ -336,7 +330,7 @@ StScrollBar {
.prompt-dialog {
width: 500px;
border-radius: 2px;
border: 1px solid rgba(0,0,0,0); }
border: none; }
.prompt-dialog-main-layout {
spacing: 24px;
@ -563,7 +557,7 @@ StScrollBar {
border-radius: 8px;
padding: 12px;
box-shadow: 0 5px 10px 0 rgba(0,0,0,0.5);
border: 1px solid rgba(0,0,0,0); }
border: none; }
/* Tiled window previews */
.tile-preview {
@ -998,7 +992,7 @@ StScrollBar {
.search-entry {
width: 320px;
border: 1px solid rgba(0,0,0,0);
border: none;
color: #aaa;
caret-color: #aaa;
caret-size: 1px;
@ -1009,7 +1003,7 @@ StScrollBar {
box-shadow: 0 2px 8px 0 rgba(0,0,0,0.5); }
.search-entry:focus, .search-entry:hover {
padding: 7px 9px;
border: 1px solid rgba(0,0,0,0);
border: none;
background-color: #fff;
color: #777;
box-shadow: 0 5px 10px 0 rgba(0,0,0,0.5);
@ -1929,12 +1923,12 @@ StScrollBar {
spacing: 4px; }
.lg-obj-inspector-button {
border: 1px solid rgba(0,0,0,0);
border: none;
padding: 4px;
border-radius: 4px; }
.lg-obj-inspector-button:hover {
background: rgba(0,0,0,0.1);
border: 1px solid rgba(0,0,0,0); }
border: none; }
#lookingGlassExtensions {
padding: 4px; }
@ -1944,7 +1938,7 @@ StScrollBar {
spacing: 8px; }
.lg-extension {
border: 1px solid rgba(0,0,0,0);
border: none;
background: #454d50;
border-radius: 2px;
padding: 6px; }
@ -1959,7 +1953,7 @@ StScrollBar {
border-radius: 2px;
color: #454d50;
background-color: #fff;
border: 1px solid rgba(0,0,0,0);
border: none;
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
padding: 8px;
margin: 12px }
@ -1972,7 +1966,7 @@ StScrollBar {
.candidate-page-button,
.modal-dialog-button {
border-radius: 2px;
border: 1px solid rgba(0,0,0,0);
border: none;
margin-top: 0.5em;
padding: 4px 32px;
color: #dbdee0;
@ -1980,8 +1974,6 @@ StScrollBar {
background-gradient-direction: none;
background-gradient-start: rgba(255,255,255,0);
background-gradient-end: rgba(255,255,255,0);
background:none;
border:none;
box-shadow: none;
text-shadow: none;
icon-shadow: none;}
@ -1989,43 +1981,44 @@ StScrollBar {
.modal-dialog-button:hover {
border-radius: 2px;
color: #fff;
border: 1px solid rgba(0,0,0,0);
border: none;
background-color: rgba(255,255,255,0.1);
background-gradient-direction: none;
background-gradient-start: rgba(255,255,255,0.1);
background-gradient-end: rgba(255,255,255,0.1);
box-shadow: none;
text-shadow: none;
icon-shadow: none;
background-gradient-start: rgba(255,255,255,0);
background-gradient-end: rgba(255,255,255,0);}
icon-shadow: none;}
.modal-dialog-button:focus {
color: #fff;
border: 1px solid rgba(0,0,0,0);
border: none;
background-color: rgba(255,255,255,0.1);
background-gradient-direction: none;
background-gradient-start: rgba(255,255,255,0.1);
background-gradient-end: rgba(255,255,255,0.1);
box-shadow: none;
text-shadow: none;
icon-shadow: none;
border-width: 0px;}
icon-shadow: none;}
.candidate-page-button:active,
.candidate-page-button:pressed,
.modal-dialog-button:active,
.modal-dialog-button:pressed {
color: #fff;
border-color: rgba(0,0,0,0);
border: none;
background-color: rgba(0,0,0,0.1);
background-gradient-direction: none;
background-gradient-start: rgba(0,0,0,0.1);
background-gradient-end: rgba(0,0,0,0.1);
box-shadow: none;
text-shadow: none;
icon-shadow: none;
background-gradient-start: rgba(255,255,255,0);
background-gradient-end: rgba(255,255,255,0);}
icon-shadow: none;}
.candidate-page-button:insensitive,
.modal-dialog-button:insensitive {
color: rgba(255,255,255,0.3);
border-color: rgba(0,0,0,0);
border: none;
background-color: rgba(0,0,0,0.0);
background-gradient-direction: none;
box-shadow: none;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 455 B

After

Width:  |  Height:  |  Size: 460 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 737 B

After

Width:  |  Height:  |  Size: 718 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 238 B

After

Width:  |  Height:  |  Size: 238 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 252 B

After

Width:  |  Height:  |  Size: 252 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 314 B

After

Width:  |  Height:  |  Size: 318 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 432 B

After

Width:  |  Height:  |  Size: 449 B

View File

Before

Width:  |  Height:  |  Size: 5.7 KiB

After

Width:  |  Height:  |  Size: 5.7 KiB

View File

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

View File

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB

View File

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB

View File

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB

View File

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

View File

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB

View File

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB

View File

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

View File

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

View File

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

View File

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

View File

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

View File

@ -94,8 +94,8 @@
inkscape:pageopacity="1"
inkscape:pageshadow="2"
inkscape:zoom="1"
inkscape:cx="-317.77585"
inkscape:cy="-4.544942"
inkscape:cx="27.691387"
inkscape:cy="6.2493687"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
@ -130,7 +130,7 @@
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
@ -141,7 +141,7 @@
transform="translate(-444.64286,-761.36218)">
<path
style="opacity:1;fill:#40565f;fill-opacity:1;stroke:none;stroke-width:8;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 553.64287,773.36218 -74.00002,0 c -4.986,0 -9,4.014 -9,9 0,4.986 4.014,9 9,9 l 74.00002,0 c 4.986,0 9,-4.014 9,-9 0,-4.986 -4.014,-9 -9,-9 z"
d="m 553.64287,773.36218 -88.00002,0 c -4.986,0 -9,4.014 -9,9 0,4.986 4.014,9 9,9 l 88.00002,0 c 4.986,0 9,-4.014 9,-9 0,-4.986 -4.014,-9 -9,-9 z"
id="rect4157"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssssss" />

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

View File

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

View File

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

View File

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

View File

@ -0,0 +1,149 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="144"
height="42"
id="svg2857"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="switch-on@2.svg">
<defs
id="defs2859">
<linearGradient
id="linearGradient3864">
<stop
style="stop-color:#a248af;stop-opacity:1;"
offset="0"
id="stop3866" />
<stop
style="stop-color:#a86ab1;stop-opacity:1;"
offset="1"
id="stop3868" />
</linearGradient>
<inkscape:perspective
sodipodi:type="inkscape:persp3d"
inkscape:vp_x="0 : 526.18109 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_z="744.09448 : 526.18109 : 1"
inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
id="perspective2865" />
<inkscape:perspective
id="perspective2843"
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
inkscape:vp_z="1 : 0.5 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 0.5 : 1"
sodipodi:type="inkscape:persp3d" />
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath3860">
<rect
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.7;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:new"
id="rect3862"
width="72"
height="21"
x="0"
y="0"
ry="10.5" />
</clipPath>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3864"
id="linearGradient3870"
x1="464.64285"
y1="783.36218"
x2="464.64285"
y2="803.36218"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-444.64286,-782.36221)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3864"
id="linearGradient3789"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-444.64286,-782.36221)"
x1="464.64285"
y1="783.36218"
x2="464.64285"
y2="803.36218" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3864"
id="linearGradient3808"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-444.64286,-782.36221)"
x1="464.64285"
y1="783.36218"
x2="464.64285"
y2="803.36218" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#353535"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="1"
inkscape:pageshadow="2"
inkscape:zoom="1"
inkscape:cx="15.593066"
inkscape:cy="20.439946"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1366"
inkscape:window-height="699"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
borderlayer="true"
inkscape:showpageshadow="false"
inkscape:snap-bbox="true"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true"
inkscape:snap-bbox-midpoints="true"
inkscape:snap-bbox-edge-midpoints="true"
showguides="true"
inkscape:guide-bbox="true"
showborder="true">
<inkscape:grid
type="xygrid"
id="grid3078"
empspacing="4"
visible="true"
enabled="true"
snapvisiblegridlinesonly="true" />
</sodipodi:namedview>
<metadata
id="metadata2862">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-444.64286,-761.36218)">
<path
style="opacity:1;fill:#9fb0b9;fill-opacity:1;stroke:none;stroke-width:8;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 553.64289,773.36218 -88.00002,0 c -4.986,0 -9,4.014 -9,9 0,4.986 4.014,9 9,9 l 88.00002,0 c 4.986,0 9,-4.014 9,-9 0,-4.986 -4.014,-9 -9,-9 z"
id="rect4157"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssssss" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.7 KiB

View File

Before

Width:  |  Height:  |  Size: 6.0 KiB

After

Width:  |  Height:  |  Size: 6.0 KiB

View File

Before

Width:  |  Height:  |  Size: 6.0 KiB

After

Width:  |  Height:  |  Size: 6.0 KiB

View File

Before

Width:  |  Height:  |  Size: 6.0 KiB

After

Width:  |  Height:  |  Size: 6.0 KiB

View File

Before

Width:  |  Height:  |  Size: 6.0 KiB

After

Width:  |  Height:  |  Size: 6.0 KiB

View File

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

View File

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

View File

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 5.9 KiB

View File

Before

Width:  |  Height:  |  Size: 6.0 KiB

After

Width:  |  Height:  |  Size: 6.0 KiB

View File

Before

Width:  |  Height:  |  Size: 6.0 KiB

After

Width:  |  Height:  |  Size: 6.0 KiB

View File

Before

Width:  |  Height:  |  Size: 6.0 KiB

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 417 B

After

Width:  |  Height:  |  Size: 469 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 593 B

After

Width:  |  Height:  |  Size: 628 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 384 B

After

Width:  |  Height:  |  Size: 416 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 550 B

After

Width:  |  Height:  |  Size: 547 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 368 B

After

Width:  |  Height:  |  Size: 414 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 553 B

After

Width:  |  Height:  |  Size: 542 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 358 B

After

Width:  |  Height:  |  Size: 400 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 514 B

After

Width:  |  Height:  |  Size: 581 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 384 B

After

Width:  |  Height:  |  Size: 372 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 550 B

After

Width:  |  Height:  |  Size: 488 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 358 B

After

Width:  |  Height:  |  Size: 400 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 514 B

After

Width:  |  Height:  |  Size: 581 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 560 B

After

Width:  |  Height:  |  Size: 679 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 501 B

After

Width:  |  Height:  |  Size: 496 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 898 B

After

Width:  |  Height:  |  Size: 855 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 452 B

After

Width:  |  Height:  |  Size: 496 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 877 B

After

Width:  |  Height:  |  Size: 857 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 477 B

After

Width:  |  Height:  |  Size: 572 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 895 B

After

Width:  |  Height:  |  Size: 1002 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 501 B

After

Width:  |  Height:  |  Size: 439 B

Some files were not shown because too many files have changed in this diff Show More