Removed Redundant Stylesheets
|
@ -1,285 +0,0 @@
|
|||
* {
|
||||
background: transparent;
|
||||
color: #DEDEDE;
|
||||
font-size: 12px;
|
||||
border: 0; }
|
||||
*:disabled {
|
||||
color: #636363; }
|
||||
|
||||
QAbstractScrollArea {
|
||||
background: #202020;
|
||||
border: 1px solid #2B2B2B;
|
||||
alternate-background-color: #202020; }
|
||||
QAbstractScrollArea::item {
|
||||
min-height: 22px; }
|
||||
QAbstractScrollArea::item:hover {
|
||||
background: #4D4D4D;
|
||||
color: #FFF; }
|
||||
QAbstractScrollArea::item:selected {
|
||||
background: #777; }
|
||||
|
||||
QScrollBar:horizontal {
|
||||
margin: 0 17px; }
|
||||
|
||||
QScrollBar:vertical {
|
||||
margin: 17px 0; }
|
||||
|
||||
QScrollBar::add-line {
|
||||
background: #171717;
|
||||
subcontrol-origin: margin; }
|
||||
QScrollBar::add-line:horizontal {
|
||||
width: 17px;
|
||||
image: url("./1809 Dark Mode/Arrows/Right.svg");
|
||||
subcontrol-position: right; }
|
||||
QScrollBar::add-line:vertical {
|
||||
height: 17px;
|
||||
image: url("./1809 Dark Mode/Arrows/Down.svg");
|
||||
subcontrol-position: bottom; }
|
||||
QScrollBar::add-line:hover {
|
||||
background: #373737; }
|
||||
|
||||
QScrollBar::sub-line {
|
||||
background: #171717;
|
||||
subcontrol-origin: margin; }
|
||||
QScrollBar::sub-line:horizontal {
|
||||
width: 17px;
|
||||
image: url("./1809 Dark Mode/Arrows/Left.svg");
|
||||
subcontrol-position: left; }
|
||||
QScrollBar::sub-line:vertical {
|
||||
height: 17px;
|
||||
image: url("./1809 Dark Mode/Arrows/Up.svg");
|
||||
subcontrol-position: top; }
|
||||
QScrollBar::sub-line:hover {
|
||||
background: #373737; }
|
||||
|
||||
QScrollBar::add-page, QScrollBar::sub-page {
|
||||
background: #171717; }
|
||||
|
||||
QScrollBar::handle {
|
||||
background: #4D4D4D;
|
||||
margin: 1px; }
|
||||
QScrollBar::handle:hover {
|
||||
background: #7A7A7A; }
|
||||
|
||||
QTreeView::branch:open:has-children {
|
||||
image: url("./1809 Dark Mode/Arrows/Down.svg"); }
|
||||
|
||||
QTreeView::branch:closed:has-children {
|
||||
image: url("./1809 Dark Mode/Arrows/Right.svg"); }
|
||||
|
||||
QCheckBox::indicator, QRadioButton::indicator, QTreeView::indicator {
|
||||
background: #000;
|
||||
border: 1px solid #898989; }
|
||||
QCheckBox::indicator:checked, QRadioButton::indicator:checked, QTreeView::indicator:checked {
|
||||
image: url("./1809 Dark Mode/check.svg"); }
|
||||
QCheckBox::indicator:hover, QRadioButton::indicator:hover, QTreeView::indicator:hover {
|
||||
border: 1px solid #797979; }
|
||||
|
||||
QToolBar {
|
||||
qproperty-movable: true; }
|
||||
QToolBar::handle, QToolBar::separator {
|
||||
width: 2px;
|
||||
height: 2px;
|
||||
background: #2B2B2B; }
|
||||
QToolBar QToolButton {
|
||||
margin: 4px; }
|
||||
QToolBar QToolButton:hover {
|
||||
background: #4D4D4D; }
|
||||
|
||||
QHeaderView {
|
||||
margin: -2px; }
|
||||
QHeaderView::section {
|
||||
height: 22px;
|
||||
background: #202020;
|
||||
color: #FFF;
|
||||
padding: 0 4px;
|
||||
border: 0;
|
||||
border-right: 1px solid #636363; }
|
||||
QHeaderView::section:last {
|
||||
margin-right: -2px; }
|
||||
QHeaderView::section:hover {
|
||||
background: #434343; }
|
||||
QHeaderView::down-arrow {
|
||||
padding-right: 10px;
|
||||
image: url("./1809 Dark Mode/Arrows/Down.svg");
|
||||
subcontrol-position: center right; }
|
||||
QHeaderView::up-arrow {
|
||||
padding-right: 10px;
|
||||
image: url("./1809 Dark Mode/Arrows/Up.svg");
|
||||
subcontrol-position: center right; }
|
||||
|
||||
QComboBox, QLineEdit {
|
||||
min-height: 20px;
|
||||
background: #191919;
|
||||
color: #FFF;
|
||||
padding-left: 5px;
|
||||
border: 1px solid #535353;
|
||||
margin: 6px 0; }
|
||||
QComboBox::drop-down, QLineEdit::drop-down {
|
||||
width: 20px;
|
||||
subcontrol-origin: padding;
|
||||
subcontrol-position: top right;
|
||||
border: 0; }
|
||||
QComboBox::down-arrow, QLineEdit::down-arrow {
|
||||
image: url("./1809 Dark Mode/Arrows/Down.svg"); }
|
||||
QComboBox:disabled, QLineEdit:disabled {
|
||||
color: #636363; }
|
||||
|
||||
QTabWidget::pane {
|
||||
background: #202020;
|
||||
border: 1px solid #2B2B2B; }
|
||||
|
||||
QTabWidget QAbstractItemView {
|
||||
background: #2B2B2B;
|
||||
alternate-background-color: #2B2B2B;
|
||||
border: 1px solid #222121; }
|
||||
|
||||
QTabWidget QHeaderView::section {
|
||||
background: #2B2B2B; }
|
||||
|
||||
QTabBar::tab {
|
||||
height: 24px;
|
||||
background: #191919;
|
||||
color: #FFF;
|
||||
padding: 0 10px;
|
||||
border: 1px solid transparent;
|
||||
margin-bottom: -1px; }
|
||||
QTabBar::tab:disabled {
|
||||
color: #636363; }
|
||||
QTabBar::tab:hover {
|
||||
background: #4D4D4D; }
|
||||
QTabBar::tab:selected {
|
||||
background: #0078D7;
|
||||
color: #FFF;
|
||||
padding: 0 10px; }
|
||||
|
||||
QMenu {
|
||||
background: #2B2B2B;
|
||||
color: #FFF;
|
||||
padding: 2px;
|
||||
border: 1px solid #A0A0A0; }
|
||||
QMenu:separator {
|
||||
height: 1px;
|
||||
background: #808080;
|
||||
margin: 0 10px; }
|
||||
QMenu::item {
|
||||
min-height: 22px;
|
||||
padding: 2px 20px; }
|
||||
QMenu::item:selected {
|
||||
background: #414141; }
|
||||
QMenu::icon {
|
||||
padding-right: 20px; }
|
||||
QMenu::right-arrow {
|
||||
image: url("./1809 Dark Mode/Arrows/Right.svg");
|
||||
padding-right: 10px; }
|
||||
QMenu QPushButton {
|
||||
height: 24px;
|
||||
background: #2B2B2B;
|
||||
color: #FFF;
|
||||
text-align: left;
|
||||
padding-left: 20px; }
|
||||
QMenu QPushButton::menu-indicator {
|
||||
padding-right: 10px;
|
||||
subcontrol-origin: padding;
|
||||
subcontrol-position: center right; }
|
||||
QMenu QCheckBox {
|
||||
height: 24px;
|
||||
background: #2B2B2B;
|
||||
color: #FFF; }
|
||||
QMenu QCheckBox:hover {
|
||||
background: #4D4D4D;
|
||||
color: #FFF; }
|
||||
|
||||
QMenuBar {
|
||||
min-height: 24px;
|
||||
background: #000; }
|
||||
QMenuBar::item {
|
||||
padding: 0 10px; }
|
||||
QMenuBar::item:selected {
|
||||
background: #4D4D4D;
|
||||
color: #FFF; }
|
||||
|
||||
QStatusBar {
|
||||
background: #333; }
|
||||
QStatusBar::item {
|
||||
padding: 0 15px; }
|
||||
|
||||
QGroupBox {
|
||||
padding-top: 21px; }
|
||||
QGroupBox::title {
|
||||
padding-top: 10px; }
|
||||
|
||||
QProgressBar {
|
||||
background: transparent;
|
||||
color: #FFF;
|
||||
text-align: center;
|
||||
border: 1px solid #535353; }
|
||||
QProgressBar::chunk {
|
||||
background: #06B025; }
|
||||
|
||||
QPushButton {
|
||||
color: #FFF;
|
||||
min-height: 22px;
|
||||
padding: 0 10px; }
|
||||
QPushButton:hover {
|
||||
background: #4D4D4D;
|
||||
color: #FFF;
|
||||
border: 0; }
|
||||
QPushButton::menu-indicator {
|
||||
image: url("./1809 Dark Mode/Arrows/Down.svg"); }
|
||||
|
||||
QToolButton {
|
||||
padding: 4px; }
|
||||
QToolButton:hover {
|
||||
background: #4D4D4D;
|
||||
color: #FFF;
|
||||
border: 0; }
|
||||
QToolButton::menu-indicator {
|
||||
image: url("./1809 Dark Mode/Arrows/Down.svg"); }
|
||||
|
||||
QToolTip {
|
||||
background: #202020;
|
||||
border: 1px solid #2B2B2B; }
|
||||
|
||||
QTableCornerButton::section {
|
||||
background: #202020;
|
||||
border: 0;
|
||||
border-right: 1px solid #535353; }
|
||||
|
||||
QSpinBox, QDoubleSpinBox {
|
||||
background: #191919;
|
||||
border: 1px solid #535353; }
|
||||
|
||||
QMainWindow, QDialog {
|
||||
background: #191919; }
|
||||
|
||||
QSplitter {
|
||||
min-width: 8px; }
|
||||
|
||||
LinkLabel {
|
||||
qproperty-linkColor: #0078D7; }
|
||||
|
||||
#startButton {
|
||||
background: #2B2B2B;
|
||||
padding: 4px 0; }
|
||||
#startButton:hover {
|
||||
background: #4D4D4D; }
|
||||
|
||||
#linkButton {
|
||||
background: #2B2B2B; }
|
||||
#linkButton:hover {
|
||||
background: #4D4D4D; }
|
||||
|
||||
#executablesListBox {
|
||||
margin-right: 8px; }
|
||||
|
||||
#notes, #comments {
|
||||
background: #2B2B2B;
|
||||
border: 1px solid #222121; }
|
||||
|
||||
#iconLabel {
|
||||
image: url(./Paper/mo2.svg);
|
||||
qproperty-pixmap: none; }
|
||||
|
||||
#displayCategoriesBtn {
|
||||
min-width: 12px; }
|
|
@ -1,104 +0,0 @@
|
|||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="9"
|
||||
height="9"
|
||||
viewBox="0 0 9 9"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="0.92.3 (2405546, 2018-03-11)"
|
||||
sodipodi:docname="down.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="74.259817"
|
||||
inkscape:cx="4.6347389"
|
||||
inkscape:cy="3.1044614"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="18.8975,12.498"
|
||||
inkscape:measure-end="20,12.498"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true">
|
||||
<sodipodi:guide
|
||||
position="4.5,4.5"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="false" />
|
||||
<sodipodi:guide
|
||||
position="4.5,2"
|
||||
orientation="0,1"
|
||||
id="guide3935"
|
||||
inkscape:locked="false"
|
||||
inkscape:label=""
|
||||
inkscape:color="rgb(0,0,255)" />
|
||||
<sodipodi:guide
|
||||
position="4.5,7"
|
||||
orientation="0,1"
|
||||
id="guide815"
|
||||
inkscape:locked="false"
|
||||
inkscape:label=""
|
||||
inkscape:color="rgb(0,0,255)" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content"
|
||||
transform="translate(0,-11)">
|
||||
<path
|
||||
style="fill:none;stroke:#696969;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="M 0.75862799,13.041402 4.5,17.147396 8.241372,13.041402"
|
||||
id="path817"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 3.2 KiB |
|
@ -1,104 +0,0 @@
|
|||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="9"
|
||||
height="9"
|
||||
viewBox="0 0 9 9"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="0.92.3 (2405546, 2018-03-11)"
|
||||
sodipodi:docname="left.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="52.50962"
|
||||
inkscape:cx="7.7244116"
|
||||
inkscape:cy="2.1053499"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="18.8975,12.498"
|
||||
inkscape:measure-end="20,12.498"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true">
|
||||
<sodipodi:guide
|
||||
position="4.5,4.5"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="false" />
|
||||
<sodipodi:guide
|
||||
position="4.5,2"
|
||||
orientation="0,1"
|
||||
id="guide3935"
|
||||
inkscape:locked="false"
|
||||
inkscape:label=""
|
||||
inkscape:color="rgb(0,0,255)" />
|
||||
<sodipodi:guide
|
||||
position="4.5,7"
|
||||
orientation="0,1"
|
||||
id="guide815"
|
||||
inkscape:locked="false"
|
||||
inkscape:label=""
|
||||
inkscape:color="rgb(0,0,255)" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content"
|
||||
transform="translate(0,-11)">
|
||||
<path
|
||||
style="fill:none;stroke:#696969;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="M 6.9585976,11.758628 2.8526036,15.5 l 4.105994,3.741372"
|
||||
id="path817"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 3.2 KiB |
|
@ -1,104 +0,0 @@
|
|||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="9"
|
||||
height="9"
|
||||
viewBox="0 0 9 9"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="0.92.3 (2405546, 2018-03-11)"
|
||||
sodipodi:docname="right.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="52.50962"
|
||||
inkscape:cx="7.7244116"
|
||||
inkscape:cy="2.1053499"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="18.8975,12.498"
|
||||
inkscape:measure-end="20,12.498"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true">
|
||||
<sodipodi:guide
|
||||
position="4.5,4.5"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="false" />
|
||||
<sodipodi:guide
|
||||
position="4.5,2"
|
||||
orientation="0,1"
|
||||
id="guide3935"
|
||||
inkscape:locked="false"
|
||||
inkscape:label=""
|
||||
inkscape:color="rgb(0,0,255)" />
|
||||
<sodipodi:guide
|
||||
position="4.5,7"
|
||||
orientation="0,1"
|
||||
id="guide815"
|
||||
inkscape:locked="false"
|
||||
inkscape:label=""
|
||||
inkscape:color="rgb(0,0,255)" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content"
|
||||
transform="translate(0,-11)">
|
||||
<path
|
||||
style="fill:none;stroke:#696969;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="M 2.0414025,19.241372 6.1473965,15.5 2.0414025,11.758628"
|
||||
id="path817"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 3.2 KiB |
|
@ -1,104 +0,0 @@
|
|||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="9"
|
||||
height="9"
|
||||
viewBox="0 0 9 9"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="0.92.3 (2405546, 2018-03-11)"
|
||||
sodipodi:docname="up.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="52.50962"
|
||||
inkscape:cx="7.7244116"
|
||||
inkscape:cy="2.1053499"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="18.8975,12.498"
|
||||
inkscape:measure-end="20,12.498"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true">
|
||||
<sodipodi:guide
|
||||
position="4.5,4.5"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="false" />
|
||||
<sodipodi:guide
|
||||
position="4.5,2"
|
||||
orientation="0,1"
|
||||
id="guide3935"
|
||||
inkscape:locked="false"
|
||||
inkscape:label=""
|
||||
inkscape:color="rgb(0,0,255)" />
|
||||
<sodipodi:guide
|
||||
position="4.5,7"
|
||||
orientation="0,1"
|
||||
id="guide815"
|
||||
inkscape:locked="false"
|
||||
inkscape:label=""
|
||||
inkscape:color="rgb(0,0,255)" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content"
|
||||
transform="translate(0,-11)">
|
||||
<path
|
||||
style="fill:none;stroke:#696969;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="M 8.241372,17.958598 4.5,13.852604 0.75862804,17.958598"
|
||||
id="path817"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 3.2 KiB |
|
@ -1,141 +0,0 @@
|
|||
<?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="11"
|
||||
height="11"
|
||||
viewBox="0 0 11 11"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="0.92.3 (2405546, 2018-03-11)"
|
||||
sodipodi:docname="check.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="52.50962"
|
||||
inkscape:cx="6.2250839"
|
||||
inkscape:cy="5.2460693"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="18.8975,12.498"
|
||||
inkscape:measure-end="20,12.498"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true">
|
||||
<sodipodi:guide
|
||||
position="5.5,5.5"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="false"
|
||||
inkscape:label=""
|
||||
inkscape:color="rgb(0,0,255)" />
|
||||
<sodipodi:guide
|
||||
position="4.5,2"
|
||||
orientation="0,1"
|
||||
id="guide3935"
|
||||
inkscape:locked="false"
|
||||
inkscape:label=""
|
||||
inkscape:color="rgb(0,0,255)" />
|
||||
<sodipodi:guide
|
||||
position="5.5,9"
|
||||
orientation="0,1"
|
||||
id="guide815"
|
||||
inkscape:locked="false"
|
||||
inkscape:label=""
|
||||
inkscape:color="rgb(0,0,255)" />
|
||||
<sodipodi:guide
|
||||
position="2,5.5"
|
||||
orientation="1,0"
|
||||
id="guide819"
|
||||
inkscape:locked="false"
|
||||
inkscape:label=""
|
||||
inkscape:color="rgb(0,0,255)" />
|
||||
<sodipodi:guide
|
||||
position="10,5.5"
|
||||
orientation="1,0"
|
||||
id="guide821"
|
||||
inkscape:locked="false"
|
||||
inkscape:label=""
|
||||
inkscape:color="rgb(0,0,255)" />
|
||||
<sodipodi:guide
|
||||
position="5.5,6"
|
||||
orientation="0,1"
|
||||
id="guide823"
|
||||
inkscape:locked="false"
|
||||
inkscape:label=""
|
||||
inkscape:color="rgb(0,0,255)" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content"
|
||||
transform="translate(0,-9)">
|
||||
<image
|
||||
y="9"
|
||||
x="0"
|
||||
id="image835"
|
||||
xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAABHNCSVQICAgIfAhkiAAAALRJREFU
|
||||
GJWVUbGRg0AMXPt/hkwZEVSgdrgKaICM2LFqIbwKqOAiwo2ogAbWkRmwx/+2ZhRIWkmr1QWA8KFd
|
||||
/wO4O9x9j/XOzUzzPIukUkr6c3JEoG3bU04ANAyDzGyf2ve9SIqkIuKRhyJCJJVzlpnJ3XdgzvlI
|
||||
DUopnYqlFJFUKeW07QfAbVkWNE0Dd0dd16iqCgDQdR3WdX3lfKTzuP5Znd9j1ziO2LYNADBN04s6
|
||||
F3zxwTvvAn9IVHkBGwAAAABJRU5ErkJggg==
|
||||
"
|
||||
preserveAspectRatio="none"
|
||||
height="11"
|
||||
width="11" />
|
||||
<path
|
||||
style="fill:none;stroke:#dedede;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
|
||||
d="m 2,14.5 2.908096,2.908096 4.3566724,-5.635964"
|
||||
id="path838"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 4.3 KiB |
|
@ -1,702 +0,0 @@
|
|||
/* Night Eyes theme v1.2.0 for Mod Organizer 2 by Ciathyza */
|
||||
/* https://github.com/ciathyza/mo2-themes */
|
||||
|
||||
/* Main Window ---------------------------------------------------------------- */
|
||||
|
||||
QWidget
|
||||
{
|
||||
background: #181818;
|
||||
color: #AAAAAA;
|
||||
}
|
||||
|
||||
QWidget:disabled
|
||||
{
|
||||
background: #181818;
|
||||
color: #808080;
|
||||
}
|
||||
|
||||
QMainWindow::separator
|
||||
{
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
QAbstractItemView
|
||||
{
|
||||
background: #141414;
|
||||
alternate-background-color: #141414;
|
||||
show-decoration-selected: 1;
|
||||
selection-background-color: #001133;
|
||||
selection-color: #0099EE;
|
||||
}
|
||||
|
||||
QAbstractItemView::item:hover
|
||||
{
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
QAbstractItemView::item:selected
|
||||
{
|
||||
background: #001133;
|
||||
color: #0099EE;
|
||||
}
|
||||
|
||||
QAbstractScrollArea::corner
|
||||
{
|
||||
background: #141414;
|
||||
border: 2px solid #181818;
|
||||
border-bottom-right-radius: 6px;
|
||||
margin: 0px -2px -2px 0px;
|
||||
}
|
||||
|
||||
LinkLabel
|
||||
{
|
||||
qproperty-linkColor: #3399FF;
|
||||
}
|
||||
|
||||
|
||||
/* Toolbar -------------------------------------------------------------------- */
|
||||
|
||||
QToolBar
|
||||
{
|
||||
background: #181818;
|
||||
border: 1px solid #181818;
|
||||
}
|
||||
|
||||
QToolBar::separator
|
||||
{
|
||||
background: #181818;
|
||||
}
|
||||
|
||||
QToolButton
|
||||
{
|
||||
padding: 4px 1px;
|
||||
border-radius: 2px;
|
||||
margin: 4px 1px 0px 1px;
|
||||
}
|
||||
|
||||
QToolButton:hover
|
||||
{
|
||||
background: #282828;
|
||||
}
|
||||
|
||||
QToolButton:pressed
|
||||
{
|
||||
background: #181818;
|
||||
}
|
||||
|
||||
QToolButton::menu-indicator
|
||||
{
|
||||
width: 8px;
|
||||
}
|
||||
|
||||
|
||||
/* Left Pane & File Trees ----------------------------------------------------- */
|
||||
|
||||
QTreeView
|
||||
{
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
QTreeView::branch:hover
|
||||
{
|
||||
background: #181818;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
QTreeView::branch:selected
|
||||
{
|
||||
background: #001133;
|
||||
color: #0099EE;
|
||||
}
|
||||
|
||||
QTreeView::item:selected
|
||||
{
|
||||
background: #001133;
|
||||
color: #0099EE;
|
||||
}
|
||||
|
||||
QTreeView::branch:has-children:!has-siblings:closed,
|
||||
QTreeView::branch:closed:has-children:has-siblings
|
||||
{
|
||||
image: url(:/stylesheet/branch-closed.png);
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
QTreeView::branch:open:has-children:!has-siblings,
|
||||
QTreeView::branch:open:has-children:has-siblings
|
||||
{
|
||||
image: url(:/stylesheet/branch-open.png);
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
QListView
|
||||
{
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
QListView::item:hover
|
||||
{
|
||||
background: #242424;
|
||||
color: #FFCC88;
|
||||
}
|
||||
|
||||
QListView::item:selected
|
||||
{
|
||||
background: #001133;
|
||||
color: #0099EE;
|
||||
}
|
||||
|
||||
QTextEdit
|
||||
{
|
||||
background: #141414;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
QWebView
|
||||
{
|
||||
background: #141414;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
||||
/* Group Boxes ---------------------------------------------------------------- */
|
||||
|
||||
QGroupBox
|
||||
{
|
||||
padding: 24px 4px;
|
||||
border: 2px solid #141414;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
QGroupBox::title
|
||||
{
|
||||
subcontrol-origin: padding;
|
||||
subcontrol-position: top left;
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
|
||||
/* Search Boxes --------------------------------------------------------------- */
|
||||
|
||||
QLineEdit
|
||||
{
|
||||
background: #141414;
|
||||
min-height: 14px;
|
||||
padding: 2px;
|
||||
border: 2px solid #141414;
|
||||
border-radius: 6px;
|
||||
margin-top: 3px;
|
||||
}
|
||||
|
||||
QLineEdit:hover
|
||||
{
|
||||
border: 2px solid #242424;
|
||||
}
|
||||
|
||||
|
||||
/* Most Dropdowns ------------------------------------------------------------- */
|
||||
|
||||
QComboBox
|
||||
{
|
||||
background: #141414;
|
||||
min-height: 20px;
|
||||
padding-left: 5px;
|
||||
border: 2px solid #141414;
|
||||
border-radius: 6px;
|
||||
margin: 3px 0px 1px 0px;
|
||||
}
|
||||
|
||||
QComboBox:hover
|
||||
{
|
||||
border: 2px solid #242424;
|
||||
}
|
||||
|
||||
QComboBox:on
|
||||
{
|
||||
background: #181818;
|
||||
color: #FFCC88;
|
||||
border: 2px solid #181818;
|
||||
}
|
||||
|
||||
QComboBox::drop-down
|
||||
{
|
||||
width: 20px;
|
||||
subcontrol-origin: padding;
|
||||
subcontrol-position: top right;
|
||||
border: none;
|
||||
}
|
||||
|
||||
QComboBox QAbstractItemView
|
||||
{
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
QComboBox::down-arrow
|
||||
{
|
||||
image: url(:/stylesheet/combobox-down.png);
|
||||
}
|
||||
|
||||
|
||||
/* Most Buttons --------------------------------------------------------------- */
|
||||
|
||||
QPushButton
|
||||
{
|
||||
background: #141414;
|
||||
color: #FFCC88;
|
||||
min-height: 18px;
|
||||
padding: 2px 12px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
QPushButton:hover
|
||||
{
|
||||
background: #242424;
|
||||
color: #FFCC88;
|
||||
}
|
||||
|
||||
QPushButton:pressed
|
||||
{
|
||||
background: #181818;
|
||||
color: #FFCC88;
|
||||
}
|
||||
|
||||
QPushButton:checked
|
||||
{
|
||||
background: #181818;
|
||||
color: #FFCC88;
|
||||
margin: 4px;
|
||||
}
|
||||
|
||||
|
||||
/* Scroll Bars ---------------------------------------------------------------- */
|
||||
|
||||
/* Horizontal */
|
||||
|
||||
QScrollBar:horizontal
|
||||
{
|
||||
background: #141414;
|
||||
height: 16px;
|
||||
border: 2px solid #181818;
|
||||
margin: 0px 23px -2px 23px;
|
||||
}
|
||||
|
||||
QScrollBar::handle:horizontal
|
||||
{
|
||||
background: #222222;
|
||||
min-width: 32px;
|
||||
border-radius: 6px;
|
||||
margin: 2px;
|
||||
}
|
||||
|
||||
QScrollBar::add-line:horizontal
|
||||
{
|
||||
background: #141414;
|
||||
width: 23px;
|
||||
subcontrol-position: right;
|
||||
subcontrol-origin: margin;
|
||||
border: 2px solid #181818;
|
||||
margin: 0px -2px -2px 0px;
|
||||
}
|
||||
|
||||
QScrollBar::sub-line:horizontal
|
||||
{
|
||||
background: #141414;
|
||||
width: 23px;
|
||||
subcontrol-position: left;
|
||||
subcontrol-origin: margin;
|
||||
border: 2px solid #181818;
|
||||
border-bottom-left-radius: 6px;
|
||||
margin: 0px 0px -2px -2px;
|
||||
}
|
||||
|
||||
/* Vertical */
|
||||
|
||||
QScrollBar:vertical
|
||||
{
|
||||
background: #141414;
|
||||
width: 16px;
|
||||
border: 2px solid #181818;
|
||||
margin: 23px -2px 23px 0px;
|
||||
}
|
||||
|
||||
QScrollBar::handle:vertical
|
||||
{
|
||||
background: #222222;
|
||||
min-height: 32px;
|
||||
border-radius: 6px;
|
||||
margin: 2px;
|
||||
}
|
||||
|
||||
QScrollBar::add-line:vertical
|
||||
{
|
||||
background: #141414;
|
||||
height: 23px;
|
||||
subcontrol-position: bottom;
|
||||
subcontrol-origin: margin;
|
||||
border: 2px solid #181818;
|
||||
border-bottom-right-radius: 6px;
|
||||
margin: 0px -2px -2px 0px;
|
||||
}
|
||||
|
||||
QScrollBar::sub-line:vertical
|
||||
{
|
||||
background: #141414;
|
||||
height: 23px;
|
||||
subcontrol-position: top;
|
||||
subcontrol-origin: margin;
|
||||
border: 2px solid #181818;
|
||||
border-top-right-radius: 6px;
|
||||
margin: -2px -2px 0px 0px;
|
||||
}
|
||||
|
||||
/* Combined */
|
||||
|
||||
QScrollBar::handle:horizontal:hover,
|
||||
QScrollBar::handle:vertical:hover,
|
||||
QScrollBar::add-line:horizontal:hover,
|
||||
QScrollBar::sub-line:horizontal:hover,
|
||||
QScrollBar::add-line:vertical:hover,
|
||||
QScrollBar::sub-line:vertical:hover
|
||||
{
|
||||
background: #242424;
|
||||
}
|
||||
|
||||
QScrollBar::handle:horizontal:pressed,
|
||||
QScrollBar::handle:vertical:pressed,
|
||||
QScrollBar::add-line:horizontal:pressed,
|
||||
QScrollBar::sub-line:horizontal:pressed,
|
||||
QScrollBar::add-line:vertical:pressed,
|
||||
QScrollBar::sub-line:vertical:pressed
|
||||
{
|
||||
background: #181818;
|
||||
}
|
||||
|
||||
QScrollBar::add-page:horizontal,
|
||||
QScrollBar::sub-page:horizontal,
|
||||
QScrollBar::add-page:vertical,
|
||||
QScrollBar::sub-page:vertical
|
||||
{
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
QScrollBar::up-arrow:vertical,
|
||||
QScrollBar::right-arrow:horizontal,
|
||||
QScrollBar::down-arrow:vertical,
|
||||
QScrollBar::left-arrow:horizontal
|
||||
{
|
||||
height: 1px;
|
||||
width: 1px;
|
||||
border: 1px solid #181818;
|
||||
}
|
||||
|
||||
|
||||
/* Header Rows ---------------------------------------------------------------- */
|
||||
|
||||
QHeaderView
|
||||
{
|
||||
background: #181818;
|
||||
}
|
||||
|
||||
/* Table View Tab Headers */
|
||||
QHeaderView::section
|
||||
{
|
||||
background: #141414;
|
||||
color: #D3D3D3;
|
||||
height: 22px;
|
||||
padding: 0px 5px;
|
||||
border: 0px;
|
||||
border-bottom: 2px solid #181818;
|
||||
border-right: 2px solid #181818;
|
||||
}
|
||||
|
||||
QHeaderView::section:first
|
||||
{
|
||||
border-top-left-radius: 6px;
|
||||
}
|
||||
|
||||
QHeaderView::section:last
|
||||
{
|
||||
border-right: 0px;
|
||||
border-top-right-radius: 6px;
|
||||
}
|
||||
|
||||
QHeaderView::section:hover
|
||||
{
|
||||
background: #242424;
|
||||
color: #FFCC88;
|
||||
}
|
||||
|
||||
QHeaderView::down-arrow
|
||||
{
|
||||
padding-right: 4px;
|
||||
height: 10px;
|
||||
width: 10px;
|
||||
}
|
||||
|
||||
|
||||
/* Context Menus, Toolbar Dropdowns, & Tooltips ------------------------------- */
|
||||
|
||||
QMenuBar
|
||||
{
|
||||
background: #181818;
|
||||
border: 1px solid #181818;
|
||||
}
|
||||
|
||||
QMenuBar::item:selected
|
||||
{
|
||||
background: #242424;
|
||||
color: #FFCC88;
|
||||
}
|
||||
|
||||
QMenu
|
||||
{
|
||||
background: #141414;
|
||||
selection-color: #FFCC88;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
QMenu::item
|
||||
{
|
||||
background: #141414;
|
||||
selection-background-color: #242424;
|
||||
padding: 4px 20px;
|
||||
}
|
||||
|
||||
QMenu::item:selected
|
||||
{
|
||||
background: #242424;
|
||||
color: #FFCC88;
|
||||
}
|
||||
|
||||
QMenu::item:disabled
|
||||
{
|
||||
background: #242424;
|
||||
color: #808080;
|
||||
}
|
||||
|
||||
QMenu::separator
|
||||
{
|
||||
background: #181818;
|
||||
height: 2px;
|
||||
}
|
||||
|
||||
QMenu::icon
|
||||
{
|
||||
margin: 1px;
|
||||
}
|
||||
|
||||
QToolTip
|
||||
{
|
||||
background: #181818;
|
||||
color: #FFCC88;
|
||||
padding: 1px;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
QStatusBar::item {border: None;}
|
||||
|
||||
|
||||
/* Progress Bars (Downloads) -------------------------------------------------- */
|
||||
|
||||
QProgressBar
|
||||
{
|
||||
background: #141414;
|
||||
text-align: center;
|
||||
border: 0px;
|
||||
border-radius: 6px;
|
||||
margin: 0px 10px;
|
||||
}
|
||||
|
||||
QProgressBar::chunk
|
||||
{
|
||||
background: #242424;
|
||||
border-top-left-radius: 6px;
|
||||
border-bottom-left-radius: 6px;
|
||||
}
|
||||
|
||||
|
||||
/* Right Pane and Tab Bars ---------------------------------------------------- */
|
||||
|
||||
QTabWidget::pane
|
||||
{
|
||||
top: 1px;
|
||||
padding: 2px 2px 10px 2px;
|
||||
border: 2px solid #141414;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
QTabWidget::tab-bar
|
||||
{
|
||||
alignment: center;
|
||||
}
|
||||
|
||||
QTabBar::tab
|
||||
{
|
||||
background: #141414;
|
||||
color: #141414;
|
||||
padding: 4px 1em;
|
||||
border: 1px solid #181818;
|
||||
border-top: 0px;
|
||||
border-bottom: 0px;
|
||||
}
|
||||
|
||||
QTabBar::tab:!selected
|
||||
{
|
||||
background: #141414;
|
||||
color: #D3D3D3;
|
||||
}
|
||||
|
||||
QTabBar::tab:disabled
|
||||
{
|
||||
background: #181818;
|
||||
color: #808080;
|
||||
}
|
||||
|
||||
QTabBar::tab:selected
|
||||
{
|
||||
background: #181818;
|
||||
color: #FFCC88;
|
||||
|
||||
}
|
||||
|
||||
QTabBar::tab:!selected:hover
|
||||
{
|
||||
background: #242424;
|
||||
color: #FFCC88;
|
||||
}
|
||||
|
||||
QTabBar::tab:first
|
||||
{
|
||||
border-top-left-radius: 10px;
|
||||
border-bottom-left-radius: 10px;
|
||||
}
|
||||
|
||||
QTabBar::tab:last
|
||||
{
|
||||
border-top-right-radius: 10px;
|
||||
border-bottom-right-radius: 10px;
|
||||
}
|
||||
|
||||
QTabBar QToolButton
|
||||
{
|
||||
background: #242424;
|
||||
padding: 1px;
|
||||
border-radius: 6px;
|
||||
margin: 1px;
|
||||
}
|
||||
|
||||
QTabBar QToolButton:disabled
|
||||
{
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
|
||||
/* Sliders (Configurator) ----------------------------------------------------- */
|
||||
|
||||
/* QSlider::groove:horizontal
|
||||
{
|
||||
background: #FFCC88;
|
||||
height: 1px;
|
||||
border: 1px solid #FFCC88;
|
||||
}
|
||||
|
||||
QSlider::handle:horizontal
|
||||
{
|
||||
background: #242424;
|
||||
width: 10px;
|
||||
border: 2px solid #242424;
|
||||
border-radius: 6px;
|
||||
margin: -10px 0px;
|
||||
}
|
||||
|
||||
QSlider::handle:horizontal:hover
|
||||
{
|
||||
background: #181818;
|
||||
border: 2px solid #181818;
|
||||
} */
|
||||
|
||||
|
||||
/* Tables (Configure Mod Categories) ------------------------------------------ */
|
||||
|
||||
QTableView
|
||||
{
|
||||
gridline-color: #181818;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
QListWidget::item#executablesListBox
|
||||
{
|
||||
/* fixes the black text problem on the Modify Executables window */
|
||||
color: #D3D3D3;
|
||||
}
|
||||
|
||||
|
||||
/* Downloads tab -------------------------------------------------------------- */
|
||||
|
||||
QWidget#downloadTab QAbstractScrollArea
|
||||
{
|
||||
/* background of the entire downloads tab */
|
||||
background: #141414;
|
||||
}
|
||||
|
||||
DownloadListView QFrame
|
||||
{
|
||||
/* an entry on the Downloads tab */
|
||||
background: #181818;
|
||||
}
|
||||
|
||||
DownloadListView QFrame#frame
|
||||
{
|
||||
/* outer box of an entry on the Downloads tab */
|
||||
border: 2px solid #141414;
|
||||
}
|
||||
|
||||
DownloadListView QLabel#installLabel
|
||||
{
|
||||
color: none;
|
||||
}
|
||||
|
||||
DownloadListView QFrame:clicked
|
||||
{
|
||||
background: #242424;
|
||||
}
|
||||
|
||||
/* compact downloads view */
|
||||
|
||||
DownloadListView[downloadView=standard]::item
|
||||
{
|
||||
padding: 16px;
|
||||
}
|
||||
|
||||
DownloadListView[downloadView=compact]::item
|
||||
{
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
DownloadListView::item:hover
|
||||
{
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
DownloadListView::item:selected
|
||||
{
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
QProgressBar
|
||||
{
|
||||
border: 2px solid grey;
|
||||
border-radius: 5px;
|
||||
text-align: center;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
QAbstractItemView[filtered=true]
|
||||
{
|
||||
border: 2px solid #f00 !important;
|
||||
}
|
||||
|
||||
QLineEdit[valid-filter=false]
|
||||
{
|
||||
background-color: #661111 !important;
|
||||
}
|
|
@ -1,650 +0,0 @@
|
|||
/* Version 3.2 by 6788 */
|
||||
QWidget {
|
||||
background: transparent;
|
||||
font-size: 13px;
|
||||
color: #4E4B42;
|
||||
border: 0; }
|
||||
QWidget:disabled {
|
||||
color: #808080; }
|
||||
|
||||
QMainWindow, QDialog {
|
||||
background: url("./Paper/Automata/background.svg"); }
|
||||
|
||||
QAbstractItemView {
|
||||
background: #DAD4BB;
|
||||
alternate-background-color: #DAD4BB;
|
||||
show-decoration-selected: 1;
|
||||
selection-background-color: #4E4B42;
|
||||
selection-color: #CDC8B0; }
|
||||
QAbstractItemView::item {
|
||||
min-height: 24px; }
|
||||
QAbstractItemView::branch:hover, QAbstractItemView::item:hover {
|
||||
background: #B4AF9A; }
|
||||
QAbstractItemView::branch:selected, QAbstractItemView::item:selected {
|
||||
background: #4E4B42;
|
||||
color: #CDC8B0; }
|
||||
|
||||
QTreeView::branch:closed:has-children:has-siblings, QTreeView::branch:closed:has-children:!has-siblings, QListView::branch:closed:has-children:has-siblings, QListView::branch:closed:has-children:!has-siblings {
|
||||
image: url("./Paper/Automata/collapsed.svg") center no-repeat; }
|
||||
|
||||
QTreeView::branch:open:has-children:has-siblings, QTreeView::branch:open:has-children:!has-siblings, QListView::branch:open:has-children:has-siblings, QListView::branch:open:has-children:!has-siblings {
|
||||
image: url("./Paper/Automata/expanded.svg") center no-repeat; }
|
||||
|
||||
QHeaderView::up-arrow, QHeaderView::down-arrow {
|
||||
padding-right: 4px;
|
||||
height: 10px;
|
||||
width: 10px; }
|
||||
|
||||
QHeaderView::up-arrow {
|
||||
image: url("./Paper/Automata/Arrows/up.svg"); }
|
||||
|
||||
QHeaderView::down-arrow {
|
||||
image: url("./Paper/Automata/Arrows/down.svg"); }
|
||||
|
||||
QHeaderView::section {
|
||||
background: #B4AF9A;
|
||||
padding: 0 5px;
|
||||
border: 0;
|
||||
border-bottom: 2px solid #CDC8B0;
|
||||
border-right: 2px solid #CDC8B0; }
|
||||
QHeaderView::section:last {
|
||||
border-right: 0; }
|
||||
QHeaderView::section:hover {
|
||||
background: #DAD4BB; }
|
||||
|
||||
QScrollBar {
|
||||
background: #DAD4BB;
|
||||
border: 2px solid #CDC8B0; }
|
||||
QScrollBar:horizontal {
|
||||
height: 20px;
|
||||
margin: 0 23px -2px 23px; }
|
||||
QScrollBar:vertical {
|
||||
width: 20px;
|
||||
margin: 23px -2px 23px 0; }
|
||||
QScrollBar::handle {
|
||||
background: #B4AF9A;
|
||||
margin: 2px; }
|
||||
QScrollBar::handle:horizontal {
|
||||
min-width: 32px; }
|
||||
QScrollBar::handle:vertical {
|
||||
min-height: 32px; }
|
||||
QScrollBar::handle:hover, QScrollBar::handle:pressed {
|
||||
background: #4E4B42; }
|
||||
QScrollBar::add-line {
|
||||
subcontrol-origin: margin;
|
||||
background: #DAD4BB;
|
||||
border: 2px solid #CDC8B0;
|
||||
margin: 0 -2px -2px 0; }
|
||||
QScrollBar::add-line:horizontal {
|
||||
image: url("./Paper/Automata/Arrows/right.svg");
|
||||
width: 23px;
|
||||
subcontrol-position: right; }
|
||||
QScrollBar::add-line:vertical {
|
||||
image: url("./Paper/Automata/Arrows/down.svg");
|
||||
height: 23px;
|
||||
subcontrol-position: bottom; }
|
||||
QScrollBar::add-line:hover, QScrollBar::add-line:pressed {
|
||||
background: #B4AF9A; }
|
||||
QScrollBar::sub-line {
|
||||
subcontrol-origin: margin;
|
||||
background: #DAD4BB; }
|
||||
QScrollBar::sub-line:horizontal {
|
||||
image: url("./Paper/Automata/Arrows/left.svg");
|
||||
width: 23px;
|
||||
subcontrol-position: left;
|
||||
border: 2px solid #CDC8B0;
|
||||
margin: 0 0 -2px -2px; }
|
||||
QScrollBar::sub-line:vertical {
|
||||
image: url("./Paper/Automata/Arrows/up.svg");
|
||||
height: 23px;
|
||||
subcontrol-position: top;
|
||||
border: 2px solid #CDC8B0;
|
||||
margin: -2px -2px 0 0; }
|
||||
QScrollBar::sub-line:hover, QScrollBar::sub-line:pressed {
|
||||
background: #B4AF9A; }
|
||||
QScrollBar::add-page:horizontal, QScrollBar::add-page:vertical, QScrollBar::sub-page:horizontal, QScrollBar::sub-page:vertical {
|
||||
background: transparent; }
|
||||
|
||||
QPushButton, QToolButton {
|
||||
background: #B4AF9A;
|
||||
color: #4E4B42;
|
||||
min-height: 22px;
|
||||
padding: 2px 12px;
|
||||
margin: 2px 0; }
|
||||
QPushButton::menu-indicator, QToolButton::menu-indicator {
|
||||
image: url("./Paper/Automata/Arrows/down.svg");
|
||||
padding: 2px;
|
||||
margin: 2px; }
|
||||
QPushButton:hover, QPushButton:pressed, QToolButton:hover, QToolButton:pressed {
|
||||
background: #DAD4BB; }
|
||||
|
||||
QPushButton:disabled {
|
||||
background: transparent;
|
||||
border: 2px solid #DAD4BB; }
|
||||
|
||||
QPushButton::menu-indicator {
|
||||
subcontrol-position: right center; }
|
||||
|
||||
QMenu {
|
||||
background: #DAD4BB;
|
||||
border: 2px solid #CDC8B0; }
|
||||
QMenu QPushButton {
|
||||
padding: 2px 24px;
|
||||
text-align: left; }
|
||||
QMenu QCheckBox, QMenu QRadioButton {
|
||||
background: #DAD4BB;
|
||||
padding: 5px; }
|
||||
QMenu QCheckBox:hover, QMenu QRadioButton:hover {
|
||||
background: #4E4B42;
|
||||
color: #CDC8B0; }
|
||||
QMenu::separator {
|
||||
height: 2px;
|
||||
background: #CDC8B0; }
|
||||
QMenu::icon {
|
||||
padding-left: 20px; }
|
||||
QMenu::right-arrow {
|
||||
image: url("./Paper/Automata/Arrows/right.svg");
|
||||
padding-right: 5px; }
|
||||
QMenu::item {
|
||||
background: #DAD4BB;
|
||||
padding: 5px 24px; }
|
||||
QMenu::item:disabled {
|
||||
background: #CDC8B0;
|
||||
color: #808080; }
|
||||
QMenu::item:selected {
|
||||
background: #4E4B42;
|
||||
color: #CDC8B0; }
|
||||
|
||||
QToolBar {
|
||||
background: transparent;
|
||||
border-bottom: 2px solid #4E4B42;
|
||||
margin-left: 12px;
|
||||
margin-right: 12px; }
|
||||
QToolBar::handle {
|
||||
height: 0;
|
||||
border: 1px solid #DAD4BB; }
|
||||
QToolBar:menu-indicator {
|
||||
image: url("./Paper/Automata/Arrows/down.svg");
|
||||
margin: 4px; }
|
||||
|
||||
#toolBar {
|
||||
qproperty-movable: true; }
|
||||
#toolBar QToolButton {
|
||||
background: transparent;
|
||||
padding: 4px 6px;
|
||||
border: 2px solid transparent;
|
||||
margin: 4px 4px 0 4px; }
|
||||
#toolBar QToolButton:hover, #toolBar QToolButton:pressed {
|
||||
background: #B4AF9A;
|
||||
border-bottom: 2px solid #4E4B42; }
|
||||
|
||||
QLineEdit {
|
||||
background: #DAD4BB;
|
||||
min-height: 22px;
|
||||
padding-left: 5px;
|
||||
border: 2px solid #DAD4BB; }
|
||||
QLineEdit:hover {
|
||||
background: #B4AF9A;
|
||||
border: 2px solid #B4AF9A; }
|
||||
|
||||
QComboBox {
|
||||
background: #DAD4BB;
|
||||
min-height: 22px;
|
||||
padding-left: 5px;
|
||||
border: 2px solid #DAD4BB;
|
||||
margin: 4px 0; }
|
||||
QComboBox QAbstractItemView {
|
||||
background: #DAD4BB;
|
||||
border: 2px solid #CDC8B0; }
|
||||
QComboBox:hover {
|
||||
background: #B4AF9A;
|
||||
border: 2px solid #B4AF9A; }
|
||||
QComboBox:on {
|
||||
background: #4E4B42;
|
||||
color: #CDC8B0;
|
||||
border: 2px solid #4E4B42; }
|
||||
QComboBox::drop-down {
|
||||
width: 20px;
|
||||
subcontrol-origin: padding;
|
||||
subcontrol-position: top right;
|
||||
border: none; }
|
||||
QComboBox::down-arrow {
|
||||
image: url("./Paper/Automata/Arrows/down.svg"); }
|
||||
|
||||
QGroupBox {
|
||||
padding: 24px 4px;
|
||||
border: none; }
|
||||
QGroupBox::title {
|
||||
background: transparent;
|
||||
subcontrol-origin: padding;
|
||||
subcontrol-position: top left;
|
||||
padding: 8px; }
|
||||
|
||||
QProgressBar {
|
||||
background: #CDC8B0;
|
||||
color: #4E4B42;
|
||||
text-align: center;
|
||||
padding: 2px;
|
||||
border: 2px solid #4E4B42;
|
||||
margin: 0 10px; }
|
||||
QProgressBar::chunk {
|
||||
background: #CD664D; }
|
||||
QProgressBar[downloadView=standard] {
|
||||
background: transparent;
|
||||
margin: 11px 0; }
|
||||
QProgressBar[downloadView=compact] {
|
||||
background: transparent; }
|
||||
|
||||
QTabWidget::pane {
|
||||
bottom: 4px;
|
||||
border-top: 2px solid #4E4B42;
|
||||
margin-right: -10px; }
|
||||
|
||||
QTabWidget::tab-bar {
|
||||
alignment: center; }
|
||||
|
||||
QTabBar QToolButton {
|
||||
background: #B4AF9A;
|
||||
padding: 1px;
|
||||
margin: 1px; }
|
||||
QTabBar QToolButton:disabled {
|
||||
background: transparent; }
|
||||
|
||||
QTabBar::tab {
|
||||
background: #B4AF9A;
|
||||
padding: 4px 14px;
|
||||
border: 2px solid #B4AF9A;
|
||||
margin: 3px 1px; }
|
||||
QTabBar::tab:disabled {
|
||||
background: #CDC8B0;
|
||||
border: 2px solid transparent; }
|
||||
QTabBar::tab:hover {
|
||||
background: #DAD4BB;
|
||||
border: 2px solid #DAD4BB; }
|
||||
QTabBar::tab:selected {
|
||||
background: #4E4B42;
|
||||
color: #CDC8B0;
|
||||
border: 2px solid #4E4B42; }
|
||||
|
||||
QDockWidget {
|
||||
background: transparent;
|
||||
titlebar-close-icon: url("./Paper/Automata/cross.svg");
|
||||
titlebar-normal-icon: url("./Paper/Automata/Arrows/Large/up.svg");
|
||||
border: 0;
|
||||
padding: 0 10px; }
|
||||
QDockWidget::close-button, QDockWidget::float-button {
|
||||
padding: 2px;
|
||||
border: 0; }
|
||||
QDockWidget::close-button:hover, QDockWidget::float-button:hover {
|
||||
background: #B4AF9A; }
|
||||
|
||||
QStatusBar {
|
||||
background: #B4AF9A;
|
||||
color: #4E4B42; }
|
||||
QStatusBar QLabel {
|
||||
background: transparent; }
|
||||
QStatusBar::item {
|
||||
border: 0; }
|
||||
|
||||
QTableView {
|
||||
gridline-color: #CDC8B0;
|
||||
border: 0; }
|
||||
QTableView QTableCornerButton::section {
|
||||
background: #DAD4BB;
|
||||
border: 0;
|
||||
border-right: 2px solid #CDC8B0;
|
||||
border-bottom: 2px solid #CDC8B0; }
|
||||
|
||||
QueryOverwriteDialog QTextBrowser {
|
||||
background: #CDC8B0; }
|
||||
|
||||
QueryOverwriteDialog QPushButton {
|
||||
margin-left: 8px; }
|
||||
|
||||
#tabText QToolButton, #tabIni QToolButton {
|
||||
height: 12px;
|
||||
background: #DAD4BB; }
|
||||
#tabText QToolButton:disabled, #tabIni QToolButton:disabled {
|
||||
background: 0;
|
||||
border: 2px solid #DAD4BB; }
|
||||
#tabText QToolButton:hover, #tabIni QToolButton:hover {
|
||||
background: #B4AF9A;
|
||||
color: #CDC8B0; }
|
||||
|
||||
#tabText QLineEdit, #tabIni QLineEdit {
|
||||
margin-top: 5px; }
|
||||
#tabText QLineEdit:hover, #tabIni QLineEdit:hover {
|
||||
border: 2px solid #DAD4BB; }
|
||||
|
||||
#actionChange_Game {
|
||||
icon: url("./Paper/Automata/Toolbar/instances.svg");
|
||||
qproperty-icon: url("./Paper/Automata/Toolbar/instances.svg"); }
|
||||
|
||||
#actionInstallMod {
|
||||
icon: url("./Paper/Automata/Toolbar/archives.svg");
|
||||
qproperty-icon: url("./Paper/Automata/Toolbar/archives.svg"); }
|
||||
|
||||
#actionModPage {
|
||||
icon: url("./Paper/Automata/Toolbar/globe.svg");
|
||||
qproperty-icon: url("./Paper/Automata/Toolbar/globe.svg"); }
|
||||
|
||||
#actionNexus {
|
||||
icon: url("./Paper/Automata/Toolbar/nexus.svg");
|
||||
qproperty-icon: url("./Paper/Automata/Toolbar/nexus.svg"); }
|
||||
|
||||
#actionAdd_Profile {
|
||||
icon: url("./Paper/Automata/Toolbar/profiles.svg");
|
||||
qproperty-icon: url("./Paper/Automata/Toolbar/profiles.svg"); }
|
||||
|
||||
#action_Refresh {
|
||||
icon: url("./Paper/Automata/Toolbar/refresh.svg");
|
||||
qproperty-icon: url("./Paper/Automata/Toolbar/refresh.svg"); }
|
||||
|
||||
#action_Refresh {
|
||||
icon: url("./Paper/Automata/Toolbar/refresh.svg");
|
||||
qproperty-icon: url("./Paper/Automata/Toolbar/refresh.svg"); }
|
||||
|
||||
#actionModify_Executables {
|
||||
icon: url("./Paper/Automata/Toolbar/executables.svg");
|
||||
qproperty-icon: url("./Paper/Automata/Toolbar/executables.svg"); }
|
||||
|
||||
#actionTool {
|
||||
icon: url("./Paper/Automata/Toolbar/tools.svg");
|
||||
qproperty-icon: url("./Paper/Automata/Toolbar/tools.svg"); }
|
||||
|
||||
#actionSettings {
|
||||
icon: url("./Paper/Automata/Toolbar/settings.svg");
|
||||
qproperty-icon: url("./Paper/Automata/Toolbar/settings.svg"); }
|
||||
|
||||
#actionEndorseMO {
|
||||
icon: url("./Paper/Automata/Toolbar/endorse.svg");
|
||||
qproperty-icon: url("./Paper/Automata/Toolbar/endorse.svg"); }
|
||||
|
||||
#actionProblems, #actionNotifications {
|
||||
icon: url("./Paper/Automata/Toolbar/problems.svg");
|
||||
qproperty-icon: url("./Paper/Automata/Toolbar/problems.svg"); }
|
||||
|
||||
#actionUpdate {
|
||||
icon: url("./Paper/Automata/Toolbar/update.svg");
|
||||
qproperty-icon: url("./Paper/Automata/Toolbar/update.svg"); }
|
||||
|
||||
#actionHelp {
|
||||
icon: url("./Paper/Automata/Toolbar/help.svg");
|
||||
qproperty-icon: url("./Paper/Automata/Toolbar/help.svg"); }
|
||||
|
||||
#listOptionsBtn {
|
||||
icon: url("./Paper/Automata/dots.svg");
|
||||
qproperty-icon: url("./Paper/Automata/dots.svg");
|
||||
padding-left: 2px; }
|
||||
|
||||
#openFolderMenu {
|
||||
icon: url("./Paper/Automata/folder.svg");
|
||||
qproperty-icon: url("./Paper/Automata/folder.svg");
|
||||
padding-left: 4px; }
|
||||
|
||||
#restoreModsButton, #restoreButton {
|
||||
icon: url("./Paper/Automata/restore.svg");
|
||||
qproperty-icon: url("./Paper/Automata/restore.svg"); }
|
||||
|
||||
#saveModsButton, #saveButton {
|
||||
icon: url("./Paper/Automata/backup.svg");
|
||||
qproperty-icon: url("./Paper/Automata/backup.svg"); }
|
||||
|
||||
#clearFiltersButton {
|
||||
icon: url("./Paper/Automata/cross.svg");
|
||||
qproperty-icon: url("./Paper/Automata/cross.svg"); }
|
||||
|
||||
#bossButton {
|
||||
icon: url("./Paper/Automata/sort.svg");
|
||||
qproperty-icon: url("./Paper/Automata/sort.svg"); }
|
||||
|
||||
#refreshButton, #btnRefreshData,
|
||||
#dataTabRefresh, #btnRefreshDownloads {
|
||||
icon: url("./Paper/Automata/refresh.svg");
|
||||
qproperty-icon: url("./Paper/Automata/refresh.svg"); }
|
||||
|
||||
#clearCacheButton, #revokeNexusAuthButton,
|
||||
#nexusDisconnect {
|
||||
icon: url("./Paper/Automata/cross.svg");
|
||||
qproperty-icon: url("./Paper/Automata/cross.svg"); }
|
||||
|
||||
#deactivateESP {
|
||||
icon: url("./Paper/Automata/minus.svg");
|
||||
qproperty-icon: url("./Paper/Automata/minus.svg");
|
||||
background: #DAD4BB; }
|
||||
#deactivateESP:hover {
|
||||
background: #4E4B42; }
|
||||
|
||||
#activateESP {
|
||||
icon: url("./Paper/Automata/plus.svg");
|
||||
qproperty-icon: url("./Paper/Automata/plus.svg");
|
||||
background: #DAD4BB; }
|
||||
#activateESP:hover {
|
||||
background: #4E4B42; }
|
||||
|
||||
#startButton {
|
||||
background: #4E4B42;
|
||||
color: #CDC8B0;
|
||||
icon: url("./Paper/Automata/run.svg");
|
||||
qproperty-icon: url("./Paper/Automata/run.svg");
|
||||
icon-size: 30px;
|
||||
padding: 6px; }
|
||||
#startButton:hover {
|
||||
background: #B4AF9A;
|
||||
color: #4E4B42; }
|
||||
|
||||
#executablesListBox {
|
||||
padding: 4px;
|
||||
margin-right: 8px; }
|
||||
#executablesListBox::item {
|
||||
color: #4E4B42; }
|
||||
|
||||
#linkButton {
|
||||
icon: url("./Paper/Automata/shortcut.svg");
|
||||
qproperty-icon: url("./Paper/Automata/shortcut.svg"); }
|
||||
|
||||
#refresh {
|
||||
icon: url("./Paper/Automata/refresh.svg");
|
||||
qproperty-icon: url("./Paper/Automata/refresh.svg"); }
|
||||
|
||||
#visitNexus {
|
||||
icon: url("./Paper/Automata/nexus.svg");
|
||||
qproperty-icon: url("./Paper/Automata/nexus.svg"); }
|
||||
|
||||
#track {
|
||||
icon: url("./Paper/Automata/pin.svg");
|
||||
qproperty-icon: url("./Paper/Automata/pin.svg"); }
|
||||
|
||||
#endorse {
|
||||
icon: url("./Paper/Automata/heart.svg");
|
||||
qproperty-icon: url("./Paper/Automata/heart.svg"); }
|
||||
|
||||
QAbstractScrollArea::corner {
|
||||
background: #DAD4BB;
|
||||
border: 2px solid #CDC8B0;
|
||||
margin: 0 -2px -2px 0; }
|
||||
|
||||
QMenuBar::item:selected {
|
||||
background: #4E4B42;
|
||||
color: #CDC8B0; }
|
||||
|
||||
QTextEdit {
|
||||
background: #DAD4BB; }
|
||||
|
||||
QSplitter {
|
||||
width: 6px; }
|
||||
|
||||
QTreeView::indicator, QCheckBox::indicator, QGroupBox::indicator, QRadioButton::indicator {
|
||||
width: 12px;
|
||||
height: 12px; }
|
||||
QTreeView::indicator:disabled, QCheckBox::indicator:disabled, QGroupBox::indicator:disabled, QRadioButton::indicator:disabled {
|
||||
background: none;
|
||||
border: 2px solid #B4AF9A; }
|
||||
QTreeView::indicator:unchecked, QCheckBox::indicator:unchecked, QGroupBox::indicator:unchecked, QRadioButton::indicator:unchecked {
|
||||
border: 2px solid #4E4B42; }
|
||||
QTreeView::indicator:unchecked:hover, QCheckBox::indicator:unchecked:hover, QGroupBox::indicator:unchecked:hover, QRadioButton::indicator:unchecked:hover {
|
||||
background: #B4AF9A; }
|
||||
QTreeView::indicator:unchecked:selected, QCheckBox::indicator:unchecked:selected, QGroupBox::indicator:unchecked:selected, QRadioButton::indicator:unchecked:selected {
|
||||
border: 2px solid #DAD4BB; }
|
||||
QTreeView::indicator:checked, QCheckBox::indicator:checked, QGroupBox::indicator:checked, QRadioButton::indicator:checked {
|
||||
background: #CD664D;
|
||||
border: 2px solid #CD664D; }
|
||||
|
||||
QRadioButton::indicator:checked {
|
||||
image: url("./Paper/Automata/Checkboxes/Radio Buttons/radio.svg");
|
||||
width: 14px;
|
||||
height: 14px; }
|
||||
QRadioButton::indicator:checked:hover {
|
||||
image: url("./Paper/Automata/Checkboxes/Radio Buttons/hover.svg"); }
|
||||
|
||||
QSpinBox, QDoubleSpinBox {
|
||||
min-height: 24px;
|
||||
min-width: 60px;
|
||||
background: #DAD4BB;
|
||||
padding: 0 2px;
|
||||
border: 2px solid #CDC8B0;
|
||||
margin: 0 -4px; }
|
||||
QSpinBox::up-button, QDoubleSpinBox::up-button {
|
||||
min-height: 28px;
|
||||
min-width: 20px;
|
||||
subcontrol-position: center right;
|
||||
border: 2px solid #CDC8B0; }
|
||||
QSpinBox::up-button:hover, QDoubleSpinBox::up-button:hover {
|
||||
background: #B4AF9A; }
|
||||
QSpinBox::down-button, QDoubleSpinBox::down-button {
|
||||
min-height: 28px;
|
||||
min-width: 20px;
|
||||
subcontrol-position: center left;
|
||||
border: 2px solid #CDC8B0; }
|
||||
QSpinBox::down-button:hover, QDoubleSpinBox::down-button:hover {
|
||||
background: #B4AF9A; }
|
||||
QSpinBox::up-arrow, QDoubleSpinBox::up-arrow {
|
||||
image: url("./Paper/Automata/Arrows/up.svg"); }
|
||||
QSpinBox::down-arrow, QDoubleSpinBox::down-arrow {
|
||||
image: url("./Paper/Automata/Arrows/down.svg"); }
|
||||
|
||||
QSlider::groove {
|
||||
height: 0;
|
||||
border: 1px solid #B4AF9A; }
|
||||
|
||||
QSlider::handle {
|
||||
background: #DAD4BB;
|
||||
border: 2px solid #B4AF9A;
|
||||
margin: -10px; }
|
||||
QSlider::handle:hover {
|
||||
background: #B4AF9A; }
|
||||
|
||||
#InstanceManagerDialog #createNew, #InstanceManagerDialog #deleteInstance, #InstanceManagerDialog #switchToInstance {
|
||||
icon-size: 14px; }
|
||||
|
||||
#InstanceManagerDialog #createNew {
|
||||
icon: url("./Paper/Automata/plus.svg");
|
||||
qproperty-icon: url("./Paper/Automata/plus.svg"); }
|
||||
|
||||
#InstanceManagerDialog #deleteInstance {
|
||||
icon: url("./Paper/Automata/cross.svg");
|
||||
qproperty-icon: url("./Paper/Automata/cross.svg"); }
|
||||
|
||||
#InstanceManagerDialog #switchToInstance {
|
||||
icon: url("./Paper/Automata/Checkboxes/Checked/hover.svg");
|
||||
qproperty-icon: url("./Paper/Automata/Checkboxes/Checked/hover.svg"); }
|
||||
|
||||
#EditExecutablesDialog QToolButton {
|
||||
background: transparent;
|
||||
padding: 4px 8px;
|
||||
margin: 8px 0 8px 8px; }
|
||||
#EditExecutablesDialog QToolButton:hover {
|
||||
background: #B4AF9A; }
|
||||
|
||||
#EditExecutablesDialog #add {
|
||||
icon: url("./Paper/Automata/plus.svg");
|
||||
qproperty-icon: url("./Paper/Automata/plus.svg"); }
|
||||
|
||||
#EditExecutablesDialog #remove {
|
||||
icon: url("./Paper/Automata/minus.svg");
|
||||
qproperty-icon: url("./Paper/Automata/minus.svg"); }
|
||||
|
||||
#EditExecutablesDialog #up {
|
||||
icon: url("./Paper/Automata/Arrows/Large/up.svg");
|
||||
qproperty-icon: url("./Paper/Automata/Arrows/Large/up.svg"); }
|
||||
|
||||
#EditExecutablesDialog #down {
|
||||
icon: url("./Paper/Automata/Arrows/Large/down.svg");
|
||||
qproperty-icon: url("./Paper/Automata/Arrows/Large/down.svg"); }
|
||||
|
||||
#EditExecutablesDialog #reset {
|
||||
icon: url("./Paper/Automata/cross.svg");
|
||||
qproperty-icon: url("./Paper/Automata/cross.svg"); }
|
||||
|
||||
#downloadTab QAbstractScrollArea,
|
||||
DownloadListWidget QFrame,
|
||||
DownloadListWidgetCompact,
|
||||
DownloadListWidgetCompact QLabel {
|
||||
background: #DAD4BB; }
|
||||
|
||||
DownloadListWidget#frame {
|
||||
border: none; }
|
||||
|
||||
#installLabel {
|
||||
color: none; }
|
||||
|
||||
DownloadListWidget[downloadView=standard]::item {
|
||||
min-height: 48px;
|
||||
margin: -16px 0; }
|
||||
|
||||
DownloadListWidget[downloadView=compact]::item {
|
||||
min-height: 24px;
|
||||
margin: -4px 0; }
|
||||
|
||||
QLCDNumber {
|
||||
background: #DAD4BB;
|
||||
color: #4E4B42; }
|
||||
QLCDNumber #activeModslabel, QLCDNumber #activePluginsLabel {
|
||||
padding-left: 6px; }
|
||||
|
||||
QPlainTextEdit#output {
|
||||
background: #DAD4BB;
|
||||
padding-left: 10px; }
|
||||
|
||||
QToolTip {
|
||||
background: #DAD4BB;
|
||||
color: #4E4B42;
|
||||
border: 2px solid #CDC8B0; }
|
||||
|
||||
ModListView, PluginListView {
|
||||
margin: 2px 0; }
|
||||
|
||||
LinkLabel {
|
||||
qproperty-linkColor: #CD664D; }
|
||||
|
||||
#stepsStack QWidget {
|
||||
border: none; }
|
||||
|
||||
#stepsStack QGroupBox {
|
||||
border: 2px solid #DAD4BB; }
|
||||
|
||||
#espFilterEdit {
|
||||
margin-top: 4px; }
|
||||
|
||||
#dataTabFilter, #downloadFilterEdit {
|
||||
margin-top: 6px; }
|
||||
|
||||
#bossButton {
|
||||
margin-bottom: 4px; }
|
||||
|
||||
#btnRefreshDownloads, #dataTabRefresh {
|
||||
margin-bottom: 6px; }
|
||||
|
||||
#displayCategoriesBtn {
|
||||
min-width: 12px; }
|
||||
|
||||
QTreeWidget#filters, #categoriesList {
|
||||
min-width: 240px; }
|
||||
|
||||
#categoriesGroup {
|
||||
padding: 23px 0 0 0;
|
||||
border: 0; }
|
||||
|
||||
#iconLabel {
|
||||
image: url("./Paper/Automata/logo.svg");
|
||||
qproperty-pixmap: none; }
|
|
@ -1,634 +0,0 @@
|
|||
/* Version 3.2 by 6788 */
|
||||
QWidget {
|
||||
background: #000;
|
||||
font-size: 13px;
|
||||
color: #D3D3D3;
|
||||
border: 0; }
|
||||
|
||||
QAbstractItemView {
|
||||
alternate-background-color: #000;
|
||||
show-decoration-selected: 1;
|
||||
selection-background-color: #3D3D3D;
|
||||
selection-color: #FFF; }
|
||||
QAbstractItemView::item {
|
||||
min-height: 24px; }
|
||||
QAbstractItemView::branch:hover, QAbstractItemView::item:hover {
|
||||
background: #5C5C5C; }
|
||||
QAbstractItemView::branch:selected, QAbstractItemView::item:selected {
|
||||
background: #3D3D3D; }
|
||||
|
||||
QTreeView, QListView {
|
||||
border-top: 2px solid #3D3D3D;
|
||||
border-bottom: 2px solid #3D3D3D; }
|
||||
QTreeView::branch:closed:has-children:has-siblings, QTreeView::branch:closed:has-children:!has-siblings, QListView::branch:closed:has-children:has-siblings, QListView::branch:closed:has-children:!has-siblings {
|
||||
image: url("./Paper/Dark/Arrows/right.svg"); }
|
||||
QTreeView::branch:open:has-children:has-siblings, QTreeView::branch:open:has-children:!has-siblings, QListView::branch:open:has-children:has-siblings, QListView::branch:open:has-children:!has-siblings {
|
||||
image: url("./Paper/Dark/Arrows/down.svg"); }
|
||||
|
||||
QHeaderView::up-arrow, QHeaderView::down-arrow {
|
||||
padding-right: 4px;
|
||||
height: 10px;
|
||||
width: 10px; }
|
||||
|
||||
QHeaderView::up-arrow {
|
||||
image: url("./Paper/Dark/Arrows/up.svg"); }
|
||||
|
||||
QHeaderView::down-arrow {
|
||||
image: url("./Paper/Dark/Arrows/down.svg"); }
|
||||
|
||||
QHeaderView::section {
|
||||
background: #000;
|
||||
padding: 0 5px;
|
||||
border: 0;
|
||||
border-bottom: 2px solid #3D3D3D; }
|
||||
QHeaderView::section:hover {
|
||||
background: #5C5C5C; }
|
||||
|
||||
QScrollBar:horizontal {
|
||||
height: 20px;
|
||||
margin: 0 25px -2px 25px; }
|
||||
|
||||
QScrollBar:vertical {
|
||||
width: 20px;
|
||||
margin: 27px -2px 25px 0; }
|
||||
|
||||
QScrollBar::handle {
|
||||
background: #5C5C5C;
|
||||
border-radius: 8px;
|
||||
margin: 2px; }
|
||||
QScrollBar::handle:horizontal {
|
||||
min-width: 32px; }
|
||||
QScrollBar::handle:vertical {
|
||||
min-height: 32px; }
|
||||
QScrollBar::handle:hover, QScrollBar::handle:pressed {
|
||||
background: #3D3D3D; }
|
||||
|
||||
QScrollBar::add-line {
|
||||
subcontrol-origin: margin;
|
||||
border: 2px solid #000;
|
||||
margin: 0 -2px -2px 0; }
|
||||
QScrollBar::add-line:horizontal {
|
||||
image: url("./Paper/Dark/Arrows/right.svg");
|
||||
width: 23px;
|
||||
subcontrol-position: right; }
|
||||
QScrollBar::add-line:vertical {
|
||||
image: url("./Paper/Dark/Arrows/down.svg");
|
||||
height: 23px;
|
||||
subcontrol-position: bottom;
|
||||
border-top: 2px solid #3D3D3D; }
|
||||
QScrollBar::add-line:hover, QScrollBar::add-line:pressed {
|
||||
background: #5C5C5C; }
|
||||
|
||||
QScrollBar::sub-line {
|
||||
subcontrol-origin: margin; }
|
||||
QScrollBar::sub-line:horizontal {
|
||||
image: url("./Paper/Dark/Arrows/left.svg");
|
||||
width: 23px;
|
||||
subcontrol-position: left;
|
||||
border: 2px solid #000;
|
||||
margin: 0 0 -2px -2px; }
|
||||
QScrollBar::sub-line:vertical {
|
||||
image: url("./Paper/Dark/Arrows/up.svg");
|
||||
height: 25px;
|
||||
subcontrol-position: top;
|
||||
border: 2px solid #000;
|
||||
border-bottom: 2px solid #3D3D3D;
|
||||
margin: -2px -2px 0 0; }
|
||||
QScrollBar::sub-line:hover, QScrollBar::sub-line:pressed {
|
||||
background: #5C5C5C; }
|
||||
|
||||
QScrollBar::add-page, QScrollBar::sub-page {
|
||||
background: transparent; }
|
||||
|
||||
QPushButton, QToolButton {
|
||||
color: #D3D3D3;
|
||||
min-height: 16px;
|
||||
padding: 2px 12px;
|
||||
border: 2px solid #3D3D3D;
|
||||
border-radius: 10px;
|
||||
margin: 2px 0; }
|
||||
QPushButton::menu-indicator, QToolButton::menu-indicator {
|
||||
image: url("./Paper/Dark/Arrows/down.svg");
|
||||
padding: 2px;
|
||||
margin: 4px; }
|
||||
QPushButton:hover, QPushButton:pressed, QPushButton:disabled, QToolButton:hover, QToolButton:pressed, QToolButton:disabled {
|
||||
background: #5C5C5C; }
|
||||
|
||||
QPushButton::menu-indicator {
|
||||
subcontrol-position: right center; }
|
||||
|
||||
QMenu {
|
||||
border: 2px solid #3D3D3D;
|
||||
border-radius: 10px; }
|
||||
QMenu QPushButton {
|
||||
min-height: 22px;
|
||||
padding: 2px 24px;
|
||||
text-align: left;
|
||||
border: 0;
|
||||
border-radius: 0; }
|
||||
QMenu QCheckBox, QMenu QRadioButton {
|
||||
padding: 2px 6px; }
|
||||
QMenu QCheckBox:hover, QMenu QRadioButton:hover {
|
||||
background: #3D3D3D;
|
||||
color: #FFF;
|
||||
border-radius: 6px; }
|
||||
QMenu::separator {
|
||||
height: 2px;
|
||||
background: #3D3D3D; }
|
||||
QMenu::icon {
|
||||
padding-left: 20px; }
|
||||
QMenu::right-arrow {
|
||||
image: url("./Paper/Dark/Arrows/right.svg");
|
||||
padding-right: 5px; }
|
||||
QMenu::item {
|
||||
background: transparent;
|
||||
padding: 5px 20px; }
|
||||
QMenu::item:disabled {
|
||||
background: #000;
|
||||
color: #808080; }
|
||||
QMenu::item:selected {
|
||||
background: #5C5C5C; }
|
||||
|
||||
QToolBar {
|
||||
background: #000;
|
||||
border-bottom: 2px solid #3D3D3D;
|
||||
qproperty-movable: true; }
|
||||
QToolBar::handle {
|
||||
width: 2px;
|
||||
height: 2px;
|
||||
background: #000; }
|
||||
QToolBar::separator {
|
||||
background: #000;
|
||||
margin: 6px 8px; }
|
||||
QToolBar:menu-indicator {
|
||||
image: url("./Paper/Dark/Arrows/down.svg");
|
||||
margin: 4px; }
|
||||
QToolBar QWidget {
|
||||
background: transparent; }
|
||||
QToolBar QToolButton {
|
||||
padding: 4px;
|
||||
border-radius: 10px;
|
||||
border: 0;
|
||||
margin: 6px; }
|
||||
QToolBar QToolButton:hover, QToolBar QToolButton:pressed {
|
||||
background: #5C5C5C; }
|
||||
QToolBar QToolButton:menu-indicator {
|
||||
margin: -4px;
|
||||
subcontrol-position: center bottom; }
|
||||
QToolBar QToolButton:disabled {
|
||||
background: transparent; }
|
||||
|
||||
QLineEdit, QComboBox {
|
||||
min-height: 20px;
|
||||
padding-left: 6px;
|
||||
border: 2px solid #3D3D3D;
|
||||
border-radius: 10px; }
|
||||
QLineEdit:hover, QLineEdit:disabled, QComboBox:hover, QComboBox:disabled {
|
||||
background: #5C5C5C; }
|
||||
|
||||
QComboBox {
|
||||
margin: 4px 0; }
|
||||
QComboBox QAbstractItemView {
|
||||
border: 2px solid #3D3D3D;
|
||||
border-radius: 10px; }
|
||||
QComboBox:on {
|
||||
background: #3D3D3D;
|
||||
color: #FFF; }
|
||||
QComboBox::drop-down {
|
||||
width: 20px;
|
||||
subcontrol-origin: padding;
|
||||
subcontrol-position: top right;
|
||||
border: none; }
|
||||
QComboBox::down-arrow {
|
||||
image: url("./Paper/Dark/Arrows/down.svg"); }
|
||||
|
||||
QGroupBox {
|
||||
padding: 24px 4px;
|
||||
border-radius: 10px; }
|
||||
QGroupBox::title {
|
||||
background: transparent;
|
||||
padding: 8px;
|
||||
subcontrol-origin: padding;
|
||||
subcontrol-position: top left; }
|
||||
|
||||
QProgressBar {
|
||||
background: #000;
|
||||
color: #FFF;
|
||||
text-align: center;
|
||||
padding: 2px;
|
||||
border: 2px solid #3D3D3D;
|
||||
border-radius: 10px;
|
||||
margin: 0 10px; }
|
||||
QProgressBar::chunk {
|
||||
background: #3D3D3D;
|
||||
border-top-left-radius: 6px;
|
||||
border-bottom-left-radius: 6px; }
|
||||
QProgressBar[downloadView=standard] {
|
||||
background: transparent;
|
||||
margin: 11px 0; }
|
||||
QProgressBar[downloadView=compact] {
|
||||
background: transparent; }
|
||||
QProgressBar[downloadView=standard]::chunk, QProgressBar[downloadView=compact]::chunk {
|
||||
border-right: 2px solid #000; }
|
||||
|
||||
QTabWidget::pane {
|
||||
border-top: 2px solid #3D3D3D;
|
||||
border-radius: 10px;
|
||||
margin-right: -10px; }
|
||||
|
||||
QTabWidget::tab-bar {
|
||||
alignment: center; }
|
||||
|
||||
QTabBar QToolButton {
|
||||
background: #5C5C5C;
|
||||
padding: 1px;
|
||||
border-radius: 6px;
|
||||
margin: 1px; }
|
||||
QTabBar QToolButton:disabled {
|
||||
background: transparent; }
|
||||
|
||||
QTabBar::tab {
|
||||
padding: 4px 14px;
|
||||
border: 2px solid #000;
|
||||
border-top-left-radius: 8px;
|
||||
border-top-right-radius: 8px;
|
||||
margin: 3px 1px -2px 0; }
|
||||
QTabBar::tab:hover {
|
||||
background: #5C5C5C;
|
||||
color: #D3D3D3; }
|
||||
QTabBar::tab:selected {
|
||||
border: 2px solid #3D3D3D; }
|
||||
|
||||
QDockWidget {
|
||||
background: transparent;
|
||||
titlebar-close-icon: url("./Paper/Dark/cross.svg");
|
||||
titlebar-normal-icon: url("./Paper/Dark/Arrows/Large/up.svg");
|
||||
border: 0;
|
||||
padding: 0 10px; }
|
||||
QDockWidget::close-button, QDockWidget::float-button {
|
||||
background: #000;
|
||||
padding: 2px;
|
||||
border: 0; }
|
||||
QDockWidget::close-button:hover, QDockWidget::float-button:hover {
|
||||
background: #5C5C5C;
|
||||
border-radius: 6px; }
|
||||
|
||||
QTableView {
|
||||
gridline-color: #000;
|
||||
border: 0; }
|
||||
QTableView QTableCornerButton::section {
|
||||
background: #000;
|
||||
border: 0;
|
||||
border-bottom: 2px solid #3D3D3D; }
|
||||
|
||||
QueryOverwriteDialog QTextBrowser {
|
||||
background: #000; }
|
||||
|
||||
QueryOverwriteDialog QPushButton {
|
||||
margin-left: 8px; }
|
||||
|
||||
#tabText QToolButton, #tabIni QToolButton {
|
||||
height: 12px;
|
||||
border-radius: 6px; }
|
||||
#tabText QToolButton:disabled, #tabIni QToolButton:disabled {
|
||||
background: 0;
|
||||
border: 2px solid #000; }
|
||||
#tabText QToolButton:hover, #tabIni QToolButton:hover {
|
||||
background: #5C5C5C;
|
||||
color: #FFF; }
|
||||
|
||||
#tabText QLineEdit, #tabIni QLineEdit {
|
||||
margin-top: 5px; }
|
||||
#tabText QLineEdit:hover, #tabIni QLineEdit:hover {
|
||||
border: 2px solid #000; }
|
||||
|
||||
#actionChange_Game {
|
||||
icon: url("./Paper/Dark/Toolbar/instances.svg");
|
||||
qproperty-icon: url("./Paper/Dark/Toolbar/instances.svg"); }
|
||||
|
||||
#actionInstallMod {
|
||||
icon: url("./Paper/Dark/Toolbar/archives.svg");
|
||||
qproperty-icon: url("./Paper/Dark/Toolbar/archives.svg"); }
|
||||
|
||||
#actionModPage {
|
||||
icon: url("./Paper/Dark/Toolbar/globe.svg");
|
||||
qproperty-icon: url("./Paper/Dark/Toolbar/globe.svg"); }
|
||||
|
||||
#actionNexus {
|
||||
icon: url("./Paper/Dark/Toolbar/nexus.svg");
|
||||
qproperty-icon: url("./Paper/Dark/Toolbar/nexus.svg"); }
|
||||
|
||||
#actionAdd_Profile {
|
||||
icon: url("./Paper/Dark/Toolbar/profiles.svg");
|
||||
qproperty-icon: url("./Paper/Dark/Toolbar/profiles.svg"); }
|
||||
|
||||
#action_Refresh {
|
||||
icon: url("./Paper/Dark/Toolbar/refresh.svg");
|
||||
qproperty-icon: url("./Paper/Dark/Toolbar/refresh.svg"); }
|
||||
|
||||
#action_Refresh {
|
||||
icon: url("./Paper/Dark/Toolbar/refresh.svg");
|
||||
qproperty-icon: url("./Paper/Dark/Toolbar/refresh.svg"); }
|
||||
|
||||
#actionModify_Executables {
|
||||
icon: url("./Paper/Dark/Toolbar/executables.svg");
|
||||
qproperty-icon: url("./Paper/Dark/Toolbar/executables.svg"); }
|
||||
|
||||
#actionTool {
|
||||
icon: url("./Paper/Dark/Toolbar/tools.svg");
|
||||
qproperty-icon: url("./Paper/Dark/Toolbar/tools.svg"); }
|
||||
|
||||
#actionSettings {
|
||||
icon: url("./Paper/Dark/Toolbar/settings.svg");
|
||||
qproperty-icon: url("./Paper/Dark/Toolbar/settings.svg"); }
|
||||
|
||||
#actionEndorseMO {
|
||||
icon: url("./Paper/Dark/Toolbar/endorse.svg");
|
||||
qproperty-icon: url("./Paper/Dark/Toolbar/endorse.svg"); }
|
||||
|
||||
#actionProblems, #actionNotifications {
|
||||
icon: url("./Paper/Dark/Toolbar/problems.svg");
|
||||
qproperty-icon: url("./Paper/Dark/Toolbar/problems.svg"); }
|
||||
|
||||
#actionUpdate {
|
||||
icon: url("./Paper/Dark/Toolbar/update.svg");
|
||||
qproperty-icon: url("./Paper/Dark/Toolbar/update.svg"); }
|
||||
|
||||
#actionHelp {
|
||||
icon: url("./Paper/Dark/Toolbar/help.svg");
|
||||
qproperty-icon: url("./Paper/Dark/Toolbar/help.svg"); }
|
||||
|
||||
#listOptionsBtn {
|
||||
padding-left: 2px;
|
||||
icon: url("./Paper/Dark/dots.svg");
|
||||
qproperty-icon: url("./Paper/Dark/dots.svg"); }
|
||||
|
||||
#openFolderMenu {
|
||||
padding-left: 4px;
|
||||
icon: url("./Paper/Dark/folder.svg");
|
||||
qproperty-icon: url("./Paper/Dark/folder.svg");
|
||||
icon-size: 14px; }
|
||||
|
||||
#restoreModsButton, #restoreButton {
|
||||
icon: url("./Paper/Dark/restore.svg");
|
||||
qproperty-icon: url("./Paper/Dark/restore.svg");
|
||||
icon-size: 14px; }
|
||||
|
||||
#saveModsButton, #saveButton {
|
||||
icon: url("./Paper/Dark/backup.svg");
|
||||
qproperty-icon: url("./Paper/Dark/backup.svg");
|
||||
icon-size: 14px; }
|
||||
|
||||
#clearFiltersButton {
|
||||
icon: url("./Paper/Mono/Black/cross.svg");
|
||||
qproperty-icon: url("./Paper/Mono/Black/cross.svg"); }
|
||||
|
||||
#bossButton {
|
||||
icon: url("./Paper/Dark/sort.svg");
|
||||
qproperty-icon: url("./Paper/Dark/sort.svg");
|
||||
icon-size: 14px; }
|
||||
|
||||
#refreshButton, #btnRefreshData,
|
||||
#dataTabRefresh, #btnRefreshDownloads {
|
||||
icon: url("./Paper/Dark/refresh.svg");
|
||||
qproperty-icon: url("./Paper/Dark/refresh.svg");
|
||||
icon-size: 14px; }
|
||||
|
||||
#clearCacheButton, #revokeNexusAuthButton,
|
||||
#nexusDisconnect {
|
||||
icon: url("./Paper/Dark/cross.svg");
|
||||
qproperty-icon: url("./Paper/Dark/cross.svg");
|
||||
icon-size: 14px; }
|
||||
|
||||
#deactivateESP {
|
||||
icon: url("./Paper/Dark/minus.svg");
|
||||
qproperty-icon: url("./Paper/Dark/minus.svg"); }
|
||||
#deactivateESP:hover {
|
||||
background: #5C5C5C; }
|
||||
|
||||
#activateESP {
|
||||
icon: url("./Paper/Dark/plus.svg");
|
||||
qproperty-icon: url("./Paper/Dark/plus.svg"); }
|
||||
#activateESP:hover {
|
||||
background: #5C5C5C; }
|
||||
|
||||
#startButton {
|
||||
icon: url("./Paper/Mono/Black/run.svg");
|
||||
qproperty-icon: url("./Paper/Mono/Black/run.svg");
|
||||
padding: 6px;
|
||||
border-radius: 0;
|
||||
border-top-left-radius: 10px;
|
||||
border-top-right-radius: 10px; }
|
||||
|
||||
#executablesListBox {
|
||||
padding: 4px;
|
||||
border-radius: 10px;
|
||||
margin-right: 8px; }
|
||||
|
||||
#linkButton {
|
||||
icon: url("./Paper/Dark/shortcut.svg");
|
||||
qproperty-icon: url("./Paper/Dark/shortcut.svg");
|
||||
icon-size: 14px;
|
||||
border-radius: 0;
|
||||
border-bottom-left-radius: 10px;
|
||||
border-bottom-right-radius: 10px; }
|
||||
|
||||
#refresh {
|
||||
icon: url("./Paper/Dark/refresh.svg");
|
||||
qproperty-icon: url("./Paper/Dark/refresh.svg"); }
|
||||
|
||||
#visitNexus {
|
||||
icon: url("./Paper/Dark/nexus.svg");
|
||||
qproperty-icon: url("./Paper/Dark/nexus.svg"); }
|
||||
|
||||
#track {
|
||||
icon: url("./Paper/Dark/pin.svg");
|
||||
qproperty-icon: url("./Paper/Dark/pin.svg"); }
|
||||
|
||||
#endorse {
|
||||
icon: url("./Paper/Dark/heart.svg");
|
||||
qproperty-icon: url("./Paper/Dark/heart.svg");
|
||||
qproperty-iconSize: 14px; }
|
||||
|
||||
QAbstractScrollArea::corner {
|
||||
border: 0;
|
||||
border-bottom: 2px solid #3D3D3D;
|
||||
margin: 0 -2px -2px 0; }
|
||||
|
||||
QMenuBar::item:selected {
|
||||
background: #3D3D3D;
|
||||
color: #FFF; }
|
||||
|
||||
QTextEdit {
|
||||
border-top: 2px solid #3D3D3D;
|
||||
border-bottom: 2px solid #3D3D3D; }
|
||||
|
||||
QSplitter {
|
||||
height: 2px;
|
||||
width: 2px; }
|
||||
QSplitter::handle {
|
||||
background: #3D3D3D;
|
||||
margin: 0 10px; }
|
||||
|
||||
QTreeView::indicator, QCheckBox::indicator, QGroupBox::indicator, QRadioButton::indicator {
|
||||
width: 14px;
|
||||
height: 14px; }
|
||||
QTreeView::indicator:unchecked, QCheckBox::indicator:unchecked, QGroupBox::indicator:unchecked, QRadioButton::indicator:unchecked {
|
||||
image: url("./Paper/Dark/Checkboxes/Unchecked/unchecked.svg"); }
|
||||
QTreeView::indicator:unchecked:hover, QCheckBox::indicator:unchecked:hover, QGroupBox::indicator:unchecked:hover, QRadioButton::indicator:unchecked:hover {
|
||||
image: url("./Paper/Mono/Black/Checkboxes/Unchecked/hover.svg"); }
|
||||
QTreeView::indicator:unchecked:selected, QCheckBox::indicator:unchecked:selected, QGroupBox::indicator:unchecked:selected, QRadioButton::indicator:unchecked:selected {
|
||||
image: url("./Paper/Dark/Checkboxes/Unchecked/selected.svg"); }
|
||||
QTreeView::indicator:checked, QCheckBox::indicator:checked, QGroupBox::indicator:checked, QRadioButton::indicator:checked {
|
||||
image: url("./Paper/Mono/Black/Checkboxes/Checked/check.svg"); }
|
||||
QTreeView::indicator:checked:selected, QCheckBox::indicator:checked:selected, QGroupBox::indicator:checked:selected, QRadioButton::indicator:checked:selected {
|
||||
image: url("./Paper/Dark/Checkboxes/Checked/selected.svg"); }
|
||||
QTreeView::indicator:disabled, QCheckBox::indicator:disabled, QGroupBox::indicator:disabled, QRadioButton::indicator:disabled {
|
||||
image: url("./Paper/Dark/Checkboxes/disabled.svg"); }
|
||||
|
||||
QRadioButton::indicator:checked {
|
||||
image: url("./Paper/Mono/Black/Checkboxes/Radio Buttons/radio.svg");
|
||||
width: 14px;
|
||||
height: 14px; }
|
||||
QRadioButton::indicator:checked:hover {
|
||||
image: url("./Paper/Mono/Black/Checkboxes/Radio Buttons/hover.svg"); }
|
||||
|
||||
QSpinBox, QDoubleSpinBox {
|
||||
min-height: 20px;
|
||||
min-width: 60px;
|
||||
padding: 0 2px;
|
||||
border: 2px solid #3D3D3D;
|
||||
border-radius: 10px; }
|
||||
QSpinBox::up-button, QDoubleSpinBox::up-button {
|
||||
min-height: 20px;
|
||||
min-width: 20px;
|
||||
subcontrol-position: center right;
|
||||
border-left: 2px solid #3D3D3D;
|
||||
border-top-right-radius: 10px;
|
||||
border-bottom-right-radius: 10px; }
|
||||
QSpinBox::up-button:hover, QDoubleSpinBox::up-button:hover {
|
||||
background: #5C5C5C; }
|
||||
QSpinBox::down-button, QDoubleSpinBox::down-button {
|
||||
min-height: 20px;
|
||||
min-width: 20px;
|
||||
subcontrol-position: center left;
|
||||
border-right: 2px solid #3D3D3D;
|
||||
border-top-left-radius: 10px;
|
||||
border-bottom-left-radius: 10px; }
|
||||
QSpinBox::down-button:hover, QDoubleSpinBox::down-button:hover {
|
||||
background: #5C5C5C; }
|
||||
QSpinBox::up-arrow, QDoubleSpinBox::up-arrow {
|
||||
image: url("./Paper/Dark/Arrows/up.svg"); }
|
||||
QSpinBox::down-arrow, QDoubleSpinBox::down-arrow {
|
||||
image: url("./Paper/Dark/Arrows/down.svg"); }
|
||||
|
||||
QSlider::groove {
|
||||
height: 0;
|
||||
border: 1px solid #5C5C5C; }
|
||||
|
||||
QSlider::handle {
|
||||
border: 2px solid #5C5C5C;
|
||||
border-radius: 6px;
|
||||
margin: -10px; }
|
||||
QSlider::handle:hover {
|
||||
background: #5C5C5C; }
|
||||
|
||||
#InstanceManagerDialog #createNew, #InstanceManagerDialog #deleteInstance, #InstanceManagerDialog #switchToInstance {
|
||||
icon-size: 14px; }
|
||||
|
||||
#InstanceManagerDialog #createNew {
|
||||
icon: url("./Paper/Dark/plus.svg");
|
||||
qproperty-icon: url("./Paper/Dark/plus.svg"); }
|
||||
|
||||
#InstanceManagerDialog #deleteInstance {
|
||||
icon: url("./Paper/Dark/cross.svg");
|
||||
qproperty-icon: url("./Paper/Dark/cross.svg"); }
|
||||
|
||||
#InstanceManagerDialog #switchToInstance {
|
||||
icon: url("./Paper/Mono/Black/Checkboxes/Checked/check.svg");
|
||||
qproperty-icon: url("./Paper/Mono/Black/Checkboxes/Checked/check.svg"); }
|
||||
|
||||
#EditExecutablesDialog QToolButton {
|
||||
padding: 4px 8px;
|
||||
margin: 8px 0 8px 8px; }
|
||||
#EditExecutablesDialog QToolButton:hover {
|
||||
background: #5C5C5C; }
|
||||
|
||||
#EditExecutablesDialog #add {
|
||||
icon: url("./Paper/Dark/plus.svg");
|
||||
qproperty-icon: url("./Paper/Dark/plus.svg"); }
|
||||
|
||||
#EditExecutablesDialog #remove {
|
||||
icon: url("./Paper/Dark/minus.svg");
|
||||
qproperty-icon: url("./Paper/Dark/minus.svg"); }
|
||||
|
||||
#EditExecutablesDialog #up {
|
||||
icon: url("./Paper/Dark/Arrows/Large/up.svg");
|
||||
qproperty-icon: url("./Paper/Dark/Arrows/Large/up.svg"); }
|
||||
|
||||
#EditExecutablesDialog #down {
|
||||
icon: url("./Paper/Dark/Arrows/Large/down.svg");
|
||||
qproperty-icon: url("./Paper/Dark/Arrows/Large/down.svg"); }
|
||||
|
||||
#EditExecutablesDialog #reset {
|
||||
icon: url("./Paper/Dark/cross.svg");
|
||||
qproperty-icon: url("./Paper/Dark/cross.svg"); }
|
||||
|
||||
QLCDNumber {
|
||||
color: #D3D3D3;
|
||||
border-radius: 6px; }
|
||||
QLCDNumber #activeModslabel, QLCDNumber #activePluginsLabel {
|
||||
padding-left: 6px; }
|
||||
|
||||
QPlainTextEdit#output {
|
||||
padding-left: 10px;
|
||||
border-radius: 6px; }
|
||||
|
||||
QToolTip {
|
||||
background: #000;
|
||||
color: #D3D3D3;
|
||||
border: 2px solid #3D3D3D;
|
||||
border-radius: 10px; }
|
||||
|
||||
ModListView, PluginListView {
|
||||
margin: 2px 0; }
|
||||
|
||||
LinkLabel {
|
||||
qproperty-linkColor: #D3D3D3; }
|
||||
|
||||
#stepsStack QWidget {
|
||||
border: none; }
|
||||
|
||||
#stepsStack QGroupBox {
|
||||
border: 2px solid #000;
|
||||
border-radius: 10px; }
|
||||
|
||||
#espFilterEdit {
|
||||
margin-top: 4px; }
|
||||
|
||||
#dataTabFilter, #downloadFilterEdit {
|
||||
margin-top: 6px; }
|
||||
|
||||
#bossButton {
|
||||
margin-bottom: 4px; }
|
||||
|
||||
#btnRefreshDownloads, #dataTabRefresh {
|
||||
margin-bottom: 6px; }
|
||||
|
||||
#displayCategoriesBtn {
|
||||
min-width: 12px; }
|
||||
|
||||
QTreeWidget#filters, #categoriesList {
|
||||
min-width: 240px; }
|
||||
|
||||
#categoriesGroup {
|
||||
padding: 23px 0 0 0;
|
||||
border: 0; }
|
||||
|
||||
#colorTable {
|
||||
border-top: 2px solid #3D3D3D;
|
||||
border-bottom: 2px solid #3D3D3D; }
|
||||
|
||||
#iconLabel {
|
||||
image: url("./Paper/Dark/logo.svg");
|
||||
qproperty-pixmap: none; }
|
|
@ -1,666 +0,0 @@
|
|||
/* Version 7.2 by 6788 */
|
||||
* {
|
||||
background: #242424;
|
||||
font-size: 13px;
|
||||
color: #D3D3D3;
|
||||
border: 0; }
|
||||
*:disabled {
|
||||
color: #808080; }
|
||||
|
||||
QAbstractItemView {
|
||||
background: #141414;
|
||||
alternate-background-color: #1C1C1C;
|
||||
show-decoration-selected: 1;
|
||||
border-radius: 6px; }
|
||||
QAbstractItemView::item {
|
||||
min-height: 24px; }
|
||||
QAbstractItemView::branch:hover, QAbstractItemView::item:hover {
|
||||
background: #3D3D3D; }
|
||||
QAbstractItemView::branch:selected, QAbstractItemView::item:selected {
|
||||
background: #006868;
|
||||
color: #FFF; }
|
||||
|
||||
QTreeView, QListView {
|
||||
border-radius: 6px; }
|
||||
QTreeView::branch:closed:has-children, QListView::branch:closed:has-children {
|
||||
image: url("./Paper/Dark/Arrows/right.svg"); }
|
||||
QTreeView::branch:open:has-children, QListView::branch:open:has-children {
|
||||
image: url("./Paper/Dark/Arrows/down.svg"); }
|
||||
|
||||
QHeaderView::up-arrow, QHeaderView::down-arrow {
|
||||
height: 10px;
|
||||
width: 10px;
|
||||
padding-right: 4px; }
|
||||
|
||||
QHeaderView::up-arrow {
|
||||
image: url("./Paper/Dark/Arrows/up.svg"); }
|
||||
|
||||
QHeaderView::down-arrow {
|
||||
image: url("./Paper/Dark/Arrows/down.svg"); }
|
||||
|
||||
QHeaderView::section {
|
||||
background: #141414;
|
||||
padding: 0 5px;
|
||||
border: 0;
|
||||
border-bottom: 2px solid #242424;
|
||||
border-right: 2px solid #242424; }
|
||||
QHeaderView::section:first {
|
||||
border-top-left-radius: 6px; }
|
||||
QHeaderView::section:last {
|
||||
border-right: 0;
|
||||
border-top-right-radius: 6px; }
|
||||
QHeaderView::section:hover {
|
||||
background: #3D3D3D; }
|
||||
|
||||
QScrollBar {
|
||||
background: #141414;
|
||||
border: 2px solid #242424; }
|
||||
QScrollBar:horizontal {
|
||||
height: 20px;
|
||||
margin: 0 23px -2px 23px; }
|
||||
QScrollBar:vertical {
|
||||
width: 20px;
|
||||
margin: 23px -2px 23px 0; }
|
||||
QScrollBar::handle {
|
||||
background: #3D3D3D;
|
||||
border-radius: 6px;
|
||||
margin: 2px; }
|
||||
QScrollBar::handle:horizontal {
|
||||
min-width: 32px; }
|
||||
QScrollBar::handle:vertical {
|
||||
min-height: 32px; }
|
||||
QScrollBar::handle:hover, QScrollBar::handle:pressed {
|
||||
background: #006868; }
|
||||
QScrollBar::add-line {
|
||||
subcontrol-origin: margin;
|
||||
background: #141414;
|
||||
border: 2px solid #242424;
|
||||
margin: 0 -2px -2px 0; }
|
||||
QScrollBar::add-line:horizontal {
|
||||
image: url("./Paper/Dark/Arrows/right.svg");
|
||||
width: 23px;
|
||||
subcontrol-position: right; }
|
||||
QScrollBar::add-line:vertical {
|
||||
image: url("./Paper/Dark/Arrows/down.svg");
|
||||
height: 23px;
|
||||
subcontrol-position: bottom;
|
||||
border-bottom-right-radius: 6px; }
|
||||
QScrollBar::add-line:hover, QScrollBar::add-line:pressed {
|
||||
background: #006868; }
|
||||
QScrollBar::sub-line {
|
||||
subcontrol-origin: margin;
|
||||
background: #141414; }
|
||||
QScrollBar::sub-line:horizontal {
|
||||
image: url("./Paper/Dark/Arrows/left.svg");
|
||||
width: 23px;
|
||||
subcontrol-position: left;
|
||||
border: 2px solid #242424;
|
||||
border-bottom-left-radius: 6px;
|
||||
margin: 0 0 -2px -2px; }
|
||||
QScrollBar::sub-line:vertical {
|
||||
image: url("./Paper/Dark/Arrows/up.svg");
|
||||
height: 23px;
|
||||
subcontrol-position: top;
|
||||
border: 2px solid #242424;
|
||||
border-top-right-radius: 6px;
|
||||
margin: -2px -2px 0 0; }
|
||||
QScrollBar::sub-line:hover, QScrollBar::sub-line:pressed {
|
||||
background: #006868; }
|
||||
QScrollBar::add-page, QScrollBar::sub-page {
|
||||
background: transparent; }
|
||||
|
||||
QPushButton, QToolButton {
|
||||
background: #141414;
|
||||
color: #D3D3D3;
|
||||
min-height: 22px;
|
||||
padding: 2px 12px;
|
||||
border-radius: 6px;
|
||||
margin: 2px 0; }
|
||||
QPushButton::menu-indicator, QToolButton::menu-indicator {
|
||||
image: url("./Paper/Dark/Arrows/down.svg");
|
||||
padding: 2px;
|
||||
margin: 4px; }
|
||||
QPushButton:hover, QPushButton:pressed, QToolButton:hover, QToolButton:pressed {
|
||||
background: #3D3D3D; }
|
||||
QPushButton:disabled, QToolButton:disabled {
|
||||
background: transparent; }
|
||||
|
||||
QPushButton:disabled {
|
||||
background: none;
|
||||
border: 2px solid #141414; }
|
||||
|
||||
QPushButton::menu-indicator {
|
||||
subcontrol-position: right center; }
|
||||
|
||||
QToolButton:menu-indicator {
|
||||
margin: 2px; }
|
||||
|
||||
QMenu {
|
||||
background: transparent;
|
||||
border: 2px solid #242424;
|
||||
border-radius: 6px; }
|
||||
QMenu QPushButton {
|
||||
padding: 2px 24px;
|
||||
text-align: left;
|
||||
border-radius: 0; }
|
||||
QMenu QPushButton:hover {
|
||||
border-radius: 6px; }
|
||||
QMenu QCheckBox, QMenu QRadioButton {
|
||||
background: #141414;
|
||||
padding: 5px; }
|
||||
QMenu QCheckBox:hover, QMenu QRadioButton:hover {
|
||||
background: #006868;
|
||||
color: #FFF;
|
||||
border-radius: 6px; }
|
||||
QMenu::separator {
|
||||
height: 2px;
|
||||
background: #242424; }
|
||||
QMenu::icon {
|
||||
padding-left: 20px; }
|
||||
QMenu::right-arrow {
|
||||
image: url("./Paper/Dark/Arrows/right.svg");
|
||||
padding-right: 5px; }
|
||||
QMenu::item {
|
||||
background: #141414;
|
||||
padding: 5px 24px; }
|
||||
QMenu::item:disabled {
|
||||
background: #242424;
|
||||
color: #808080; }
|
||||
QMenu::item:selected {
|
||||
background: #006868;
|
||||
color: #FFF;
|
||||
border-radius: 6px; }
|
||||
|
||||
QToolBar {
|
||||
background: #242424;
|
||||
border: 1px solid #242424;
|
||||
qproperty-movable: true; }
|
||||
QToolBar::handle {
|
||||
height: 0;
|
||||
border: 1px solid #141414; }
|
||||
QToolBar::separator {
|
||||
background: #242424;
|
||||
margin: 6px 8px; }
|
||||
QToolBar:menu-indicator {
|
||||
image: url("./Paper/Dark/Arrows/down.svg");
|
||||
margin: 4px; }
|
||||
QToolBar QToolButton {
|
||||
background: transparent;
|
||||
padding: 6px;
|
||||
border-radius: 10px;
|
||||
margin: 4px 4px 0 4px; }
|
||||
QToolBar QToolButton:hover, QToolBar QToolButton:pressed {
|
||||
background: #3D3D3D; }
|
||||
|
||||
QLineEdit {
|
||||
background: #141414;
|
||||
min-height: 22px;
|
||||
padding-left: 5px;
|
||||
border: 2px solid #141414;
|
||||
border-radius: 6px; }
|
||||
QLineEdit:hover {
|
||||
border: 2px solid #006868; }
|
||||
|
||||
QComboBox {
|
||||
background: #141414;
|
||||
min-height: 22px;
|
||||
padding-left: 5px;
|
||||
border: 2px solid #141414;
|
||||
border-radius: 6px;
|
||||
margin: 4px 0; }
|
||||
QComboBox QAbstractItemView {
|
||||
background: #141414;
|
||||
border: 2px solid #242424;
|
||||
border-radius: 6px; }
|
||||
QComboBox:hover {
|
||||
border: 2px solid #006868; }
|
||||
QComboBox:on {
|
||||
background: #006868;
|
||||
color: #FFF;
|
||||
border: 2px solid #006868; }
|
||||
QComboBox::drop-down {
|
||||
width: 20px;
|
||||
subcontrol-origin: padding;
|
||||
subcontrol-position: top right;
|
||||
border: none; }
|
||||
QComboBox::down-arrow {
|
||||
image: url("./Paper/Dark/Arrows/down.svg"); }
|
||||
|
||||
QGroupBox {
|
||||
padding: 24px 4px;
|
||||
border: 2px solid #141414;
|
||||
border-radius: 10px; }
|
||||
QGroupBox::title {
|
||||
background: transparent;
|
||||
subcontrol-origin: padding;
|
||||
subcontrol-position: top left;
|
||||
padding: 8px; }
|
||||
|
||||
QProgressBar {
|
||||
background: #141414;
|
||||
color: #FFF;
|
||||
text-align: center;
|
||||
border: 2px solid #242424;
|
||||
border-radius: 6px;
|
||||
margin: 0 10px; }
|
||||
QProgressBar::chunk {
|
||||
background: #006868;
|
||||
border-top-left-radius: 6px;
|
||||
border-bottom-left-radius: 6px; }
|
||||
QProgressBar[downloadView=standard] {
|
||||
background: transparent;
|
||||
margin: 11px 0; }
|
||||
QProgressBar[downloadView=compact] {
|
||||
background: transparent; }
|
||||
QProgressBar[downloadView=standard]::chunk, QProgressBar[downloadView=compact]::chunk {
|
||||
border-right: 2px solid #242424; }
|
||||
|
||||
QTabWidget::pane {
|
||||
bottom: 4px;
|
||||
border-radius: 10px;
|
||||
margin-right: -10px; }
|
||||
|
||||
QTabWidget::tab-bar {
|
||||
alignment: center; }
|
||||
|
||||
QTabBar {
|
||||
background: #141414;
|
||||
border-radius: 10px; }
|
||||
QTabBar QToolButton {
|
||||
background: #3D3D3D;
|
||||
padding: 1px;
|
||||
border-radius: 6px;
|
||||
margin: 1px; }
|
||||
QTabBar QToolButton:disabled {
|
||||
background: transparent; }
|
||||
QTabBar::tab {
|
||||
background: #141414;
|
||||
padding: 2px 14px;
|
||||
border: 2px solid #141414;
|
||||
border-radius: 10px;
|
||||
margin: 2px; }
|
||||
QTabBar::tab:disabled {
|
||||
background: #242424;
|
||||
border: 2px solid transparent; }
|
||||
QTabBar::tab:first {
|
||||
border-top-left-radius: 10px;
|
||||
border-bottom-left-radius: 10px; }
|
||||
QTabBar::tab:last {
|
||||
border-top-right-radius: 10px;
|
||||
border-bottom-right-radius: 10px; }
|
||||
QTabBar::tab:hover {
|
||||
background: #3D3D3D;
|
||||
border: 2px solid #3D3D3D; }
|
||||
QTabBar::tab:selected {
|
||||
background: #006868;
|
||||
color: #FFF;
|
||||
border: 2px solid #006868; }
|
||||
|
||||
QDockWidget {
|
||||
background: transparent;
|
||||
padding: 0 10px;
|
||||
border: 0;
|
||||
titlebar-close-icon: url("./Paper/Dark/cross.svg");
|
||||
titlebar-normal-icon: url("./Paper/Dark/Arrows/Large/up.svg"); }
|
||||
QDockWidget::close-button, QDockWidget::float-button {
|
||||
background: #242424;
|
||||
padding: 2px;
|
||||
border: 0; }
|
||||
QDockWidget::close-button:hover, QDockWidget::float-button:hover {
|
||||
background: #3D3D3D;
|
||||
border-radius: 6px; }
|
||||
|
||||
QStatusBar {
|
||||
background: #3D3D3D; }
|
||||
QStatusBar QWidget {
|
||||
background: #3D3D3D; }
|
||||
QStatusBar::item {
|
||||
border: 0; }
|
||||
|
||||
QTableView {
|
||||
gridline-color: #242424;
|
||||
border: 0; }
|
||||
QTableView QTableCornerButton::section {
|
||||
background: #141414;
|
||||
border: 0;
|
||||
border-right: 2px solid #242424;
|
||||
border-bottom: 2px solid #242424; }
|
||||
|
||||
#tabText QToolButton, #tabIni QToolButton {
|
||||
height: 12px;
|
||||
background: #141414;
|
||||
border-radius: 6px; }
|
||||
#tabText QToolButton:disabled, #tabIni QToolButton:disabled {
|
||||
background: 0;
|
||||
border: 2px solid #141414; }
|
||||
#tabText QToolButton:hover, #tabIni QToolButton:hover {
|
||||
background: #3D3D3D; }
|
||||
|
||||
#tabText QLineEdit, #tabText QLineEdit, #tabIni QLineEdit, #tabIni QLineEdit {
|
||||
margin-top: 5px; }
|
||||
#tabText QLineEdit:hover, #tabText QLineEdit:hover, #tabIni QLineEdit:hover, #tabIni QLineEdit:hover {
|
||||
border: 2px solid #141414; }
|
||||
|
||||
#actionChange_Game {
|
||||
icon: url("./Paper/Dark/Toolbar/instances.svg");
|
||||
qproperty-icon: url("./Paper/Dark/Toolbar/instances.svg"); }
|
||||
|
||||
#actionInstallMod {
|
||||
icon: url("./Paper/Dark/Toolbar/archives.svg");
|
||||
qproperty-icon: url("./Paper/Dark/Toolbar/archives.svg"); }
|
||||
|
||||
#actionModPage {
|
||||
icon: url("./Paper/Dark/Toolbar/globe.svg");
|
||||
qproperty-icon: url("./Paper/Dark/Toolbar/globe.svg"); }
|
||||
|
||||
#actionNexus {
|
||||
icon: url("./Paper/Dark/Toolbar/nexus.svg");
|
||||
qproperty-icon: url("./Paper/Dark/Toolbar/nexus.svg"); }
|
||||
|
||||
#actionAdd_Profile {
|
||||
icon: url("./Paper/Dark/Toolbar/profiles.svg");
|
||||
qproperty-icon: url("./Paper/Dark/Toolbar/profiles.svg"); }
|
||||
|
||||
#action_Refresh {
|
||||
icon: url("./Paper/Dark/Toolbar/refresh.svg");
|
||||
qproperty-icon: url("./Paper/Dark/Toolbar/refresh.svg"); }
|
||||
|
||||
#actionModify_Executables {
|
||||
icon: url("./Paper/Dark/Toolbar/executables.svg");
|
||||
qproperty-icon: url("./Paper/Dark/Toolbar/executables.svg"); }
|
||||
|
||||
#actionTool {
|
||||
icon: url("./Paper/Dark/Toolbar/tools.svg");
|
||||
qproperty-icon: url("./Paper/Dark/Toolbar/tools.svg"); }
|
||||
|
||||
#actionSettings {
|
||||
icon: url("./Paper/Dark/Toolbar/settings.svg");
|
||||
qproperty-icon: url("./Paper/Dark/Toolbar/settings.svg"); }
|
||||
|
||||
#actionEndorseMO {
|
||||
icon: url("./Paper/Dark/Toolbar/endorse.svg");
|
||||
qproperty-icon: url("./Paper/Dark/Toolbar/endorse.svg"); }
|
||||
|
||||
#actionNotifications {
|
||||
icon: url("./Paper/Dark/Toolbar/problems.svg");
|
||||
qproperty-icon: url("./Paper/Dark/Toolbar/problems.svg"); }
|
||||
|
||||
#actionUpdate {
|
||||
icon: url("./Paper/Dark/Toolbar/update.svg");
|
||||
qproperty-icon: url("./Paper/Dark/Toolbar/update.svg"); }
|
||||
|
||||
#actionHelp {
|
||||
icon: url("./Paper/Dark/Toolbar/help.svg");
|
||||
qproperty-icon: url("./Paper/Dark/Toolbar/help.svg"); }
|
||||
|
||||
#listOptionsBtn {
|
||||
padding-left: 2px;
|
||||
icon: url("./Paper/Dark/dots.svg");
|
||||
qproperty-icon: url("./Paper/Dark/dots.svg"); }
|
||||
|
||||
#openFolderMenu {
|
||||
padding-left: 4px;
|
||||
icon: url("./Paper/Dark/folder.svg");
|
||||
qproperty-icon: url("./Paper/Dark/folder.svg");
|
||||
icon-size: 14px; }
|
||||
|
||||
#restoreModsButton, #restoreButton {
|
||||
icon: url("./Paper/Dark/restore.svg");
|
||||
qproperty-icon: url("./Paper/Dark/restore.svg");
|
||||
icon-size: 14px; }
|
||||
|
||||
#saveModsButton, #saveButton {
|
||||
icon: url("./Paper/Dark/backup.svg");
|
||||
qproperty-icon: url("./Paper/Dark/backup.svg");
|
||||
icon-size: 14px; }
|
||||
|
||||
#clearFiltersButton {
|
||||
icon: url("./Paper/Dark/cross.svg");
|
||||
qproperty-icon: url("./Paper/Dark/cross.svg"); }
|
||||
|
||||
#bossButton {
|
||||
icon: url("./Paper/Dark/sort.svg");
|
||||
qproperty-icon: url("./Paper/Dark/sort.svg");
|
||||
icon-size: 14px; }
|
||||
|
||||
#refreshButton, #btnRefreshData,
|
||||
#dataTabRefresh, #btnRefreshDownloads {
|
||||
icon: url("./Paper/Dark/refresh.svg");
|
||||
qproperty-icon: url("./Paper/Dark/refresh.svg");
|
||||
icon-size: 14px; }
|
||||
|
||||
#clearCacheButton, #revokeNexusAuthButton,
|
||||
#nexusDisconnect {
|
||||
icon: url("./Paper/Dark/cross.svg");
|
||||
qproperty-icon: url("./Paper/Dark/cross.svg");
|
||||
icon-size: 14px; }
|
||||
|
||||
#deactivateESP {
|
||||
icon: url("./Paper/Dark/minus.svg");
|
||||
qproperty-icon: url("./Paper/Dark/minus.svg"); }
|
||||
|
||||
#activateESP {
|
||||
icon: url("./Paper/Dark/plus.svg");
|
||||
qproperty-icon: url("./Paper/Dark/plus.svg"); }
|
||||
|
||||
#startButton {
|
||||
background: #006868;
|
||||
color: #FFF;
|
||||
padding: 6px;
|
||||
border-radius: 0;
|
||||
border-top-left-radius: 10px;
|
||||
border-top-right-radius: 10px;
|
||||
icon: url("./Paper/Dark/run.svg");
|
||||
qproperty-icon: url("./Paper/Dark/run.svg"); }
|
||||
#startButton:hover {
|
||||
background: #3D3D3D; }
|
||||
|
||||
#linkButton {
|
||||
border-radius: 0;
|
||||
border-bottom-left-radius: 10px;
|
||||
border-bottom-right-radius: 10px;
|
||||
icon: url("./Paper/Dark/shortcut.svg");
|
||||
qproperty-icon: url("./Paper/Dark/shortcut.svg");
|
||||
icon-size: 14px; }
|
||||
|
||||
#executablesListBox {
|
||||
padding: 4px;
|
||||
border-radius: 10px;
|
||||
margin-right: 8px; }
|
||||
|
||||
#refresh {
|
||||
icon: url("./Paper/Dark/refresh.svg");
|
||||
qproperty-icon: url("./Paper/Dark/refresh.svg"); }
|
||||
|
||||
#visitNexus {
|
||||
icon: url("./Paper/Dark/nexus.svg");
|
||||
qproperty-icon: url("./Paper/Dark/nexus.svg"); }
|
||||
|
||||
#track {
|
||||
icon: url("./Paper/Dark/pin.svg");
|
||||
qproperty-icon: url("./Paper/Dark/pin.svg"); }
|
||||
|
||||
#endorse {
|
||||
icon: url("./Paper/Dark/heart.svg");
|
||||
qproperty-icon: url("./Paper/Dark/heart.svg");
|
||||
icon-size: 14px; }
|
||||
|
||||
QAbstractScrollArea::corner {
|
||||
background: #141414;
|
||||
border: 2px solid #242424;
|
||||
border-bottom-right-radius: 6px;
|
||||
margin: 0 -2px -2px 0; }
|
||||
|
||||
QMenuBar::item:selected {
|
||||
background: #006868;
|
||||
color: #FFF; }
|
||||
|
||||
QTextEdit {
|
||||
background: #141414;
|
||||
border-radius: 6px; }
|
||||
|
||||
QSplitter {
|
||||
width: 6px; }
|
||||
|
||||
QTreeView::indicator, QCheckBox::indicator, QGroupBox::indicator, QRadioButton::indicator {
|
||||
width: 14px;
|
||||
height: 14px; }
|
||||
QTreeView::indicator:disabled, QCheckBox::indicator:disabled, QGroupBox::indicator:disabled, QRadioButton::indicator:disabled {
|
||||
image: url("./Paper/Dark/Checkboxes/disabled.svg"); }
|
||||
QTreeView::indicator:unchecked, QCheckBox::indicator:unchecked, QGroupBox::indicator:unchecked, QRadioButton::indicator:unchecked {
|
||||
image: url("./Paper/Dark/Checkboxes/Unchecked/unchecked.svg"); }
|
||||
QTreeView::indicator:unchecked:hover, QCheckBox::indicator:unchecked:hover, QGroupBox::indicator:unchecked:hover, QRadioButton::indicator:unchecked:hover {
|
||||
image: url("./Paper/Dark/Checkboxes/Unchecked/hover.svg"); }
|
||||
QTreeView::indicator:checked, QCheckBox::indicator:checked, QGroupBox::indicator:checked, QRadioButton::indicator:checked {
|
||||
image: url("./Paper/Dark/Checkboxes/Checked/check.svg"); }
|
||||
QTreeView::indicator:checked:selected, QCheckBox::indicator:checked:selected, QGroupBox::indicator:checked:selected, QRadioButton::indicator:checked:selected {
|
||||
image: url("./Paper/Dark/Checkboxes/Checked/selected.svg"); }
|
||||
|
||||
QRadioButton::indicator:checked {
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
image: url("./Paper/Dark/Checkboxes/Radio Buttons/radio.svg"); }
|
||||
QRadioButton::indicator:checked:hover {
|
||||
image: url("./Paper/Dark/Checkboxes/Radio Buttons/hover.svg"); }
|
||||
|
||||
QSpinBox, QDoubleSpinBox {
|
||||
min-height: 24px;
|
||||
min-width: 60px;
|
||||
background: #141414;
|
||||
padding: 0 2px;
|
||||
border: 2px solid #242424;
|
||||
border-radius: 6px;
|
||||
margin: 0 -4px; }
|
||||
QSpinBox::up-button, QSpinBox::down-button, QDoubleSpinBox::up-button, QDoubleSpinBox::down-button {
|
||||
min-height: 28px;
|
||||
min-width: 20px;
|
||||
border: 2px solid #242424; }
|
||||
QSpinBox::up-button:hover, QSpinBox::down-button:hover, QDoubleSpinBox::up-button:hover, QDoubleSpinBox::down-button:hover {
|
||||
background: #3D3D3D; }
|
||||
QSpinBox::up-button, QDoubleSpinBox::up-button {
|
||||
subcontrol-position: center right;
|
||||
border-top-right-radius: 6px;
|
||||
border-bottom-right-radius: 6px; }
|
||||
QSpinBox::down-button, QDoubleSpinBox::down-button {
|
||||
subcontrol-position: center left;
|
||||
border-top-left-radius: 6px;
|
||||
border-bottom-left-radius: 6px; }
|
||||
QSpinBox::up-arrow, QDoubleSpinBox::up-arrow {
|
||||
image: url("./Paper/Dark/Arrows/up.svg"); }
|
||||
QSpinBox::down-arrow, QDoubleSpinBox::down-arrow {
|
||||
image: url("./Paper/Dark/Arrows/down.svg"); }
|
||||
|
||||
QSlider::groove {
|
||||
height: 0;
|
||||
border: 1px solid #3D3D3D; }
|
||||
|
||||
QSlider::handle {
|
||||
background: #141414;
|
||||
border: 2px solid #3D3D3D;
|
||||
border-radius: 6px;
|
||||
margin: -10px; }
|
||||
QSlider::handle:hover {
|
||||
background: #3D3D3D; }
|
||||
|
||||
#InstanceManagerDialog #createNew, #InstanceManagerDialog #deleteInstance, #InstanceManagerDialog #switchToInstance {
|
||||
icon-size: 14px; }
|
||||
|
||||
#InstanceManagerDialog #createNew {
|
||||
icon: url("./Paper/Dark/plus.svg");
|
||||
qproperty-icon: url("./Paper/Dark/plus.svg"); }
|
||||
|
||||
#InstanceManagerDialog #deleteInstance {
|
||||
icon: url("./Paper/Dark/cross.svg");
|
||||
qproperty-icon: url("./Paper/Dark/cross.svg"); }
|
||||
|
||||
#InstanceManagerDialog #switchToInstance {
|
||||
icon: url("./Paper/Dark/Checkboxes/Checked/hover.svg");
|
||||
qproperty-icon: url("./Paper/Dark/Checkboxes/Checked/hover.svg"); }
|
||||
|
||||
#EditExecutablesDialog QToolButton {
|
||||
padding: 4px 8px;
|
||||
margin: 8px 0 8px 8px; }
|
||||
#EditExecutablesDialog QToolButton:hover {
|
||||
background: #3D3D3D; }
|
||||
|
||||
#EditExecutablesDialog #add {
|
||||
icon: url("./Paper/Dark/plus.svg");
|
||||
qproperty-icon: url("./Paper/Dark/plus.svg"); }
|
||||
|
||||
#EditExecutablesDialog #remove {
|
||||
icon: url("./Paper/Dark/minus.svg");
|
||||
qproperty-icon: url("./Paper/Dark/minus.svg"); }
|
||||
|
||||
#EditExecutablesDialog #up {
|
||||
icon: url("./Paper/Dark/Arrows/Large/up.svg");
|
||||
qproperty-icon: url("./Paper/Dark/Arrows/Large/up.svg"); }
|
||||
|
||||
#EditExecutablesDialog #down {
|
||||
icon: url("./Paper/Dark/Arrows/Large/down.svg");
|
||||
qproperty-icon: url("./Paper/Dark/Arrows/Large/down.svg"); }
|
||||
|
||||
#EditExecutablesDialog #reset {
|
||||
icon: url("./Paper/Dark/cross.svg");
|
||||
qproperty-icon: url("./Paper/Dark/cross.svg"); }
|
||||
|
||||
QueryOverwriteDialog QTextBrowser {
|
||||
background: #242424; }
|
||||
|
||||
QueryOverwriteDialog QPushButton {
|
||||
margin-left: 8px; }
|
||||
|
||||
QLCDNumber {
|
||||
background: #141414;
|
||||
color: #006868;
|
||||
border-radius: 6px; }
|
||||
QLCDNumber #activeModslabel, QLCDNumber #activePluginsLabel {
|
||||
padding-left: 6px; }
|
||||
|
||||
QPlainTextEdit#output {
|
||||
background: #141414;
|
||||
padding-left: 10px;
|
||||
border-radius: 6px; }
|
||||
|
||||
QToolTip {
|
||||
background: #141414;
|
||||
color: #D3D3D3;
|
||||
border: 2px solid #242424;
|
||||
border-radius: 6px; }
|
||||
|
||||
ModListView, PluginListView {
|
||||
margin: 2px 0; }
|
||||
|
||||
LinkLabel {
|
||||
qproperty-linkColor: #006868; }
|
||||
|
||||
#stepsStack QWidget {
|
||||
border: none; }
|
||||
|
||||
#stepsStack QGroupBox {
|
||||
border: 2px solid #141414;
|
||||
border-radius: 10px; }
|
||||
|
||||
#espFilterEdit {
|
||||
margin-top: 4px; }
|
||||
|
||||
#dataTabFilter, #downloadFilterEdit {
|
||||
margin-top: 6px; }
|
||||
|
||||
#bossButton {
|
||||
margin-bottom: 4px; }
|
||||
|
||||
#btnRefreshDownloads, #dataTabRefresh {
|
||||
margin-bottom: 6px; }
|
||||
|
||||
#displayCategoriesBtn {
|
||||
min-width: 12px; }
|
||||
|
||||
#categoriesGroup {
|
||||
padding-top: 23px;
|
||||
border: 0; }
|
||||
#categoriesGroup QAbstractScrollArea {
|
||||
min-width: 240px; }
|
||||
|
||||
#iconLabel {
|
||||
image: url("./Paper/Dark/logo.svg");
|
||||
qproperty-pixmap: none; }
|
|
@ -1,666 +0,0 @@
|
|||
/* Version 7.2 by 6788 */
|
||||
* {
|
||||
background: #E8E8E8;
|
||||
font-size: 13px;
|
||||
color: #000;
|
||||
border: 0; }
|
||||
*:disabled {
|
||||
color: #808080; }
|
||||
|
||||
QAbstractItemView {
|
||||
background: #FFF;
|
||||
alternate-background-color: #F6F6F6;
|
||||
show-decoration-selected: 1;
|
||||
border-radius: 6px; }
|
||||
QAbstractItemView::item {
|
||||
min-height: 24px; }
|
||||
QAbstractItemView::branch:hover, QAbstractItemView::item:hover {
|
||||
background: #C2C2C2; }
|
||||
QAbstractItemView::branch:selected, QAbstractItemView::item:selected {
|
||||
background: #008484;
|
||||
color: #FFF; }
|
||||
|
||||
QTreeView, QListView {
|
||||
border-radius: 6px; }
|
||||
QTreeView::branch:closed:has-children, QListView::branch:closed:has-children {
|
||||
image: url("./Paper/Light/Arrows/right.svg"); }
|
||||
QTreeView::branch:open:has-children, QListView::branch:open:has-children {
|
||||
image: url("./Paper/Light/Arrows/down.svg"); }
|
||||
|
||||
QHeaderView::up-arrow, QHeaderView::down-arrow {
|
||||
height: 10px;
|
||||
width: 10px;
|
||||
padding-right: 4px; }
|
||||
|
||||
QHeaderView::up-arrow {
|
||||
image: url("./Paper/Light/Arrows/up.svg"); }
|
||||
|
||||
QHeaderView::down-arrow {
|
||||
image: url("./Paper/Light/Arrows/down.svg"); }
|
||||
|
||||
QHeaderView::section {
|
||||
background: #FFF;
|
||||
padding: 0 5px;
|
||||
border: 0;
|
||||
border-bottom: 2px solid #E8E8E8;
|
||||
border-right: 2px solid #E8E8E8; }
|
||||
QHeaderView::section:first {
|
||||
border-top-left-radius: 6px; }
|
||||
QHeaderView::section:last {
|
||||
border-right: 0;
|
||||
border-top-right-radius: 6px; }
|
||||
QHeaderView::section:hover {
|
||||
background: #C2C2C2; }
|
||||
|
||||
QScrollBar {
|
||||
background: #FFF;
|
||||
border: 2px solid #E8E8E8; }
|
||||
QScrollBar:horizontal {
|
||||
height: 20px;
|
||||
margin: 0 23px -2px 23px; }
|
||||
QScrollBar:vertical {
|
||||
width: 20px;
|
||||
margin: 23px -2px 23px 0; }
|
||||
QScrollBar::handle {
|
||||
background: #C2C2C2;
|
||||
border-radius: 6px;
|
||||
margin: 2px; }
|
||||
QScrollBar::handle:horizontal {
|
||||
min-width: 32px; }
|
||||
QScrollBar::handle:vertical {
|
||||
min-height: 32px; }
|
||||
QScrollBar::handle:hover, QScrollBar::handle:pressed {
|
||||
background: #008484; }
|
||||
QScrollBar::add-line {
|
||||
subcontrol-origin: margin;
|
||||
background: #FFF;
|
||||
border: 2px solid #E8E8E8;
|
||||
margin: 0 -2px -2px 0; }
|
||||
QScrollBar::add-line:horizontal {
|
||||
image: url("./Paper/Light/Arrows/right.svg");
|
||||
width: 23px;
|
||||
subcontrol-position: right; }
|
||||
QScrollBar::add-line:vertical {
|
||||
image: url("./Paper/Light/Arrows/down.svg");
|
||||
height: 23px;
|
||||
subcontrol-position: bottom;
|
||||
border-bottom-right-radius: 6px; }
|
||||
QScrollBar::add-line:hover, QScrollBar::add-line:pressed {
|
||||
background: #008484; }
|
||||
QScrollBar::sub-line {
|
||||
subcontrol-origin: margin;
|
||||
background: #FFF; }
|
||||
QScrollBar::sub-line:horizontal {
|
||||
image: url("./Paper/Light/Arrows/left.svg");
|
||||
width: 23px;
|
||||
subcontrol-position: left;
|
||||
border: 2px solid #E8E8E8;
|
||||
border-bottom-left-radius: 6px;
|
||||
margin: 0 0 -2px -2px; }
|
||||
QScrollBar::sub-line:vertical {
|
||||
image: url("./Paper/Light/Arrows/up.svg");
|
||||
height: 23px;
|
||||
subcontrol-position: top;
|
||||
border: 2px solid #E8E8E8;
|
||||
border-top-right-radius: 6px;
|
||||
margin: -2px -2px 0 0; }
|
||||
QScrollBar::sub-line:hover, QScrollBar::sub-line:pressed {
|
||||
background: #008484; }
|
||||
QScrollBar::add-page, QScrollBar::sub-page {
|
||||
background: transparent; }
|
||||
|
||||
QPushButton, QToolButton {
|
||||
background: #FFF;
|
||||
color: #000;
|
||||
min-height: 22px;
|
||||
padding: 2px 12px;
|
||||
border-radius: 6px;
|
||||
margin: 2px 0; }
|
||||
QPushButton::menu-indicator, QToolButton::menu-indicator {
|
||||
image: url("./Paper/Light/Arrows/down.svg");
|
||||
padding: 2px;
|
||||
margin: 4px; }
|
||||
QPushButton:hover, QPushButton:pressed, QToolButton:hover, QToolButton:pressed {
|
||||
background: #C2C2C2; }
|
||||
QPushButton:disabled, QToolButton:disabled {
|
||||
background: transparent; }
|
||||
|
||||
QPushButton:disabled {
|
||||
background: none;
|
||||
border: 2px solid #FFF; }
|
||||
|
||||
QPushButton::menu-indicator {
|
||||
subcontrol-position: right center; }
|
||||
|
||||
QToolButton:menu-indicator {
|
||||
margin: 2px; }
|
||||
|
||||
QMenu {
|
||||
background: transparent;
|
||||
border: 2px solid #E8E8E8;
|
||||
border-radius: 6px; }
|
||||
QMenu QPushButton {
|
||||
padding: 2px 24px;
|
||||
text-align: left;
|
||||
border-radius: 0; }
|
||||
QMenu QPushButton:hover {
|
||||
border-radius: 6px; }
|
||||
QMenu QCheckBox, QMenu QRadioButton {
|
||||
background: #FFF;
|
||||
padding: 5px; }
|
||||
QMenu QCheckBox:hover, QMenu QRadioButton:hover {
|
||||
background: #008484;
|
||||
color: #FFF;
|
||||
border-radius: 6px; }
|
||||
QMenu::separator {
|
||||
height: 2px;
|
||||
background: #E8E8E8; }
|
||||
QMenu::icon {
|
||||
padding-left: 20px; }
|
||||
QMenu::right-arrow {
|
||||
image: url("./Paper/Light/Arrows/right.svg");
|
||||
padding-right: 5px; }
|
||||
QMenu::item {
|
||||
background: #FFF;
|
||||
padding: 5px 24px; }
|
||||
QMenu::item:disabled {
|
||||
background: #E8E8E8;
|
||||
color: #808080; }
|
||||
QMenu::item:selected {
|
||||
background: #008484;
|
||||
color: #FFF;
|
||||
border-radius: 6px; }
|
||||
|
||||
QToolBar {
|
||||
background: #E8E8E8;
|
||||
border: 1px solid #E8E8E8;
|
||||
qproperty-movable: true; }
|
||||
QToolBar::handle {
|
||||
height: 0;
|
||||
border: 1px solid #FFF; }
|
||||
QToolBar::separator {
|
||||
background: #E8E8E8;
|
||||
margin: 6px 8px; }
|
||||
QToolBar:menu-indicator {
|
||||
image: url("./Paper/Light/Arrows/down.svg");
|
||||
margin: 4px; }
|
||||
QToolBar QToolButton {
|
||||
background: transparent;
|
||||
padding: 6px;
|
||||
border-radius: 10px;
|
||||
margin: 4px 4px 0 4px; }
|
||||
QToolBar QToolButton:hover, QToolBar QToolButton:pressed {
|
||||
background: #C2C2C2; }
|
||||
|
||||
QLineEdit {
|
||||
background: #FFF;
|
||||
min-height: 22px;
|
||||
padding-left: 5px;
|
||||
border: 2px solid #FFF;
|
||||
border-radius: 6px; }
|
||||
QLineEdit:hover {
|
||||
border: 2px solid #008484; }
|
||||
|
||||
QComboBox {
|
||||
background: #FFF;
|
||||
min-height: 22px;
|
||||
padding-left: 5px;
|
||||
border: 2px solid #FFF;
|
||||
border-radius: 6px;
|
||||
margin: 4px 0; }
|
||||
QComboBox QAbstractItemView {
|
||||
background: #FFF;
|
||||
border: 2px solid #E8E8E8;
|
||||
border-radius: 6px; }
|
||||
QComboBox:hover {
|
||||
border: 2px solid #008484; }
|
||||
QComboBox:on {
|
||||
background: #008484;
|
||||
color: #FFF;
|
||||
border: 2px solid #008484; }
|
||||
QComboBox::drop-down {
|
||||
width: 20px;
|
||||
subcontrol-origin: padding;
|
||||
subcontrol-position: top right;
|
||||
border: none; }
|
||||
QComboBox::down-arrow {
|
||||
image: url("./Paper/Light/Arrows/down.svg"); }
|
||||
|
||||
QGroupBox {
|
||||
padding: 24px 4px;
|
||||
border: 2px solid #FFF;
|
||||
border-radius: 10px; }
|
||||
QGroupBox::title {
|
||||
background: transparent;
|
||||
subcontrol-origin: padding;
|
||||
subcontrol-position: top left;
|
||||
padding: 8px; }
|
||||
|
||||
QProgressBar {
|
||||
background: #FFF;
|
||||
color: #FFF;
|
||||
text-align: center;
|
||||
border: 2px solid #E8E8E8;
|
||||
border-radius: 6px;
|
||||
margin: 0 10px; }
|
||||
QProgressBar::chunk {
|
||||
background: #008484;
|
||||
border-top-left-radius: 6px;
|
||||
border-bottom-left-radius: 6px; }
|
||||
QProgressBar[downloadView=standard] {
|
||||
background: transparent;
|
||||
margin: 11px 0; }
|
||||
QProgressBar[downloadView=compact] {
|
||||
background: transparent; }
|
||||
QProgressBar[downloadView=standard]::chunk, QProgressBar[downloadView=compact]::chunk {
|
||||
border-right: 2px solid #E8E8E8; }
|
||||
|
||||
QTabWidget::pane {
|
||||
bottom: 4px;
|
||||
border-radius: 10px;
|
||||
margin-right: -10px; }
|
||||
|
||||
QTabWidget::tab-bar {
|
||||
alignment: center; }
|
||||
|
||||
QTabBar {
|
||||
background: #FFF;
|
||||
border-radius: 10px; }
|
||||
QTabBar QToolButton {
|
||||
background: #C2C2C2;
|
||||
padding: 1px;
|
||||
border-radius: 6px;
|
||||
margin: 1px; }
|
||||
QTabBar QToolButton:disabled {
|
||||
background: transparent; }
|
||||
QTabBar::tab {
|
||||
background: #FFF;
|
||||
padding: 2px 14px;
|
||||
border: 2px solid #FFF;
|
||||
border-radius: 10px;
|
||||
margin: 2px; }
|
||||
QTabBar::tab:disabled {
|
||||
background: #E8E8E8;
|
||||
border: 2px solid transparent; }
|
||||
QTabBar::tab:first {
|
||||
border-top-left-radius: 10px;
|
||||
border-bottom-left-radius: 10px; }
|
||||
QTabBar::tab:last {
|
||||
border-top-right-radius: 10px;
|
||||
border-bottom-right-radius: 10px; }
|
||||
QTabBar::tab:hover {
|
||||
background: #C2C2C2;
|
||||
border: 2px solid #C2C2C2; }
|
||||
QTabBar::tab:selected {
|
||||
background: #008484;
|
||||
color: #FFF;
|
||||
border: 2px solid #008484; }
|
||||
|
||||
QDockWidget {
|
||||
background: transparent;
|
||||
padding: 0 10px;
|
||||
border: 0;
|
||||
titlebar-close-icon: url("./Paper/Light/cross.svg");
|
||||
titlebar-normal-icon: url("./Paper/Light/Arrows/Large/up.svg"); }
|
||||
QDockWidget::close-button, QDockWidget::float-button {
|
||||
background: #E8E8E8;
|
||||
padding: 2px;
|
||||
border: 0; }
|
||||
QDockWidget::close-button:hover, QDockWidget::float-button:hover {
|
||||
background: #C2C2C2;
|
||||
border-radius: 6px; }
|
||||
|
||||
QStatusBar {
|
||||
background: #C2C2C2; }
|
||||
QStatusBar QWidget {
|
||||
background: #C2C2C2; }
|
||||
QStatusBar::item {
|
||||
border: 0; }
|
||||
|
||||
QTableView {
|
||||
gridline-color: #E8E8E8;
|
||||
border: 0; }
|
||||
QTableView QTableCornerButton::section {
|
||||
background: #FFF;
|
||||
border: 0;
|
||||
border-right: 2px solid #E8E8E8;
|
||||
border-bottom: 2px solid #E8E8E8; }
|
||||
|
||||
#tabText QToolButton, #tabIni QToolButton {
|
||||
height: 12px;
|
||||
background: #FFF;
|
||||
border-radius: 6px; }
|
||||
#tabText QToolButton:disabled, #tabIni QToolButton:disabled {
|
||||
background: 0;
|
||||
border: 2px solid #FFF; }
|
||||
#tabText QToolButton:hover, #tabIni QToolButton:hover {
|
||||
background: #C2C2C2; }
|
||||
|
||||
#tabText QLineEdit, #tabText QLineEdit, #tabIni QLineEdit, #tabIni QLineEdit {
|
||||
margin-top: 5px; }
|
||||
#tabText QLineEdit:hover, #tabText QLineEdit:hover, #tabIni QLineEdit:hover, #tabIni QLineEdit:hover {
|
||||
border: 2px solid #FFF; }
|
||||
|
||||
#actionChange_Game {
|
||||
icon: url("./Paper/Light/Toolbar/instances.svg");
|
||||
qproperty-icon: url("./Paper/Light/Toolbar/instances.svg"); }
|
||||
|
||||
#actionInstallMod {
|
||||
icon: url("./Paper/Light/Toolbar/archives.svg");
|
||||
qproperty-icon: url("./Paper/Light/Toolbar/archives.svg"); }
|
||||
|
||||
#actionModPage {
|
||||
icon: url("./Paper/Light/Toolbar/globe.svg");
|
||||
qproperty-icon: url("./Paper/Light/Toolbar/globe.svg"); }
|
||||
|
||||
#actionNexus {
|
||||
icon: url("./Paper/Light/Toolbar/nexus.svg");
|
||||
qproperty-icon: url("./Paper/Light/Toolbar/nexus.svg"); }
|
||||
|
||||
#actionAdd_Profile {
|
||||
icon: url("./Paper/Light/Toolbar/profiles.svg");
|
||||
qproperty-icon: url("./Paper/Light/Toolbar/profiles.svg"); }
|
||||
|
||||
#action_Refresh {
|
||||
icon: url("./Paper/Light/Toolbar/refresh.svg");
|
||||
qproperty-icon: url("./Paper/Light/Toolbar/refresh.svg"); }
|
||||
|
||||
#actionModify_Executables {
|
||||
icon: url("./Paper/Light/Toolbar/executables.svg");
|
||||
qproperty-icon: url("./Paper/Light/Toolbar/executables.svg"); }
|
||||
|
||||
#actionTool {
|
||||
icon: url("./Paper/Light/Toolbar/tools.svg");
|
||||
qproperty-icon: url("./Paper/Light/Toolbar/tools.svg"); }
|
||||
|
||||
#actionSettings {
|
||||
icon: url("./Paper/Light/Toolbar/settings.svg");
|
||||
qproperty-icon: url("./Paper/Light/Toolbar/settings.svg"); }
|
||||
|
||||
#actionEndorseMO {
|
||||
icon: url("./Paper/Light/Toolbar/endorse.svg");
|
||||
qproperty-icon: url("./Paper/Light/Toolbar/endorse.svg"); }
|
||||
|
||||
#actionNotifications {
|
||||
icon: url("./Paper/Light/Toolbar/problems.svg");
|
||||
qproperty-icon: url("./Paper/Light/Toolbar/problems.svg"); }
|
||||
|
||||
#actionUpdate {
|
||||
icon: url("./Paper/Light/Toolbar/update.svg");
|
||||
qproperty-icon: url("./Paper/Light/Toolbar/update.svg"); }
|
||||
|
||||
#actionHelp {
|
||||
icon: url("./Paper/Light/Toolbar/help.svg");
|
||||
qproperty-icon: url("./Paper/Light/Toolbar/help.svg"); }
|
||||
|
||||
#listOptionsBtn {
|
||||
padding-left: 2px;
|
||||
icon: url("./Paper/Light/dots.svg");
|
||||
qproperty-icon: url("./Paper/Light/dots.svg"); }
|
||||
|
||||
#openFolderMenu {
|
||||
padding-left: 4px;
|
||||
icon: url("./Paper/Light/folder.svg");
|
||||
qproperty-icon: url("./Paper/Light/folder.svg");
|
||||
icon-size: 14px; }
|
||||
|
||||
#restoreModsButton, #restoreButton {
|
||||
icon: url("./Paper/Light/restore.svg");
|
||||
qproperty-icon: url("./Paper/Light/restore.svg");
|
||||
icon-size: 14px; }
|
||||
|
||||
#saveModsButton, #saveButton {
|
||||
icon: url("./Paper/Light/backup.svg");
|
||||
qproperty-icon: url("./Paper/Light/backup.svg");
|
||||
icon-size: 14px; }
|
||||
|
||||
#clearFiltersButton {
|
||||
icon: url("./Paper/Light/cross.svg");
|
||||
qproperty-icon: url("./Paper/Light/cross.svg"); }
|
||||
|
||||
#bossButton {
|
||||
icon: url("./Paper/Light/sort.svg");
|
||||
qproperty-icon: url("./Paper/Light/sort.svg");
|
||||
icon-size: 14px; }
|
||||
|
||||
#refreshButton, #btnRefreshData,
|
||||
#dataTabRefresh, #btnRefreshDownloads {
|
||||
icon: url("./Paper/Light/refresh.svg");
|
||||
qproperty-icon: url("./Paper/Light/refresh.svg");
|
||||
icon-size: 14px; }
|
||||
|
||||
#clearCacheButton, #revokeNexusAuthButton,
|
||||
#nexusDisconnect {
|
||||
icon: url("./Paper/Light/cross.svg");
|
||||
qproperty-icon: url("./Paper/Light/cross.svg");
|
||||
icon-size: 14px; }
|
||||
|
||||
#deactivateESP {
|
||||
icon: url("./Paper/Light/minus.svg");
|
||||
qproperty-icon: url("./Paper/Light/minus.svg"); }
|
||||
|
||||
#activateESP {
|
||||
icon: url("./Paper/Light/plus.svg");
|
||||
qproperty-icon: url("./Paper/Light/plus.svg"); }
|
||||
|
||||
#startButton {
|
||||
background: #008484;
|
||||
color: #FFF;
|
||||
padding: 6px;
|
||||
border-radius: 0;
|
||||
border-top-left-radius: 10px;
|
||||
border-top-right-radius: 10px;
|
||||
icon: url("./Paper/Light/run.svg");
|
||||
qproperty-icon: url("./Paper/Light/run.svg"); }
|
||||
#startButton:hover {
|
||||
background: #C2C2C2; }
|
||||
|
||||
#linkButton {
|
||||
border-radius: 0;
|
||||
border-bottom-left-radius: 10px;
|
||||
border-bottom-right-radius: 10px;
|
||||
icon: url("./Paper/Light/shortcut.svg");
|
||||
qproperty-icon: url("./Paper/Light/shortcut.svg");
|
||||
icon-size: 14px; }
|
||||
|
||||
#executablesListBox {
|
||||
padding: 4px;
|
||||
border-radius: 10px;
|
||||
margin-right: 8px; }
|
||||
|
||||
#refresh {
|
||||
icon: url("./Paper/Light/refresh.svg");
|
||||
qproperty-icon: url("./Paper/Light/refresh.svg"); }
|
||||
|
||||
#visitNexus {
|
||||
icon: url("./Paper/Light/nexus.svg");
|
||||
qproperty-icon: url("./Paper/Light/nexus.svg"); }
|
||||
|
||||
#track {
|
||||
icon: url("./Paper/Light/pin.svg");
|
||||
qproperty-icon: url("./Paper/Light/pin.svg"); }
|
||||
|
||||
#endorse {
|
||||
icon: url("./Paper/Light/heart.svg");
|
||||
qproperty-icon: url("./Paper/Light/heart.svg");
|
||||
icon-size: 14px; }
|
||||
|
||||
QAbstractScrollArea::corner {
|
||||
background: #FFF;
|
||||
border: 2px solid #E8E8E8;
|
||||
border-bottom-right-radius: 6px;
|
||||
margin: 0 -2px -2px 0; }
|
||||
|
||||
QMenuBar::item:selected {
|
||||
background: #008484;
|
||||
color: #FFF; }
|
||||
|
||||
QTextEdit {
|
||||
background: #FFF;
|
||||
border-radius: 6px; }
|
||||
|
||||
QSplitter {
|
||||
width: 6px; }
|
||||
|
||||
QTreeView::indicator, QCheckBox::indicator, QGroupBox::indicator, QRadioButton::indicator {
|
||||
width: 14px;
|
||||
height: 14px; }
|
||||
QTreeView::indicator:disabled, QCheckBox::indicator:disabled, QGroupBox::indicator:disabled, QRadioButton::indicator:disabled {
|
||||
image: url("./Paper/Light/Checkboxes/disabled.svg"); }
|
||||
QTreeView::indicator:unchecked, QCheckBox::indicator:unchecked, QGroupBox::indicator:unchecked, QRadioButton::indicator:unchecked {
|
||||
image: url("./Paper/Light/Checkboxes/Unchecked/unchecked.svg"); }
|
||||
QTreeView::indicator:unchecked:hover, QCheckBox::indicator:unchecked:hover, QGroupBox::indicator:unchecked:hover, QRadioButton::indicator:unchecked:hover {
|
||||
image: url("./Paper/Light/Checkboxes/Unchecked/hover.svg"); }
|
||||
QTreeView::indicator:checked, QCheckBox::indicator:checked, QGroupBox::indicator:checked, QRadioButton::indicator:checked {
|
||||
image: url("./Paper/Light/Checkboxes/Checked/check.svg"); }
|
||||
QTreeView::indicator:checked:selected, QCheckBox::indicator:checked:selected, QGroupBox::indicator:checked:selected, QRadioButton::indicator:checked:selected {
|
||||
image: url("./Paper/Light/Checkboxes/Checked/selected.svg"); }
|
||||
|
||||
QRadioButton::indicator:checked {
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
image: url("./Paper/Light/Checkboxes/Radio Buttons/radio.svg"); }
|
||||
QRadioButton::indicator:checked:hover {
|
||||
image: url("./Paper/Light/Checkboxes/Radio Buttons/hover.svg"); }
|
||||
|
||||
QSpinBox, QDoubleSpinBox {
|
||||
min-height: 24px;
|
||||
min-width: 60px;
|
||||
background: #FFF;
|
||||
padding: 0 2px;
|
||||
border: 2px solid #E8E8E8;
|
||||
border-radius: 6px;
|
||||
margin: 0 -4px; }
|
||||
QSpinBox::up-button, QSpinBox::down-button, QDoubleSpinBox::up-button, QDoubleSpinBox::down-button {
|
||||
min-height: 28px;
|
||||
min-width: 20px;
|
||||
border: 2px solid #E8E8E8; }
|
||||
QSpinBox::up-button:hover, QSpinBox::down-button:hover, QDoubleSpinBox::up-button:hover, QDoubleSpinBox::down-button:hover {
|
||||
background: #C2C2C2; }
|
||||
QSpinBox::up-button, QDoubleSpinBox::up-button {
|
||||
subcontrol-position: center right;
|
||||
border-top-right-radius: 6px;
|
||||
border-bottom-right-radius: 6px; }
|
||||
QSpinBox::down-button, QDoubleSpinBox::down-button {
|
||||
subcontrol-position: center left;
|
||||
border-top-left-radius: 6px;
|
||||
border-bottom-left-radius: 6px; }
|
||||
QSpinBox::up-arrow, QDoubleSpinBox::up-arrow {
|
||||
image: url("./Paper/Light/Arrows/up.svg"); }
|
||||
QSpinBox::down-arrow, QDoubleSpinBox::down-arrow {
|
||||
image: url("./Paper/Light/Arrows/down.svg"); }
|
||||
|
||||
QSlider::groove {
|
||||
height: 0;
|
||||
border: 1px solid #C2C2C2; }
|
||||
|
||||
QSlider::handle {
|
||||
background: #FFF;
|
||||
border: 2px solid #C2C2C2;
|
||||
border-radius: 6px;
|
||||
margin: -10px; }
|
||||
QSlider::handle:hover {
|
||||
background: #C2C2C2; }
|
||||
|
||||
#InstanceManagerDialog #createNew, #InstanceManagerDialog #deleteInstance, #InstanceManagerDialog #switchToInstance {
|
||||
icon-size: 14px; }
|
||||
|
||||
#InstanceManagerDialog #createNew {
|
||||
icon: url("./Paper/Light/plus.svg");
|
||||
qproperty-icon: url("./Paper/Light/plus.svg"); }
|
||||
|
||||
#InstanceManagerDialog #deleteInstance {
|
||||
icon: url("./Paper/Light/cross.svg");
|
||||
qproperty-icon: url("./Paper/Light/cross.svg"); }
|
||||
|
||||
#InstanceManagerDialog #switchToInstance {
|
||||
icon: url("./Paper/Light/Checkboxes/Checked/hover.svg");
|
||||
qproperty-icon: url("./Paper/Light/Checkboxes/Checked/hover.svg"); }
|
||||
|
||||
#EditExecutablesDialog QToolButton {
|
||||
padding: 4px 8px;
|
||||
margin: 8px 0 8px 8px; }
|
||||
#EditExecutablesDialog QToolButton:hover {
|
||||
background: #C2C2C2; }
|
||||
|
||||
#EditExecutablesDialog #add {
|
||||
icon: url("./Paper/Light/plus.svg");
|
||||
qproperty-icon: url("./Paper/Light/plus.svg"); }
|
||||
|
||||
#EditExecutablesDialog #remove {
|
||||
icon: url("./Paper/Light/minus.svg");
|
||||
qproperty-icon: url("./Paper/Light/minus.svg"); }
|
||||
|
||||
#EditExecutablesDialog #up {
|
||||
icon: url("./Paper/Light/Arrows/Large/up.svg");
|
||||
qproperty-icon: url("./Paper/Light/Arrows/Large/up.svg"); }
|
||||
|
||||
#EditExecutablesDialog #down {
|
||||
icon: url("./Paper/Light/Arrows/Large/down.svg");
|
||||
qproperty-icon: url("./Paper/Light/Arrows/Large/down.svg"); }
|
||||
|
||||
#EditExecutablesDialog #reset {
|
||||
icon: url("./Paper/Light/cross.svg");
|
||||
qproperty-icon: url("./Paper/Light/cross.svg"); }
|
||||
|
||||
QueryOverwriteDialog QTextBrowser {
|
||||
background: #E8E8E8; }
|
||||
|
||||
QueryOverwriteDialog QPushButton {
|
||||
margin-left: 8px; }
|
||||
|
||||
QLCDNumber {
|
||||
background: #FFF;
|
||||
color: #008484;
|
||||
border-radius: 6px; }
|
||||
QLCDNumber #activeModslabel, QLCDNumber #activePluginsLabel {
|
||||
padding-left: 6px; }
|
||||
|
||||
QPlainTextEdit#output {
|
||||
background: #FFF;
|
||||
padding-left: 10px;
|
||||
border-radius: 6px; }
|
||||
|
||||
QToolTip {
|
||||
background: #FFF;
|
||||
color: #000;
|
||||
border: 2px solid #E8E8E8;
|
||||
border-radius: 6px; }
|
||||
|
||||
ModListView, PluginListView {
|
||||
margin: 2px 0; }
|
||||
|
||||
LinkLabel {
|
||||
qproperty-linkColor: #008484; }
|
||||
|
||||
#stepsStack QWidget {
|
||||
border: none; }
|
||||
|
||||
#stepsStack QGroupBox {
|
||||
border: 2px solid #FFF;
|
||||
border-radius: 10px; }
|
||||
|
||||
#espFilterEdit {
|
||||
margin-top: 4px; }
|
||||
|
||||
#dataTabFilter, #downloadFilterEdit {
|
||||
margin-top: 6px; }
|
||||
|
||||
#bossButton {
|
||||
margin-bottom: 4px; }
|
||||
|
||||
#btnRefreshDownloads, #dataTabRefresh {
|
||||
margin-bottom: 6px; }
|
||||
|
||||
#displayCategoriesBtn {
|
||||
min-width: 12px; }
|
||||
|
||||
#categoriesGroup {
|
||||
padding-top: 23px;
|
||||
border: 0; }
|
||||
#categoriesGroup QAbstractScrollArea {
|
||||
min-width: 240px; }
|
||||
|
||||
#iconLabel {
|
||||
image: url("./Paper/Light/logo.svg");
|
||||
qproperty-pixmap: none; }
|
|
@ -1,634 +0,0 @@
|
|||
/* Version 3.2 by 6788 */
|
||||
QWidget {
|
||||
background: #FFF;
|
||||
font-size: 13px;
|
||||
color: #000;
|
||||
border: 0; }
|
||||
|
||||
QAbstractItemView {
|
||||
alternate-background-color: #FFF;
|
||||
show-decoration-selected: 1;
|
||||
selection-background-color: #000;
|
||||
selection-color: #FFF; }
|
||||
QAbstractItemView::item {
|
||||
min-height: 24px; }
|
||||
QAbstractItemView::branch:hover, QAbstractItemView::item:hover {
|
||||
background: #C2C2C2; }
|
||||
QAbstractItemView::branch:selected, QAbstractItemView::item:selected {
|
||||
background: #000; }
|
||||
|
||||
QTreeView, QListView {
|
||||
border-top: 2px solid #000;
|
||||
border-bottom: 2px solid #000; }
|
||||
QTreeView::branch:closed:has-children:has-siblings, QTreeView::branch:closed:has-children:!has-siblings, QListView::branch:closed:has-children:has-siblings, QListView::branch:closed:has-children:!has-siblings {
|
||||
image: url("./Paper/Light/Arrows/right.svg"); }
|
||||
QTreeView::branch:open:has-children:has-siblings, QTreeView::branch:open:has-children:!has-siblings, QListView::branch:open:has-children:has-siblings, QListView::branch:open:has-children:!has-siblings {
|
||||
image: url("./Paper/Light/Arrows/down.svg"); }
|
||||
|
||||
QHeaderView::up-arrow, QHeaderView::down-arrow {
|
||||
padding-right: 4px;
|
||||
height: 10px;
|
||||
width: 10px; }
|
||||
|
||||
QHeaderView::up-arrow {
|
||||
image: url("./Paper/Light/Arrows/up.svg"); }
|
||||
|
||||
QHeaderView::down-arrow {
|
||||
image: url("./Paper/Light/Arrows/down.svg"); }
|
||||
|
||||
QHeaderView::section {
|
||||
background: #FFF;
|
||||
padding: 0 5px;
|
||||
border: 0;
|
||||
border-bottom: 2px solid #000; }
|
||||
QHeaderView::section:hover {
|
||||
background: #C2C2C2; }
|
||||
|
||||
QScrollBar:horizontal {
|
||||
height: 20px;
|
||||
margin: 0 25px -2px 25px; }
|
||||
|
||||
QScrollBar:vertical {
|
||||
width: 20px;
|
||||
margin: 27px -2px 25px 0; }
|
||||
|
||||
QScrollBar::handle {
|
||||
background: #C2C2C2;
|
||||
border-radius: 8px;
|
||||
margin: 2px; }
|
||||
QScrollBar::handle:horizontal {
|
||||
min-width: 32px; }
|
||||
QScrollBar::handle:vertical {
|
||||
min-height: 32px; }
|
||||
QScrollBar::handle:hover, QScrollBar::handle:pressed {
|
||||
background: #000; }
|
||||
|
||||
QScrollBar::add-line {
|
||||
subcontrol-origin: margin;
|
||||
border: 2px solid #FFF;
|
||||
margin: 0 -2px -2px 0; }
|
||||
QScrollBar::add-line:horizontal {
|
||||
image: url("./Paper/Light/Arrows/right.svg");
|
||||
width: 23px;
|
||||
subcontrol-position: right; }
|
||||
QScrollBar::add-line:vertical {
|
||||
image: url("./Paper/Light/Arrows/down.svg");
|
||||
height: 23px;
|
||||
subcontrol-position: bottom;
|
||||
border-top: 2px solid #000; }
|
||||
QScrollBar::add-line:hover, QScrollBar::add-line:pressed {
|
||||
background: #C2C2C2; }
|
||||
|
||||
QScrollBar::sub-line {
|
||||
subcontrol-origin: margin; }
|
||||
QScrollBar::sub-line:horizontal {
|
||||
image: url("./Paper/Light/Arrows/left.svg");
|
||||
width: 23px;
|
||||
subcontrol-position: left;
|
||||
border: 2px solid #FFF;
|
||||
margin: 0 0 -2px -2px; }
|
||||
QScrollBar::sub-line:vertical {
|
||||
image: url("./Paper/Light/Arrows/up.svg");
|
||||
height: 25px;
|
||||
subcontrol-position: top;
|
||||
border: 2px solid #FFF;
|
||||
border-bottom: 2px solid #000;
|
||||
margin: -2px -2px 0 0; }
|
||||
QScrollBar::sub-line:hover, QScrollBar::sub-line:pressed {
|
||||
background: #C2C2C2; }
|
||||
|
||||
QScrollBar::add-page, QScrollBar::sub-page {
|
||||
background: transparent; }
|
||||
|
||||
QPushButton, QToolButton {
|
||||
color: #000;
|
||||
min-height: 16px;
|
||||
padding: 2px 12px;
|
||||
border: 2px solid #000;
|
||||
border-radius: 10px;
|
||||
margin: 2px 0; }
|
||||
QPushButton::menu-indicator, QToolButton::menu-indicator {
|
||||
image: url("./Paper/Light/Arrows/down.svg");
|
||||
padding: 2px;
|
||||
margin: 4px; }
|
||||
QPushButton:hover, QPushButton:pressed, QPushButton:disabled, QToolButton:hover, QToolButton:pressed, QToolButton:disabled {
|
||||
background: #C2C2C2; }
|
||||
|
||||
QPushButton::menu-indicator {
|
||||
subcontrol-position: right center; }
|
||||
|
||||
QMenu {
|
||||
border: 2px solid #000;
|
||||
border-radius: 10px; }
|
||||
QMenu QPushButton {
|
||||
min-height: 22px;
|
||||
padding: 2px 24px;
|
||||
text-align: left;
|
||||
border: 0;
|
||||
border-radius: 0; }
|
||||
QMenu QCheckBox, QMenu QRadioButton {
|
||||
padding: 2px 6px; }
|
||||
QMenu QCheckBox:hover, QMenu QRadioButton:hover {
|
||||
background: #000;
|
||||
color: #FFF;
|
||||
border-radius: 6px; }
|
||||
QMenu::separator {
|
||||
height: 2px;
|
||||
background: #000; }
|
||||
QMenu::icon {
|
||||
padding-left: 20px; }
|
||||
QMenu::right-arrow {
|
||||
image: url("./Paper/Light/Arrows/right.svg");
|
||||
padding-right: 5px; }
|
||||
QMenu::item {
|
||||
background: transparent;
|
||||
padding: 5px 20px; }
|
||||
QMenu::item:disabled {
|
||||
background: #FFF;
|
||||
color: #808080; }
|
||||
QMenu::item:selected {
|
||||
background: #C2C2C2; }
|
||||
|
||||
QToolBar {
|
||||
background: #FFF;
|
||||
border-bottom: 2px solid #000;
|
||||
qproperty-movable: true; }
|
||||
QToolBar::handle {
|
||||
width: 2px;
|
||||
height: 2px;
|
||||
background: #FFF; }
|
||||
QToolBar::separator {
|
||||
background: #FFF;
|
||||
margin: 6px 8px; }
|
||||
QToolBar:menu-indicator {
|
||||
image: url("./Paper/Light/Arrows/down.svg");
|
||||
margin: 4px; }
|
||||
QToolBar QWidget {
|
||||
background: transparent; }
|
||||
QToolBar QToolButton {
|
||||
padding: 4px;
|
||||
border-radius: 10px;
|
||||
border: 0;
|
||||
margin: 6px; }
|
||||
QToolBar QToolButton:hover, QToolBar QToolButton:pressed {
|
||||
background: #C2C2C2; }
|
||||
QToolBar QToolButton:menu-indicator {
|
||||
margin: -4px;
|
||||
subcontrol-position: center bottom; }
|
||||
QToolBar QToolButton:disabled {
|
||||
background: transparent; }
|
||||
|
||||
QLineEdit, QComboBox {
|
||||
min-height: 20px;
|
||||
padding-left: 6px;
|
||||
border: 2px solid #000;
|
||||
border-radius: 10px; }
|
||||
QLineEdit:hover, QLineEdit:disabled, QComboBox:hover, QComboBox:disabled {
|
||||
background: #C2C2C2; }
|
||||
|
||||
QComboBox {
|
||||
margin: 4px 0; }
|
||||
QComboBox QAbstractItemView {
|
||||
border: 2px solid #000;
|
||||
border-radius: 10px; }
|
||||
QComboBox:on {
|
||||
background: #000;
|
||||
color: #FFF; }
|
||||
QComboBox::drop-down {
|
||||
width: 20px;
|
||||
subcontrol-origin: padding;
|
||||
subcontrol-position: top right;
|
||||
border: none; }
|
||||
QComboBox::down-arrow {
|
||||
image: url("./Paper/Light/Arrows/down.svg"); }
|
||||
|
||||
QGroupBox {
|
||||
padding: 24px 4px;
|
||||
border-radius: 10px; }
|
||||
QGroupBox::title {
|
||||
background: transparent;
|
||||
padding: 8px;
|
||||
subcontrol-origin: padding;
|
||||
subcontrol-position: top left; }
|
||||
|
||||
QProgressBar {
|
||||
background: #FFF;
|
||||
color: #FFF;
|
||||
text-align: center;
|
||||
padding: 2px;
|
||||
border: 2px solid #000;
|
||||
border-radius: 10px;
|
||||
margin: 0 10px; }
|
||||
QProgressBar::chunk {
|
||||
background: #000;
|
||||
border-top-left-radius: 6px;
|
||||
border-bottom-left-radius: 6px; }
|
||||
QProgressBar[downloadView=standard] {
|
||||
background: transparent;
|
||||
margin: 11px 0; }
|
||||
QProgressBar[downloadView=compact] {
|
||||
background: transparent; }
|
||||
QProgressBar[downloadView=standard]::chunk, QProgressBar[downloadView=compact]::chunk {
|
||||
border-right: 2px solid #FFF; }
|
||||
|
||||
QTabWidget::pane {
|
||||
border-top: 2px solid #000;
|
||||
border-radius: 10px;
|
||||
margin-right: -10px; }
|
||||
|
||||
QTabWidget::tab-bar {
|
||||
alignment: center; }
|
||||
|
||||
QTabBar QToolButton {
|
||||
background: #C2C2C2;
|
||||
padding: 1px;
|
||||
border-radius: 6px;
|
||||
margin: 1px; }
|
||||
QTabBar QToolButton:disabled {
|
||||
background: transparent; }
|
||||
|
||||
QTabBar::tab {
|
||||
padding: 4px 14px;
|
||||
border: 2px solid #FFF;
|
||||
border-top-left-radius: 8px;
|
||||
border-top-right-radius: 8px;
|
||||
margin: 3px 1px -2px 0; }
|
||||
QTabBar::tab:hover {
|
||||
background: #C2C2C2;
|
||||
color: #000; }
|
||||
QTabBar::tab:selected {
|
||||
border: 2px solid #000; }
|
||||
|
||||
QDockWidget {
|
||||
background: transparent;
|
||||
titlebar-close-icon: url("./Paper/Light/cross.svg");
|
||||
titlebar-normal-icon: url("./Paper/Light/Arrows/Large/up.svg");
|
||||
border: 0;
|
||||
padding: 0 10px; }
|
||||
QDockWidget::close-button, QDockWidget::float-button {
|
||||
background: #FFF;
|
||||
padding: 2px;
|
||||
border: 0; }
|
||||
QDockWidget::close-button:hover, QDockWidget::float-button:hover {
|
||||
background: #C2C2C2;
|
||||
border-radius: 6px; }
|
||||
|
||||
QTableView {
|
||||
gridline-color: #FFF;
|
||||
border: 0; }
|
||||
QTableView QTableCornerButton::section {
|
||||
background: #FFF;
|
||||
border: 0;
|
||||
border-bottom: 2px solid #000; }
|
||||
|
||||
QueryOverwriteDialog QTextBrowser {
|
||||
background: #FFF; }
|
||||
|
||||
QueryOverwriteDialog QPushButton {
|
||||
margin-left: 8px; }
|
||||
|
||||
#tabText QToolButton, #tabIni QToolButton {
|
||||
height: 12px;
|
||||
border-radius: 6px; }
|
||||
#tabText QToolButton:disabled, #tabIni QToolButton:disabled {
|
||||
background: 0;
|
||||
border: 2px solid #FFF; }
|
||||
#tabText QToolButton:hover, #tabIni QToolButton:hover {
|
||||
background: #C2C2C2;
|
||||
color: #FFF; }
|
||||
|
||||
#tabText QLineEdit, #tabIni QLineEdit {
|
||||
margin-top: 5px; }
|
||||
#tabText QLineEdit:hover, #tabIni QLineEdit:hover {
|
||||
border: 2px solid #FFF; }
|
||||
|
||||
#actionChange_Game {
|
||||
icon: url("./Paper/Light/Toolbar/instances.svg");
|
||||
qproperty-icon: url("./Paper/Light/Toolbar/instances.svg"); }
|
||||
|
||||
#actionInstallMod {
|
||||
icon: url("./Paper/Light/Toolbar/archives.svg");
|
||||
qproperty-icon: url("./Paper/Light/Toolbar/archives.svg"); }
|
||||
|
||||
#actionModPage {
|
||||
icon: url("./Paper/Light/Toolbar/globe.svg");
|
||||
qproperty-icon: url("./Paper/Light/Toolbar/globe.svg"); }
|
||||
|
||||
#actionNexus {
|
||||
icon: url("./Paper/Light/Toolbar/nexus.svg");
|
||||
qproperty-icon: url("./Paper/Light/Toolbar/nexus.svg"); }
|
||||
|
||||
#actionAdd_Profile {
|
||||
icon: url("./Paper/Light/Toolbar/profiles.svg");
|
||||
qproperty-icon: url("./Paper/Light/Toolbar/profiles.svg"); }
|
||||
|
||||
#action_Refresh {
|
||||
icon: url("./Paper/Light/Toolbar/refresh.svg");
|
||||
qproperty-icon: url("./Paper/Light/Toolbar/refresh.svg"); }
|
||||
|
||||
#action_Refresh {
|
||||
icon: url("./Paper/Light/Toolbar/refresh.svg");
|
||||
qproperty-icon: url("./Paper/Light/Toolbar/refresh.svg"); }
|
||||
|
||||
#actionModify_Executables {
|
||||
icon: url("./Paper/Light/Toolbar/executables.svg");
|
||||
qproperty-icon: url("./Paper/Light/Toolbar/executables.svg"); }
|
||||
|
||||
#actionTool {
|
||||
icon: url("./Paper/Light/Toolbar/tools.svg");
|
||||
qproperty-icon: url("./Paper/Light/Toolbar/tools.svg"); }
|
||||
|
||||
#actionSettings {
|
||||
icon: url("./Paper/Light/Toolbar/settings.svg");
|
||||
qproperty-icon: url("./Paper/Light/Toolbar/settings.svg"); }
|
||||
|
||||
#actionEndorseMO {
|
||||
icon: url("./Paper/Light/Toolbar/endorse.svg");
|
||||
qproperty-icon: url("./Paper/Light/Toolbar/endorse.svg"); }
|
||||
|
||||
#actionProblems, #actionNotifications {
|
||||
icon: url("./Paper/Light/Toolbar/problems.svg");
|
||||
qproperty-icon: url("./Paper/Light/Toolbar/problems.svg"); }
|
||||
|
||||
#actionUpdate {
|
||||
icon: url("./Paper/Light/Toolbar/update.svg");
|
||||
qproperty-icon: url("./Paper/Light/Toolbar/update.svg"); }
|
||||
|
||||
#actionHelp {
|
||||
icon: url("./Paper/Light/Toolbar/help.svg");
|
||||
qproperty-icon: url("./Paper/Light/Toolbar/help.svg"); }
|
||||
|
||||
#listOptionsBtn {
|
||||
padding-left: 2px;
|
||||
icon: url("./Paper/Light/dots.svg");
|
||||
qproperty-icon: url("./Paper/Light/dots.svg"); }
|
||||
|
||||
#openFolderMenu {
|
||||
padding-left: 4px;
|
||||
icon: url("./Paper/Light/folder.svg");
|
||||
qproperty-icon: url("./Paper/Light/folder.svg");
|
||||
icon-size: 14px; }
|
||||
|
||||
#restoreModsButton, #restoreButton {
|
||||
icon: url("./Paper/Light/restore.svg");
|
||||
qproperty-icon: url("./Paper/Light/restore.svg");
|
||||
icon-size: 14px; }
|
||||
|
||||
#saveModsButton, #saveButton {
|
||||
icon: url("./Paper/Light/backup.svg");
|
||||
qproperty-icon: url("./Paper/Light/backup.svg");
|
||||
icon-size: 14px; }
|
||||
|
||||
#clearFiltersButton {
|
||||
icon: url("./Paper/Mono/White/cross.svg");
|
||||
qproperty-icon: url("./Paper/Mono/White/cross.svg"); }
|
||||
|
||||
#bossButton {
|
||||
icon: url("./Paper/Light/sort.svg");
|
||||
qproperty-icon: url("./Paper/Light/sort.svg");
|
||||
icon-size: 14px; }
|
||||
|
||||
#refreshButton, #btnRefreshData,
|
||||
#dataTabRefresh, #btnRefreshDownloads {
|
||||
icon: url("./Paper/Light/refresh.svg");
|
||||
qproperty-icon: url("./Paper/Light/refresh.svg");
|
||||
icon-size: 14px; }
|
||||
|
||||
#clearCacheButton, #revokeNexusAuthButton,
|
||||
#nexusDisconnect {
|
||||
icon: url("./Paper/Light/cross.svg");
|
||||
qproperty-icon: url("./Paper/Light/cross.svg");
|
||||
icon-size: 14px; }
|
||||
|
||||
#deactivateESP {
|
||||
icon: url("./Paper/Light/minus.svg");
|
||||
qproperty-icon: url("./Paper/Light/minus.svg"); }
|
||||
#deactivateESP:hover {
|
||||
background: #C2C2C2; }
|
||||
|
||||
#activateESP {
|
||||
icon: url("./Paper/Light/plus.svg");
|
||||
qproperty-icon: url("./Paper/Light/plus.svg"); }
|
||||
#activateESP:hover {
|
||||
background: #C2C2C2; }
|
||||
|
||||
#startButton {
|
||||
icon: url("./Paper/Mono/White/run.svg");
|
||||
qproperty-icon: url("./Paper/Mono/White/run.svg");
|
||||
padding: 6px;
|
||||
border-radius: 0;
|
||||
border-top-left-radius: 10px;
|
||||
border-top-right-radius: 10px; }
|
||||
|
||||
#executablesListBox {
|
||||
padding: 4px;
|
||||
border-radius: 10px;
|
||||
margin-right: 8px; }
|
||||
|
||||
#linkButton {
|
||||
icon: url("./Paper/Light/shortcut.svg");
|
||||
qproperty-icon: url("./Paper/Light/shortcut.svg");
|
||||
icon-size: 14px;
|
||||
border-radius: 0;
|
||||
border-bottom-left-radius: 10px;
|
||||
border-bottom-right-radius: 10px; }
|
||||
|
||||
#refresh {
|
||||
icon: url("./Paper/Light/refresh.svg");
|
||||
qproperty-icon: url("./Paper/Light/refresh.svg"); }
|
||||
|
||||
#visitNexus {
|
||||
icon: url("./Paper/Light/nexus.svg");
|
||||
qproperty-icon: url("./Paper/Light/nexus.svg"); }
|
||||
|
||||
#track {
|
||||
icon: url("./Paper/Light/pin.svg");
|
||||
qproperty-icon: url("./Paper/Light/pin.svg"); }
|
||||
|
||||
#endorse {
|
||||
icon: url("./Paper/Light/heart.svg");
|
||||
qproperty-icon: url("./Paper/Light/heart.svg");
|
||||
qproperty-iconSize: 14px; }
|
||||
|
||||
QAbstractScrollArea::corner {
|
||||
border: 0;
|
||||
border-bottom: 2px solid #000;
|
||||
margin: 0 -2px -2px 0; }
|
||||
|
||||
QMenuBar::item:selected {
|
||||
background: #000;
|
||||
color: #FFF; }
|
||||
|
||||
QTextEdit {
|
||||
border-top: 2px solid #000;
|
||||
border-bottom: 2px solid #000; }
|
||||
|
||||
QSplitter {
|
||||
height: 2px;
|
||||
width: 2px; }
|
||||
QSplitter::handle {
|
||||
background: #000;
|
||||
margin: 0 10px; }
|
||||
|
||||
QTreeView::indicator, QCheckBox::indicator, QGroupBox::indicator, QRadioButton::indicator {
|
||||
width: 14px;
|
||||
height: 14px; }
|
||||
QTreeView::indicator:unchecked, QCheckBox::indicator:unchecked, QGroupBox::indicator:unchecked, QRadioButton::indicator:unchecked {
|
||||
image: url("./Paper/Light/Checkboxes/Unchecked/unchecked.svg"); }
|
||||
QTreeView::indicator:unchecked:hover, QCheckBox::indicator:unchecked:hover, QGroupBox::indicator:unchecked:hover, QRadioButton::indicator:unchecked:hover {
|
||||
image: url("./Paper/Mono/White/Checkboxes/Unchecked/hover.svg"); }
|
||||
QTreeView::indicator:unchecked:selected, QCheckBox::indicator:unchecked:selected, QGroupBox::indicator:unchecked:selected, QRadioButton::indicator:unchecked:selected {
|
||||
image: url("./Paper/Light/Checkboxes/Unchecked/selected.svg"); }
|
||||
QTreeView::indicator:checked, QCheckBox::indicator:checked, QGroupBox::indicator:checked, QRadioButton::indicator:checked {
|
||||
image: url("./Paper/Mono/White/Checkboxes/Checked/check.svg"); }
|
||||
QTreeView::indicator:checked:selected, QCheckBox::indicator:checked:selected, QGroupBox::indicator:checked:selected, QRadioButton::indicator:checked:selected {
|
||||
image: url("./Paper/Light/Checkboxes/Checked/selected.svg"); }
|
||||
QTreeView::indicator:disabled, QCheckBox::indicator:disabled, QGroupBox::indicator:disabled, QRadioButton::indicator:disabled {
|
||||
image: url("./Paper/Light/Checkboxes/disabled.svg"); }
|
||||
|
||||
QRadioButton::indicator:checked {
|
||||
image: url("./Paper/Mono/White/Checkboxes/Radio Buttons/radio.svg");
|
||||
width: 14px;
|
||||
height: 14px; }
|
||||
QRadioButton::indicator:checked:hover {
|
||||
image: url("./Paper/Mono/White/Checkboxes/Radio Buttons/hover.svg"); }
|
||||
|
||||
QSpinBox, QDoubleSpinBox {
|
||||
min-height: 20px;
|
||||
min-width: 60px;
|
||||
padding: 0 2px;
|
||||
border: 2px solid #000;
|
||||
border-radius: 10px; }
|
||||
QSpinBox::up-button, QDoubleSpinBox::up-button {
|
||||
min-height: 20px;
|
||||
min-width: 20px;
|
||||
subcontrol-position: center right;
|
||||
border-left: 2px solid #000;
|
||||
border-top-right-radius: 10px;
|
||||
border-bottom-right-radius: 10px; }
|
||||
QSpinBox::up-button:hover, QDoubleSpinBox::up-button:hover {
|
||||
background: #C2C2C2; }
|
||||
QSpinBox::down-button, QDoubleSpinBox::down-button {
|
||||
min-height: 20px;
|
||||
min-width: 20px;
|
||||
subcontrol-position: center left;
|
||||
border-right: 2px solid #000;
|
||||
border-top-left-radius: 10px;
|
||||
border-bottom-left-radius: 10px; }
|
||||
QSpinBox::down-button:hover, QDoubleSpinBox::down-button:hover {
|
||||
background: #C2C2C2; }
|
||||
QSpinBox::up-arrow, QDoubleSpinBox::up-arrow {
|
||||
image: url("./Paper/Light/Arrows/up.svg"); }
|
||||
QSpinBox::down-arrow, QDoubleSpinBox::down-arrow {
|
||||
image: url("./Paper/Light/Arrows/down.svg"); }
|
||||
|
||||
QSlider::groove {
|
||||
height: 0;
|
||||
border: 1px solid #C2C2C2; }
|
||||
|
||||
QSlider::handle {
|
||||
border: 2px solid #C2C2C2;
|
||||
border-radius: 6px;
|
||||
margin: -10px; }
|
||||
QSlider::handle:hover {
|
||||
background: #C2C2C2; }
|
||||
|
||||
#InstanceManagerDialog #createNew, #InstanceManagerDialog #deleteInstance, #InstanceManagerDialog #switchToInstance {
|
||||
icon-size: 14px; }
|
||||
|
||||
#InstanceManagerDialog #createNew {
|
||||
icon: url("./Paper/Light/plus.svg");
|
||||
qproperty-icon: url("./Paper/Light/plus.svg"); }
|
||||
|
||||
#InstanceManagerDialog #deleteInstance {
|
||||
icon: url("./Paper/Light/cross.svg");
|
||||
qproperty-icon: url("./Paper/Light/cross.svg"); }
|
||||
|
||||
#InstanceManagerDialog #switchToInstance {
|
||||
icon: url("./Paper/Mono/White/Checkboxes/Checked/check.svg");
|
||||
qproperty-icon: url("./Paper/Mono/White/Checkboxes/Checked/check.svg"); }
|
||||
|
||||
#EditExecutablesDialog QToolButton {
|
||||
padding: 4px 8px;
|
||||
margin: 8px 0 8px 8px; }
|
||||
#EditExecutablesDialog QToolButton:hover {
|
||||
background: #C2C2C2; }
|
||||
|
||||
#EditExecutablesDialog #add {
|
||||
icon: url("./Paper/Light/plus.svg");
|
||||
qproperty-icon: url("./Paper/Light/plus.svg"); }
|
||||
|
||||
#EditExecutablesDialog #remove {
|
||||
icon: url("./Paper/Light/minus.svg");
|
||||
qproperty-icon: url("./Paper/Light/minus.svg"); }
|
||||
|
||||
#EditExecutablesDialog #up {
|
||||
icon: url("./Paper/Light/Arrows/Large/up.svg");
|
||||
qproperty-icon: url("./Paper/Light/Arrows/Large/up.svg"); }
|
||||
|
||||
#EditExecutablesDialog #down {
|
||||
icon: url("./Paper/Light/Arrows/Large/down.svg");
|
||||
qproperty-icon: url("./Paper/Light/Arrows/Large/down.svg"); }
|
||||
|
||||
#EditExecutablesDialog #reset {
|
||||
icon: url("./Paper/Light/cross.svg");
|
||||
qproperty-icon: url("./Paper/Light/cross.svg"); }
|
||||
|
||||
QLCDNumber {
|
||||
color: #000;
|
||||
border-radius: 6px; }
|
||||
QLCDNumber #activeModslabel, QLCDNumber #activePluginsLabel {
|
||||
padding-left: 6px; }
|
||||
|
||||
QPlainTextEdit#output {
|
||||
padding-left: 10px;
|
||||
border-radius: 6px; }
|
||||
|
||||
QToolTip {
|
||||
background: #FFF;
|
||||
color: #000;
|
||||
border: 2px solid #000;
|
||||
border-radius: 10px; }
|
||||
|
||||
ModListView, PluginListView {
|
||||
margin: 2px 0; }
|
||||
|
||||
LinkLabel {
|
||||
qproperty-linkColor: #000; }
|
||||
|
||||
#stepsStack QWidget {
|
||||
border: none; }
|
||||
|
||||
#stepsStack QGroupBox {
|
||||
border: 2px solid #FFF;
|
||||
border-radius: 10px; }
|
||||
|
||||
#espFilterEdit {
|
||||
margin-top: 4px; }
|
||||
|
||||
#dataTabFilter, #downloadFilterEdit {
|
||||
margin-top: 6px; }
|
||||
|
||||
#bossButton {
|
||||
margin-bottom: 4px; }
|
||||
|
||||
#btnRefreshDownloads, #dataTabRefresh {
|
||||
margin-bottom: 6px; }
|
||||
|
||||
#displayCategoriesBtn {
|
||||
min-width: 12px; }
|
||||
|
||||
QTreeWidget#filters, #categoriesList {
|
||||
min-width: 240px; }
|
||||
|
||||
#categoriesGroup {
|
||||
padding: 23px 0 0 0;
|
||||
border: 0; }
|
||||
|
||||
#colorTable {
|
||||
border-top: 2px solid #000;
|
||||
border-bottom: 2px solid #000; }
|
||||
|
||||
#iconLabel {
|
||||
image: url("./Paper/Light/logo.svg");
|
||||
qproperty-pixmap: none; }
|
|
@ -1,99 +0,0 @@
|
|||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="20"
|
||||
height="20"
|
||||
viewBox="0 0 20 20"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
|
||||
sodipodi:docname="down.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="18.564954"
|
||||
inkscape:cx="-4.3007278"
|
||||
inkscape:cy="10.159385"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="18.8975,12.498"
|
||||
inkscape:measure-end="20,12.498"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true">
|
||||
<sodipodi:guide
|
||||
position="10,10"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="false"
|
||||
inkscape:label=""
|
||||
inkscape:color="rgb(0,0,255)" />
|
||||
<sodipodi:guide
|
||||
position="10,10"
|
||||
orientation="0,1"
|
||||
id="guide3935"
|
||||
inkscape:locked="false"
|
||||
inkscape:label=""
|
||||
inkscape:color="rgb(0,0,255)" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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 />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content">
|
||||
<path
|
||||
style="display:inline;opacity:1;fill:#4d4a41;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:169.70561218;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.93939996;stroke-opacity:1;paint-order:markers stroke fill"
|
||||
d="m 3.9999999,3 -4,4.0000001 2,1.9999999 2,2 2,2 4,4 L 14,13 16,11 18,9 20,7.0000001 16,3 14,5 9.9999999,9 l -4,-4 z"
|
||||
id="path3944"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="ccccccccccccccc" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 3.3 KiB |
|
@ -1,99 +0,0 @@
|
|||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="20"
|
||||
height="20"
|
||||
viewBox="0 0 20 20"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
|
||||
sodipodi:docname="up.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="18.564954"
|
||||
inkscape:cx="-4.3007278"
|
||||
inkscape:cy="10.159385"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="18.8975,12.498"
|
||||
inkscape:measure-end="20,12.498"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true">
|
||||
<sodipodi:guide
|
||||
position="10,10"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="false"
|
||||
inkscape:label=""
|
||||
inkscape:color="rgb(0,0,255)" />
|
||||
<sodipodi:guide
|
||||
position="10,10"
|
||||
orientation="0,1"
|
||||
id="guide3935"
|
||||
inkscape:locked="false"
|
||||
inkscape:label=""
|
||||
inkscape:color="rgb(0,0,255)" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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 />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content">
|
||||
<path
|
||||
style="display:inline;opacity:1;fill:#4d4a41;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:169.70561218;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.93939996;stroke-opacity:1;paint-order:markers stroke fill"
|
||||
d="m 3.9999999,17 -4,-4 2,-2 2,-2 2,-2 4,-4 L 14,7 l 2,2 2,2 2,2 -4,4 -2,-2 -4.0000001,-4 -4,4 z"
|
||||
id="path3944"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="ccccccccccccccc" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 3.2 KiB |
|
@ -1,97 +0,0 @@
|
|||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="8"
|
||||
height="8"
|
||||
viewBox="0 0 8 8"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="0.92.1 r15371"
|
||||
sodipodi:docname="down.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="116.25"
|
||||
inkscape:cx="4"
|
||||
inkscape:cy="4"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="18.8975,12.498"
|
||||
inkscape:measure-end="20,12.498"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true">
|
||||
<sodipodi:guide
|
||||
position="4,4"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="false" />
|
||||
<sodipodi:guide
|
||||
position="4,4"
|
||||
orientation="0,1"
|
||||
id="guide3935"
|
||||
inkscape:locked="false"
|
||||
inkscape:label=""
|
||||
inkscape:color="rgb(0,0,255)" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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 />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content"
|
||||
transform="translate(0,-12)">
|
||||
<path
|
||||
style="display:inline;opacity:1;fill:#4d4a41;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:212.1320343;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.93939996;stroke-opacity:1;paint-order:markers stroke fill"
|
||||
d="M 0,15 2,17 4,19 6,17 8,15 6,13 4,15 2,13 Z"
|
||||
id="rect3900-0"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 3.1 KiB |
|
@ -1,97 +0,0 @@
|
|||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="8"
|
||||
height="8"
|
||||
viewBox="0 0 8 8"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="0.92.1 r15371"
|
||||
sodipodi:docname="left.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="116.25"
|
||||
inkscape:cx="4"
|
||||
inkscape:cy="4"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="18.8975,12.498"
|
||||
inkscape:measure-end="20,12.498"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true">
|
||||
<sodipodi:guide
|
||||
position="4,4"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="false" />
|
||||
<sodipodi:guide
|
||||
position="4,4"
|
||||
orientation="0,1"
|
||||
id="guide3935"
|
||||
inkscape:locked="false"
|
||||
inkscape:label=""
|
||||
inkscape:color="rgb(0,0,255)" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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 />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content"
|
||||
transform="translate(0,-12)">
|
||||
<path
|
||||
style="display:inline;opacity:1;fill:#4d4a41;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:212.1320343;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.93939996;stroke-opacity:1;paint-order:markers stroke fill"
|
||||
d="M 5,20 3,18 1,16 3,14 5,12 7,14 5,16 7,18 Z"
|
||||
id="rect3900-0"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 3.1 KiB |
|
@ -1,97 +0,0 @@
|
|||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="8"
|
||||
height="8"
|
||||
viewBox="0 0 8 8"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="0.92.1 r15371"
|
||||
sodipodi:docname="right.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="116.25"
|
||||
inkscape:cx="4"
|
||||
inkscape:cy="4"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="18.8975,12.498"
|
||||
inkscape:measure-end="20,12.498"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true">
|
||||
<sodipodi:guide
|
||||
position="4,4"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="false" />
|
||||
<sodipodi:guide
|
||||
position="4,4"
|
||||
orientation="0,1"
|
||||
id="guide3935"
|
||||
inkscape:locked="false"
|
||||
inkscape:label=""
|
||||
inkscape:color="rgb(0,0,255)" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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 />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content"
|
||||
transform="translate(0,-12)">
|
||||
<path
|
||||
style="display:inline;opacity:1;fill:#4d4a41;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:212.1320343;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.93939996;stroke-opacity:1;paint-order:markers stroke fill"
|
||||
d="M 3,20 5,18 7,16 5,14 3,12 1,14 3,16 1,18 Z"
|
||||
id="rect3900-0"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 3.1 KiB |
|
@ -1,97 +0,0 @@
|
|||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="8"
|
||||
height="8"
|
||||
viewBox="0 0 8 8"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="0.92.1 r15371"
|
||||
sodipodi:docname="up.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="116.25"
|
||||
inkscape:cx="4"
|
||||
inkscape:cy="4"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="18.8975,12.498"
|
||||
inkscape:measure-end="20,12.498"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true">
|
||||
<sodipodi:guide
|
||||
position="4,4"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="false" />
|
||||
<sodipodi:guide
|
||||
position="4,4"
|
||||
orientation="0,1"
|
||||
id="guide3935"
|
||||
inkscape:locked="false"
|
||||
inkscape:label=""
|
||||
inkscape:color="rgb(0,0,255)" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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 />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content"
|
||||
transform="translate(0,-12)">
|
||||
<path
|
||||
style="display:inline;opacity:1;fill:#4d4a41;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:212.1320343;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.93939996;stroke-opacity:1;paint-order:markers stroke fill"
|
||||
d="m 0,17 2,-2 2,-2 2,2 2,2 -2,2 -2,-2 -2,2 z"
|
||||
id="rect3900-0"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 3.1 KiB |
|
@ -1,99 +0,0 @@
|
|||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="128"
|
||||
height="128"
|
||||
viewBox="0 0 128 128"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="0.92.1 r15371"
|
||||
sodipodi:docname="archives.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="8.1349342"
|
||||
inkscape:cx="95.872503"
|
||||
inkscape:cy="56.896625"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="18.8975,12.498"
|
||||
inkscape:measure-end="20,12.498"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true"
|
||||
inkscape:lockguides="true">
|
||||
<sodipodi:guide
|
||||
position="64,64"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="true" />
|
||||
<sodipodi:guide
|
||||
position="64,64"
|
||||
orientation="0,1"
|
||||
id="guide3935"
|
||||
inkscape:locked="true"
|
||||
inkscape:label=""
|
||||
inkscape:color="rgb(0,0,255)" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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 />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content"
|
||||
transform="translate(0,108)">
|
||||
<path
|
||||
style="opacity:1;fill:#4e4b42;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:normal"
|
||||
d="m 73.998642,-83.999999 -9.998644,10.001356 H 14.001355 V -4.000001 H 113.99864 V -73.998643 L 104,-83.999999 H 88.999315 Z"
|
||||
id="path3849"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="ccccccccc" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 3.2 KiB |
|
@ -1,118 +0,0 @@
|
|||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="128"
|
||||
height="128"
|
||||
viewBox="0 0 128 128"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="0.92.3 (2405546, 2018-03-11)"
|
||||
sodipodi:docname="endorse.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="2.7490221"
|
||||
inkscape:cx="80.983685"
|
||||
inkscape:cy="65.49893"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="18.8975,12.498"
|
||||
inkscape:measure-end="20,12.498"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true">
|
||||
<sodipodi:guide
|
||||
position="64,64"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="false" />
|
||||
<sodipodi:guide
|
||||
position="64,64"
|
||||
orientation="0,1"
|
||||
id="guide3935"
|
||||
inkscape:locked="false"
|
||||
inkscape:label=""
|
||||
inkscape:color="rgb(0,0,255)" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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 />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content"
|
||||
transform="translate(0,108)">
|
||||
<g
|
||||
id="g3861"
|
||||
transform="matrix(0.55290621,0,0,0.55290621,28.614002,-29.750801)"
|
||||
style="fill:#737373;fill-opacity:1;stroke-width:1.80862486" />
|
||||
<g
|
||||
style="display:inline;fill:#4e4b42;fill-opacity:1"
|
||||
id="g4198"
|
||||
transform="matrix(5.6,0,0,5.6,8,-94.4)">
|
||||
<circle
|
||||
r="5.5"
|
||||
cy="5.5"
|
||||
cx="5.5"
|
||||
id="path4174"
|
||||
style="opacity:1;fill:#4e4b42;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5.99999952;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:normal" />
|
||||
<circle
|
||||
r="5.5"
|
||||
style="opacity:1;fill:#4e4b42;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:normal"
|
||||
id="circle4176"
|
||||
cx="14.5"
|
||||
cy="5.5" />
|
||||
<path
|
||||
id="path4178"
|
||||
d="M 0,5.5 C 0,10.950465 5.8158604,15.070234 10,18 14.18414,15.070234 20,10.950465 20,5.5 H 10 Z"
|
||||
style="fill:#4e4b42;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 4.0 KiB |
|
@ -1,99 +0,0 @@
|
|||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="128"
|
||||
height="128"
|
||||
viewBox="0 0 128 128"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="0.92.1 r15371"
|
||||
sodipodi:docname="executables.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="3.100169"
|
||||
inkscape:cx="188.48486"
|
||||
inkscape:cy="-11.491737"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="18.8975,12.498"
|
||||
inkscape:measure-end="20,12.498"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true">
|
||||
<sodipodi:guide
|
||||
position="64,64"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="false" />
|
||||
<sodipodi:guide
|
||||
position="64,64"
|
||||
orientation="0,1"
|
||||
id="guide3935"
|
||||
inkscape:locked="false"
|
||||
inkscape:label=""
|
||||
inkscape:color="rgb(0,0,255)" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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 />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content"
|
||||
transform="translate(0,108)">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
style="display:inline;opacity:1;fill:#4e4b42;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.00000048;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="m 69.224291,-99 v 25.297161 A 57.019516,45.615413 0 0 0 12.206203,-28.088371 57.019516,45.615413 0 0 0 40.038762,11 h 7.071835 A 34.069164,27.255211 0 0 1 35.161239,-9.7379829 34.069164,27.255211 0 0 1 69.224291,-36.979329 v 25.297161 L 115.7938,-55.341082 Z"
|
||||
id="rect3929"
|
||||
inkscape:transform-center-x="-6.418094"
|
||||
inkscape:transform-center-y="3.2118799" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 3.4 KiB |
|
@ -1,119 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="128"
|
||||
height="128"
|
||||
viewBox="0 0 128 128"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="1.0.2 (e86c870879, 2021-01-15, custom)"
|
||||
sodipodi:docname="globe.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="3.0131356"
|
||||
inkscape:cx="118.02647"
|
||||
inkscape:cy="107.5646"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="108.073,108.073"
|
||||
inkscape:measure-end="112.737,112.737"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true"
|
||||
inkscape:document-rotation="0">
|
||||
<sodipodi:guide
|
||||
position="64,64"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="false" />
|
||||
<sodipodi:guide
|
||||
position="64,64"
|
||||
orientation="0,1"
|
||||
id="guide3935"
|
||||
inkscape:locked="false"
|
||||
inkscape:label="255"
|
||||
inkscape:color="rgb(0,0,255)" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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 />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content"
|
||||
transform="translate(0,108)">
|
||||
<g
|
||||
style="fill:#505050;fill-opacity:1;stroke-width:0.19550784"
|
||||
id="g4412"
|
||||
inkscape:transform-center-x="-5.0913502"
|
||||
inkscape:transform-center-y="-4.4596393"
|
||||
transform="matrix(5.1148849,0,0,5.1148849,12.851148,-95.148848)" />
|
||||
<g
|
||||
transform="matrix(0,4.9102895,-4.9102895,0,113.1029,-93.102895)"
|
||||
inkscape:transform-center-y="24"
|
||||
inkscape:transform-center-x="-21.022466"
|
||||
id="g4064"
|
||||
style="fill:#505050;fill-opacity:1;stroke-width:0.20365398" />
|
||||
<g
|
||||
style="fill:#505050;fill-opacity:1;stroke-width:0.20365398"
|
||||
id="g4068"
|
||||
inkscape:transform-center-x="24.000005"
|
||||
inkscape:transform-center-y="21.022466"
|
||||
transform="matrix(-4.9102895,0,0,-4.9102895,113.10289,5.1029002)" />
|
||||
<g
|
||||
transform="matrix(-2.719147e-8,-4.9102894,4.9102894,-2.719147e-8,14.8971,5.1028901)"
|
||||
inkscape:transform-center-y="-24.000003"
|
||||
inkscape:transform-center-x="21.022466"
|
||||
id="g4072"
|
||||
style="fill:#505050;fill-opacity:1;stroke-width:0.20365398" />
|
||||
<path
|
||||
d="m 9,-44 a 55,55 0 1 1 110,0 55,55 0 0 1 -110,0 z m 51.562498,-47.595629 c -4.606249,1.402508 -9.178124,5.6375 -12.973124,12.753133 -0.983124,1.842495 -1.8975,3.849992 -2.715625,5.994994 4.846876,1.079376 10.12,1.766874 15.688749,1.973125 z m -22.350624,16.926257 c 0.976251,-2.639999 2.09,-5.115007 3.306876,-7.411249 a 46.062499,46.062499 0 0 1 4.104375,-6.414383 48.19375,48.19375 0 0 0 -15.6475,10.46375 c 2.48875,1.265002 5.245624,2.399373 8.236249,3.368757 z m -5.0875,27.231871 c 0.2475,-7.35625 1.2925,-14.348124 2.9975,-20.679996 A 62.7275,62.7275 0 0 1 25.362499,-72.703122 47.877499,47.877499 0 0 0 15.99875,-47.437501 H 33.1175 Z m 9.625,-18.844377 a 84.865,84.865 0 0 0 -2.75,18.844377 h 20.563124 v -16.561868 c -6.256248,-0.206252 -12.258123,-0.996882 -17.813124,-2.282509 z m 24.688126,2.275634 v 16.568743 h 20.556249 a 84.85125,84.85125 0 0 0 -2.743125,-18.844377 c -5.555001,1.285627 -11.556875,2.069382 -17.813124,2.282509 z M 40.006249,-40.5625 c 0.240625,6.785625 1.210001,13.15875 2.743125,18.844374 A 93.5825,93.5825 0 0 1 60.562498,-23.99375 V -40.5625 Z m 27.431251,0 v 16.561875 c 6.256249,0.206249 12.258123,0.996874 17.813124,2.282499 1.533125,-5.685624 2.5025,-12.058749 2.75,-18.844374 z m -22.563751,25.409999 c 0.825,2.145 1.732501,4.152499 2.715625,5.9949988 3.795,7.115625 8.373751,11.3437511 12.973124,12.753125 V -17.118751 c -5.568749,0.20625 -10.841873,0.89375 -15.688749,1.973125 z m 0.75625,15.6474988 a 46.035,46.035 0 0 1 -4.111249,-6.414375 60.864375,60.864375 0 0 1 -3.306876,-7.4181238 57.6125,57.6125 0 0 0 -8.236249,3.3687499 48.19375,48.19375 0 0 0 15.6475,10.4637489 z M 36.121874,-19.882501 A 91.85,91.85 0 0 1 33.1175,-40.5625 H 15.99875 a 47.870625,47.870625 0 0 0 9.363749,25.265625 c 3.23125,-1.773751 6.840626,-3.31375 10.759375,-4.585626 z m 46.255,20.3774988 A 48.186875,48.186875 0 0 0 98.0175,-9.9618772 57.584999,57.584999 0 0 0 89.788124,-13.330625 60.864375,60.864375 0 0 1 86.481248,-5.9193772 45.979999,45.979999 0 0 1 82.376874,0.4949978 Z M 67.4375,-17.125625 V 3.5956228 c 4.60625,-1.4025 9.178124,-5.6375 12.973124,-12.753125 0.983125,-1.8424998 1.8975,-3.8499988 2.715626,-5.9949988 a 86.83125,86.83125 0 0 0 -15.68875,-1.96625 z m 24.440624,-2.756876 c 3.918746,1.271876 7.528126,2.811875 10.759376,4.585626 A 47.870625,47.870625 0 0 0 112.00125,-40.5625 H 94.882498 a 91.85,91.85 0 0 1 -3.004374,20.679999 z m 20.123126,-27.555 a 47.870625,47.870625 0 0 0 -9.36375,-25.265621 c -3.23125,1.773749 -6.84063,3.313748 -10.759376,4.585625 1.705,6.324997 2.75,13.323746 3.004374,20.679996 z m -25.520002,-34.64312 c 1.216876,2.296242 2.330626,4.77125 3.31375,7.411249 a 57.53,57.53 0 0 0 8.222502,-3.368757 48.19375,48.19375 0 0 0 -15.640626,-10.45 c 1.49875,1.945625 2.87375,4.104375 4.104374,6.407508 z m -3.354998,9.233119 a 53.384375,53.384375 0 0 0 -2.715626,-5.994994 c -3.795,-7.115633 -8.366874,-11.34375 -12.973124,-12.753133 v 20.714377 c 5.56875,-0.206251 10.841873,-0.893748 15.68875,-1.973124 z"
|
||||
id="path2"
|
||||
style="fill:#4e4b42;fill-opacity:1;stroke-width:6.87499" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 6.8 KiB |
|
@ -1,128 +0,0 @@
|
|||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="128"
|
||||
height="128"
|
||||
viewBox="0 0 128 128"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="0.92.1 r15371"
|
||||
sodipodi:docname="help.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="4.7258155"
|
||||
inkscape:cx="76.464409"
|
||||
inkscape:cy="41.213613"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="18.8975,12.498"
|
||||
inkscape:measure-end="20,12.498"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true">
|
||||
<sodipodi:guide
|
||||
position="64,64"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="false" />
|
||||
<sodipodi:guide
|
||||
position="64,64"
|
||||
orientation="0,1"
|
||||
id="guide3935"
|
||||
inkscape:locked="false"
|
||||
inkscape:label=""
|
||||
inkscape:color="rgb(0,0,255)" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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 />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content"
|
||||
transform="translate(0,108)">
|
||||
<circle
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#4e4b42;stroke-width:8;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
id="path3848"
|
||||
cx="64"
|
||||
cy="-44"
|
||||
r="60" />
|
||||
<g
|
||||
id="g3871"
|
||||
transform="translate(0,-1.242582)"
|
||||
style="stroke-width:1;fill:#4e4b42;fill-opacity:1">
|
||||
<path
|
||||
id="path3851"
|
||||
d="m 64,-80 c -4.113298,1.67e-4 -7.447744,3.334612 -7.44791,7.44791 -6.7e-4,4.11389 3.33402,7.449258 7.44791,7.449426 4.11389,-1.68e-4 7.44858,-3.335536 7.44791,-7.449426 C 71.447743,-76.665387 68.113298,-79.999833 64,-80 Z"
|
||||
style="opacity:1;fill:#4e4b42;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3860"
|
||||
d="m 56.55209,-50.206086 v 34.757418 h 14.89582 v -34.757418 z"
|
||||
style="opacity:1;fill:#4e4b42;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
style="opacity:1;fill:#4e4b42;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="m 64,-80 c -4.113298,1.67e-4 -7.447744,3.334612 -7.44791,7.44791 -6.7e-4,4.11389 3.33402,7.449258 7.44791,7.449426 4.11389,-1.68e-4 7.44858,-3.335536 7.44791,-7.449426 C 71.447743,-76.665387 68.113298,-79.999833 64,-80 Z"
|
||||
id="path3853"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3862"
|
||||
d="m 64,-57.654754 c -4.113298,1.67e-4 -7.447744,3.334612 -7.44791,7.44791 -6.7e-4,4.11389 3.33402,7.449258 7.44791,7.449426 4.11389,-1.68e-4 7.44858,-3.335536 7.44791,-7.449426 -1.67e-4,-4.113297 -3.334612,-7.447743 -7.44791,-7.44791 z"
|
||||
style="opacity:1;fill:#4e4b42;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
style="opacity:1;fill:#4e4b42;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="m 64,-22.897336 c -4.113298,1.67e-4 -7.447744,3.334612 -7.44791,7.44791 C 56.55142,-11.335536 59.88611,-8.000168 64,-8 c 4.11389,-1.68e-4 7.44858,-3.335536 7.44791,-7.449426 -1.67e-4,-4.113297 -3.334612,-7.447743 -7.44791,-7.44791 z"
|
||||
id="path3864"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 5.8 KiB |
|
@ -1,98 +0,0 @@
|
|||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="128"
|
||||
height="128"
|
||||
viewBox="0 0 128 128"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="0.92.1 r15371"
|
||||
sodipodi:docname="instances.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="3.7735291"
|
||||
inkscape:cx="64.04823"
|
||||
inkscape:cy="-33.258287"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="18.8975,12.498"
|
||||
inkscape:measure-end="20,12.498"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true">
|
||||
<sodipodi:guide
|
||||
position="64,64"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="false" />
|
||||
<sodipodi:guide
|
||||
position="64,64"
|
||||
orientation="0,1"
|
||||
id="guide3935"
|
||||
inkscape:locked="false"
|
||||
inkscape:label=""
|
||||
inkscape:color="rgb(0,0,255)" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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 />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content"
|
||||
transform="translate(0,108)">
|
||||
<path
|
||||
style="opacity:1;fill:#4e4b42;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:normal"
|
||||
d="m 43.074486,-84 c -7.191305,0.179697 -13.681107,2.360737 -19.604836,6.184844 l -0.829325,3.561678 -4.167425,3.208112 -5.581697,14.982451 c -5.7982022,15.544107 -18.3828084,44.900541 4.037437,52.0629145 5.467067,-4.389774 11.744564,-10.4769935 18.039776,-16.6021055 3.729503,-3.62877 7.012953,-4.081632 14.160925,-4.081632 h 14.865463 14.865462 c 7.147976,0 10.431426,0.452872 14.160926,4.081632 6.2952,6.125112 12.583088,12.2123315 18.050168,16.6021055 22.42024,-7.1623735 9.83564,-36.5188075 4.03744,-52.0629145 l -5.5921,-14.982451 -4.15702,-3.208112 -0.82933,-3.561678 C 98.606622,-81.639263 92.106422,-83.820123 84.915122,-84 l -5.46211,2.979332 H 63.994804 48.546994 Z m 51.652146,11.766541 c 2.28943,-7.75e-4 4.14597,1.854604 4.14663,4.144028 7.8e-4,2.290441 -1.85618,4.147401 -4.14663,4.146627 -2.28942,-6.62e-4 -4.1448,-1.857203 -4.14402,-4.146627 6.6e-4,-2.288409 1.85562,-4.143366 4.14402,-4.144028 z m -61.453263,4.144028 c 4.578848,-1.12e-4 8.290765,3.711805 8.290653,8.290653 1.13e-4,4.578848 -3.711805,8.290766 -8.290653,8.290655 -4.578848,1.13e-4 -8.290768,-3.711807 -8.290654,-8.290655 -1.12e-4,-4.578848 3.711806,-8.290766 8.290654,-8.290653 z m 53.162613,4.146627 c 2.28943,-7.75e-4 4.14597,1.854603 4.14663,4.144026 7.7e-4,2.290441 -1.85619,4.147403 -4.14663,4.146627 -2.289423,-6.62e-4 -4.144799,-1.857203 -4.144025,-4.146627 6.62e-4,-2.288409 1.855618,-4.143365 4.144025,-4.144026 z m 16.581308,0 c 2.28942,-7.75e-4 4.14596,1.854603 4.14663,4.144026 7.7e-4,2.290441 -1.85619,4.147403 -4.14663,4.146627 -2.28943,-6.62e-4 -4.144798,-1.857203 -4.144028,-4.146627 6.6e-4,-2.288409 1.855618,-4.143365 4.144028,-4.144026 z m -8.290658,8.290654 c 2.28943,-7.75e-4 4.14597,1.854602 4.14663,4.144027 7.8e-4,2.29044 -1.85618,4.147401 -4.14663,4.146626 -2.28942,-6.62e-4 -4.1448,-1.857203 -4.14402,-4.146626 6.6e-4,-2.28841 1.85562,-4.143366 4.14402,-4.144027 z m -48.662414,6.184843 h 5.527101 v 5.527103 h 5.527103 v 5.527102 H 51.591319 V -32.886 h -5.527101 v -5.527102 h -5.527103 v -5.527102 h 5.527103 z m 33.10802,0 c 4.578848,-1.12e-4 8.290764,3.711806 8.290654,8.290654 1.1e-4,4.578848 -3.711806,8.290765 -8.290654,8.290653 -4.578848,1.13e-4 -8.290766,-3.711805 -8.290654,-8.290653 -1.13e-4,-4.578848 3.711806,-8.290767 8.290654,-8.290654 z"
|
||||
id="path3849"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccccccscscccccccccccccccccccccccccccccccccccccccccccccccccccccc" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 5.3 KiB |
Before Width: | Height: | Size: 14 KiB |
|
@ -1,132 +0,0 @@
|
|||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="128"
|
||||
height="128"
|
||||
viewBox="0 0 128 128"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="0.92.1 r15371"
|
||||
sodipodi:docname="problems.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="10.201449"
|
||||
inkscape:cx="14.047399"
|
||||
inkscape:cy="24.756816"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="false"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="18.8975,12.498"
|
||||
inkscape:measure-end="20,12.498"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true">
|
||||
<sodipodi:guide
|
||||
position="64,64"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="false" />
|
||||
<sodipodi:guide
|
||||
position="64,64"
|
||||
orientation="0,1"
|
||||
id="guide3935"
|
||||
inkscape:locked="false"
|
||||
inkscape:label=""
|
||||
inkscape:color="rgb(0,0,255)" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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 />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content"
|
||||
transform="translate(0,108)">
|
||||
<g
|
||||
id="g3861"
|
||||
transform="matrix(0.55290621,0,0,0.55290621,28.614002,-29.750801)"
|
||||
style="fill:#737373;fill-opacity:1;stroke-width:1.80862486" />
|
||||
<path
|
||||
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#4e4b42;stroke-width:7.99999952;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:normal;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
|
||||
d="m 64.344931,-96.263216 c -2.808173,-0.131523 -5.455193,1.310482 -6.861125,3.737706 L 4.9422487,-1.7926865 C 2.0494853,3.2027814 5.6651359,9.4471972 11.450616,9.4476002 H 116.53373 c 5.78548,-4.1e-4 9.40112,-6.2448225 6.50836,-11.2402867 L 70.500541,-92.52551 c -1.279824,-2.209515 -3.599319,-3.61792 -6.15561,-3.737706 z"
|
||||
id="path3875"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccccccc" />
|
||||
<g
|
||||
transform="matrix(-0.83333333,0,0,-0.83333333,117.3255,-70.7681)"
|
||||
id="g3871"
|
||||
style="stroke-width:1.20000005;fill:#4e4b42;fill-opacity:1">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3851"
|
||||
d="m 64,-80 c -4.113298,1.67e-4 -7.447744,3.334612 -7.44791,7.44791 -6.7e-4,4.11389 3.33402,7.449258 7.44791,7.449426 4.11389,-1.68e-4 7.44858,-3.335536 7.44791,-7.449426 C 71.447743,-76.665387 68.113298,-79.999833 64,-80 Z"
|
||||
style="opacity:1;fill:#4e4b42;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:9.60000038;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3860-8"
|
||||
d="m 56.55209,-50.206086 v 34.757418 h 14.89582 v -34.757418 z"
|
||||
style="opacity:1;fill:#4e4b42;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:9.60000038;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
style="opacity:1;fill:#4e4b42;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:9.60000038;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="m 64,-80 c -4.113298,1.67e-4 -7.447744,3.334612 -7.44791,7.44791 -6.7e-4,4.11389 3.33402,7.449258 7.44791,7.449426 4.11389,-1.68e-4 7.44858,-3.335536 7.44791,-7.449426 C 71.447743,-76.665387 68.113298,-79.999833 64,-80 Z"
|
||||
id="path3853" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3862"
|
||||
d="m 64,-57.654754 c -4.113298,1.67e-4 -7.447744,3.334612 -7.44791,7.44791 -6.7e-4,4.11389 3.33402,7.449258 7.44791,7.449426 4.11389,-1.68e-4 7.44858,-3.335536 7.44791,-7.449426 -1.67e-4,-4.113297 -3.334612,-7.447743 -7.44791,-7.44791 z"
|
||||
style="opacity:1;fill:#4e4b42;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:9.60000038;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
style="opacity:1;fill:#4e4b42;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:9.60000038;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="m 64,-22.897336 c -4.113298,1.67e-4 -7.447744,3.334612 -7.44791,7.44791 C 56.55142,-11.335536 59.88611,-8.000168 64,-8 c 4.11389,-1.68e-4 7.44858,-3.335536 7.44791,-7.449426 -1.67e-4,-4.113297 -3.334612,-7.447743 -7.44791,-7.44791 z"
|
||||
id="path3864"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 7.4 KiB |
|
@ -1,112 +0,0 @@
|
|||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="128"
|
||||
height="128"
|
||||
viewBox="0 0 128 128"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="0.92.1 r15371"
|
||||
sodipodi:docname="profiles.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="14.003331"
|
||||
inkscape:cx="54.048348"
|
||||
inkscape:cy="44.931547"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="64,11.9981"
|
||||
inkscape:measure-end="64,7.93514"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true"
|
||||
inkscape:lockguides="true"
|
||||
inkscape:snap-nodes="false">
|
||||
<sodipodi:guide
|
||||
position="64,64"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="true" />
|
||||
<sodipodi:guide
|
||||
position="64,64"
|
||||
orientation="0,1"
|
||||
id="guide3935"
|
||||
inkscape:locked="true"
|
||||
inkscape:label=""
|
||||
inkscape:color="rgb(0,0,255)" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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 />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content"
|
||||
transform="translate(0,108)">
|
||||
<g
|
||||
id="g3856"
|
||||
style="fill:#4e4b42;fill-opacity:1;stroke-width:0.81111115"
|
||||
transform="matrix(1.2328767,0,0,1.2328767,-14.376763,-8.863014)">
|
||||
<circle
|
||||
r="21"
|
||||
cy="-44"
|
||||
cx="64"
|
||||
id="path3874"
|
||||
style="opacity:1;fill:#4e4b42;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.24444389;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
sodipodi:nodetypes="ccsscc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3858"
|
||||
transform="translate(0,-108)"
|
||||
d="M 63.421875,89.005859 C 48.016021,89.029098 33.691706,97.71624 25.455078,112.03125 29.673503,114.55644 34.640748,116 40,116 h 48 c 5.001681,0 9.660535,-1.26009 13.68945,-3.48047 C 93.502774,97.918077 79.022242,89.020453 63.421875,89.005859 Z"
|
||||
style="opacity:1;fill:#4e4b42;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.40555558;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:normal" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 3.9 KiB |
|
@ -1,105 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
sodipodi:docname="refresh.svg"
|
||||
inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
id="svg8"
|
||||
version="1.1"
|
||||
viewBox="0 0 128 128"
|
||||
height="128"
|
||||
width="128">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
inkscape:document-rotation="0"
|
||||
inkscape:snap-global="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:measure-end="20,12.498"
|
||||
inkscape:measure-start="18.8975,12.498"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:guide-bbox="true"
|
||||
showguides="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:showpageshadow="false"
|
||||
borderlayer="true"
|
||||
units="px"
|
||||
showgrid="false"
|
||||
inkscape:current-layer="layer25"
|
||||
inkscape:document-units="px"
|
||||
inkscape:cy="63.078096"
|
||||
inkscape:cx="46.749379"
|
||||
inkscape:zoom="3.2818514"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:pageopacity="0"
|
||||
borderopacity="1.0"
|
||||
bordercolor="#666666"
|
||||
pagecolor="#505050"
|
||||
id="base">
|
||||
<sodipodi:guide
|
||||
inkscape:locked="false"
|
||||
id="guide4039"
|
||||
orientation="1,0"
|
||||
position="64,64" />
|
||||
<sodipodi:guide
|
||||
inkscape:color="rgb(0,0,255)"
|
||||
inkscape:label=""
|
||||
inkscape:locked="false"
|
||||
id="guide3935"
|
||||
orientation="0,1"
|
||||
position="64,64" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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 />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Content"
|
||||
id="layer25"
|
||||
inkscape:groupmode="layer">
|
||||
<g
|
||||
transform="matrix(5,0,0,5,14,14)"
|
||||
id="g3986"
|
||||
style="display:inline;fill:#4e4b42;fill-opacity:1">
|
||||
<path
|
||||
style="opacity:1;fill:#4e4b42;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:normal"
|
||||
d="M 0,11.998047 V 20 L 2.9335938,17.066406 A 10,10 0 0 0 10,20 10,10 0 0 0 19.787109,11.998047 H 16.705078 A 7,7 0 0 1 10,17 7,7 0 0 1 5.0527344,14.947266 L 8,11.998047 Z"
|
||||
id="path4137"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="opacity:1;fill:#4e4b42;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:normal"
|
||||
d="M 10,0 A 10,10 0 0 0 0.21289062,8.0019531 H 3.2949219 A 7,7 0 0 1 10,3 7,7 0 0 1 14.947266,5.0527344 L 12,8.0019531 h 8 V 0 L 17.066406,2.9335938 A 10,10 0 0 0 10,0 Z"
|
||||
id="rect4142"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 3.8 KiB |
|
@ -1,95 +0,0 @@
|
|||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="128"
|
||||
height="128"
|
||||
viewBox="0 0 128 128"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="0.92.1 r15371"
|
||||
sodipodi:docname="settings.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="17.011826"
|
||||
inkscape:cx="26.380278"
|
||||
inkscape:cy="24.43076"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="8,64"
|
||||
inkscape:measure-end="17.9742,64"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true">
|
||||
<sodipodi:guide
|
||||
position="64,64"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="false" />
|
||||
<sodipodi:guide
|
||||
position="64,64"
|
||||
orientation="0,1"
|
||||
id="guide3854"
|
||||
inkscape:locked="false" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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 />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content"
|
||||
transform="translate(0,108)">
|
||||
<path
|
||||
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#4e4b42;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:normal;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
|
||||
d="m 55.75,-99 v 4.125 7.809571 c -5.874077,1.121199 -11.426558,3.415826 -16.37915,6.767577 l -8.427247,-8.427246 -11.668701,11.668701 8.429933,8.429932 c -3.36362,4.949109 -5.670511,10.500514 -6.802492,16.376465 H 9 v 16.5 h 11.934571 c 1.121199,5.874077 3.415826,11.426558 6.767577,16.37915 l -8.427246,8.427247 11.668701,11.66870105 8.429933,-8.42993305 c 4.949109,3.36362 10.500513,5.6705116 16.376464,6.80249075 V 11 h 16.5 V -0.93457095 C 78.124077,-2.0557723 83.676558,-4.3503989 88.62915,-7.702148 l 8.42725,8.42724605 11.6687,-11.66870105 -8.42994,-8.429933 c 3.36362,-4.949109 5.67052,-10.500513 6.8025,-16.376464 H 119 v -16.5 h -11.93457 c -1.1212,-5.874077 -3.41582,-11.426558 -6.76757,-16.37915 l 8.42724,-8.427247 -11.6687,-11.668701 -8.429935,8.429932 C 83.677355,-83.658785 78.125951,-85.965676 72.25,-87.097656 V -99 Z M 64,-68.75 c 13.603902,0 24.75,11.146098 24.75,24.75 0,13.603902 -11.146098,24.75 -24.75,24.75 -13.603902,0 -24.75,-11.146098 -24.75,-24.75 0,-13.603902 11.146098,-24.75 24.75,-24.75 z m 0,11 c -0.478691,0 -0.949948,0.02335 -1.415283,0.06982 -6.488691,0.656052 -11.608841,5.776202 -12.264893,12.264893 -1.79e-4,0.0018 1.79e-4,0.0036 0,0.0054 -0.04613,0.463616 -0.06983,0.933021 -0.06983,1.4099 0,0.476656 0.02311,0.946126 0.06982,1.409913 1.76e-4,0.0018 -1.76e-4,0.0036 0,0.0054 0.656052,6.488691 5.776202,11.60884 12.264893,12.264892 0.0018,1.79e-4 0.0035,-1.78e-4 0.0054,0 0.463616,0.04611 0.933021,0.06981 1.4099,0.06981 0.476878,0 0.946282,-0.02369 1.409913,-0.06982 0.0018,-1.78e-4 0.0035,1.78e-4 0.0054,0 6.488691,-0.656052 11.60884,-5.776202 12.264892,-12.264893 0.04705,-0.465516 0.06981,-0.936808 0.06981,-1.41529 0,-0.478482 -0.02276,-0.949774 -0.06982,-1.415283 -0.656052,-6.488691 -5.776203,-11.608841 -12.264894,-12.264893 -0.0018,-1.76e-4 -0.0035,1.76e-4 -0.0054,0 -0.463773,-0.04671 -0.933243,-0.06983 -1.409899,-0.06983 z"
|
||||
id="path3915"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 5.8 KiB |
|
@ -1,117 +0,0 @@
|
|||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="128"
|
||||
height="128"
|
||||
viewBox="0 0 128 128"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="0.92.1 r15371"
|
||||
sodipodi:docname="tools.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="9.90185"
|
||||
inkscape:cx="62.575038"
|
||||
inkscape:cy="1.523437"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="54,64"
|
||||
inkscape:measure-end="64,64"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true"
|
||||
inkscape:bbox-paths="true">
|
||||
<sodipodi:guide
|
||||
position="64,64"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="false" />
|
||||
<sodipodi:guide
|
||||
position="64,64"
|
||||
orientation="0,1"
|
||||
id="guide3935"
|
||||
inkscape:locked="false"
|
||||
inkscape:label=""
|
||||
inkscape:color="rgb(0,0,255)" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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 />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content"
|
||||
transform="translate(0,108)">
|
||||
<g
|
||||
id="g3997"
|
||||
transform="matrix(0.55904332,-0.55901902,-0.55904332,-0.55901902,4.4028105,-32.039863)"
|
||||
style="fill:#4e4b42;fill-opacity:1;stroke-width:1.26487899">
|
||||
<path
|
||||
id="path3965"
|
||||
transform="translate(0,-108)"
|
||||
d="M -8,52 A 12,12 0 0 0 -20,64 12,12 0 0 0 -8,76 H 44 V 52 Z"
|
||||
style="opacity:1;fill:#4e4b42;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5.05951595;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
id="rect3969"
|
||||
transform="translate(0,-108)"
|
||||
d="m 128,53 -18,5 H 84 v 12 h 26 l 18,5 18,-5 V 58 Z"
|
||||
style="opacity:1;fill:#4e4b42;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5.05951595;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="opacity:1;fill:#4e4b42;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.86491537;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="m 32.291016,50.410156 c -5.753358,0.0068 -10.878972,3.636181 -12.796875,9.060547 h 12.796875 c 2.50182,-5.4e-5 4.529351,2.027478 4.529296,4.529297 -5.4e-5,2.501819 -2.027476,4.531196 -4.529296,4.53125 H 19.496094 c 1.917396,5.423518 7.042374,9.051114 12.794922,9.058594 5.30786,-0.0064 10.126181,-3.102522 12.33789,-7.927735 H 64 105.23759 v -0.0039 c 0.0293,0.0015 0.0586,0.0028 0.0879,0.0039 3.12696,-3.3e-4 5.66178,-2.535151 5.6621,-5.662109 -3.2e-4,-3.126962 -2.53514,-5.661785 -5.66211,-5.662109 -0.0299,0.0011 -0.0599,0.0024 -0.0898,0.0039 v -0.0039 H 64 44.626953 c -2.211168,-4.82439 -7.028882,-7.920713 -12.335937,-7.927735 z"
|
||||
transform="matrix(-3.8373246e-5,-1.7660262,-1.7660262,-3.8373246e-5,177.02814,69.028134)"
|
||||
id="rect3945"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccsccccccccccccccc" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 4.9 KiB |
Before Width: | Height: | Size: 34 KiB |
|
@ -1,99 +0,0 @@
|
|||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="7"
|
||||
height="7"
|
||||
viewBox="0 0 7 7"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="0.92.1 r15371"
|
||||
sodipodi:docname="background.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="63.914764"
|
||||
inkscape:cx="9.5445856"
|
||||
inkscape:cy="4.6988181"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="-15.1166,28.7091"
|
||||
inkscape:measure-end="-12,31"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true"
|
||||
inkscape:bbox-paths="true">
|
||||
<sodipodi:guide
|
||||
position="14,14"
|
||||
orientation="0,1"
|
||||
id="guide4010"
|
||||
inkscape:locked="false" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content"
|
||||
transform="translate(0,-13)">
|
||||
<path
|
||||
sodipodi:nodetypes="cccccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3876"
|
||||
d="M 0,13 V 14.399999 20 h 7 v -7 z"
|
||||
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#c6c1ab;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.99999976;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:stroke fill markers;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
|
||||
<rect
|
||||
style="opacity:1;fill:#cbc6b0;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
id="rect4092"
|
||||
width="5"
|
||||
height="5"
|
||||
x="1"
|
||||
y="14" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 4.3 KiB |
|
@ -1,126 +0,0 @@
|
|||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="20"
|
||||
height="20"
|
||||
viewBox="0 0 20 20"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="0.92.1 r15371"
|
||||
sodipodi:docname="backup.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="11.29864"
|
||||
inkscape:cx="-6.8920047"
|
||||
inkscape:cy="14.09106"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="18.8975,12.498"
|
||||
inkscape:measure-end="20,12.498"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true">
|
||||
<sodipodi:guide
|
||||
position="10,10"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="false" />
|
||||
<sodipodi:guide
|
||||
position="10,10"
|
||||
orientation="0,1"
|
||||
id="guide3935"
|
||||
inkscape:locked="false" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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 />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content">
|
||||
<g
|
||||
id="g3865"
|
||||
style="fill:#4d4a41;fill-opacity:1">
|
||||
<path
|
||||
id="rect3928"
|
||||
d="M 0 0 L 0 3 L 0 6 L 3 6 L 3 3 L 17 3 L 17 6 L 20 6 L 20 3 L 20 0 L 0 0 z "
|
||||
style="opacity:1;fill:#4d4a41;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.40999997;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:normal" />
|
||||
<g
|
||||
id="g3858"
|
||||
style="fill:#4d4a41;fill-opacity:1">
|
||||
<rect
|
||||
y="-12.83"
|
||||
x="-20"
|
||||
height="5.6599998"
|
||||
width="13.981334"
|
||||
id="rect3930"
|
||||
style="opacity:1;fill:#4d4a41;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.40999997;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:normal"
|
||||
transform="matrix(0,-1,-1,0,0,0)" />
|
||||
<path
|
||||
sodipodi:type="star"
|
||||
style="opacity:1;fill:#4d4a41;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.83595276;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:normal"
|
||||
id="path3932"
|
||||
sodipodi:sides="3"
|
||||
sodipodi:cx="8.9146461"
|
||||
sodipodi:cy="9.684866"
|
||||
sodipodi:r1="4.0292788"
|
||||
sodipodi:r2="2.0146394"
|
||||
sodipodi:arg1="-1.5707963"
|
||||
sodipodi:arg2="-0.52359878"
|
||||
inkscape:flatsided="true"
|
||||
inkscape:rounded="0"
|
||||
inkscape:randomized="0"
|
||||
d="m 8.9146463,5.6555872 3.4894577,6.0439178 -6.9789157,0 z"
|
||||
inkscape:transform-center-y="-1.3333344"
|
||||
transform="matrix(-2.1493311,0,0,1.3236446,29.160526,-4.4859875)" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 4.4 KiB |
|
@ -1,97 +0,0 @@
|
|||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="14"
|
||||
height="14"
|
||||
viewBox="0 0 14 14"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="0.92.1 r15371"
|
||||
sodipodi:docname="collapsed.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="26.733251"
|
||||
inkscape:cx="5.8544957"
|
||||
inkscape:cy="4.1342917"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="false"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="2,12"
|
||||
inkscape:measure-end="0,12"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true">
|
||||
<sodipodi:guide
|
||||
position="7,7"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="false" />
|
||||
<sodipodi:guide
|
||||
position="7,7"
|
||||
orientation="0,1"
|
||||
id="guide3935"
|
||||
inkscape:locked="false"
|
||||
inkscape:label=""
|
||||
inkscape:color="rgb(0,0,255)" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content"
|
||||
transform="translate(0,-6)">
|
||||
<path
|
||||
style="opacity:1;fill:#4d4a41;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="M 0 0 L 0 14 L 14 14 L 14 0 L 0 0 z M 6 4 L 8 4 L 8 6 L 10 6 L 10 8 L 8 8 L 8 10 L 6 10 L 6 8 L 4 8 L 4 6 L 6 6 L 6 4 z "
|
||||
transform="translate(0,6)"
|
||||
id="rect3848" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 3.1 KiB |
|
@ -1,94 +0,0 @@
|
|||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="20"
|
||||
height="20"
|
||||
viewBox="0 0 20 20"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="0.92.1 r15371"
|
||||
sodipodi:docname="cross.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="46.5"
|
||||
inkscape:cx="10"
|
||||
inkscape:cy="10"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="18.8975,12.498"
|
||||
inkscape:measure-end="20,12.498"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true">
|
||||
<sodipodi:guide
|
||||
position="10,10"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="false" />
|
||||
<sodipodi:guide
|
||||
position="10,10"
|
||||
orientation="0,1"
|
||||
id="guide3935"
|
||||
inkscape:locked="false" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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 />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content">
|
||||
<path
|
||||
style="display:inline;opacity:1;fill:#4d4a41;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:169.70561218;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.93939996;stroke-opacity:1;paint-order:markers stroke fill"
|
||||
d="m 4,1.5e-7 -4,3.99999995 2,2 L 6,10 l -4,4 -2,2 4,4 2,-2 4,-4 4,4 2,2 4,-4 -2,-2 -4,-4 4,-3.9999999 2,-2 L 16,1.5e-7 14,2.0000002 10,6.0000001 6,2.0000002 Z"
|
||||
id="path3944"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 3.1 KiB |
|
@ -1,111 +0,0 @@
|
|||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="20"
|
||||
height="20"
|
||||
viewBox="0 0 20 20"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="0.92.1 r15371"
|
||||
sodipodi:docname="dots.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="46.5"
|
||||
inkscape:cx="10"
|
||||
inkscape:cy="10"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="18.8975,12.498"
|
||||
inkscape:measure-end="20,12.498"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true">
|
||||
<sodipodi:guide
|
||||
position="10,10"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="false" />
|
||||
<sodipodi:guide
|
||||
position="10,10"
|
||||
orientation="0,1"
|
||||
id="guide3935"
|
||||
inkscape:locked="false" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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 />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content">
|
||||
<g
|
||||
id="g3853"
|
||||
style="fill:#4d4a41;fill-opacity:1">
|
||||
<circle
|
||||
r="2.5"
|
||||
cy="10"
|
||||
cx="10"
|
||||
id="path4063"
|
||||
style="opacity:1;fill:#4d4a41;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.99999952;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
style="opacity:1;fill:#4d4a41;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.99999952;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
id="circle3937"
|
||||
cx="17.5"
|
||||
cy="10"
|
||||
r="2.5" />
|
||||
<circle
|
||||
r="2.5"
|
||||
cy="10"
|
||||
cx="2.5"
|
||||
id="circle3939"
|
||||
style="opacity:1;fill:#4d4a41;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.99999952;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 3.7 KiB |
|
@ -1,104 +0,0 @@
|
|||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="14"
|
||||
height="14"
|
||||
viewBox="0 0 14 14"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="0.92.1 r15371"
|
||||
sodipodi:docname="expanded.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="14.407815"
|
||||
inkscape:cx="5.5919938"
|
||||
inkscape:cy="2.0247774"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="false"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="2,12"
|
||||
inkscape:measure-end="0,12"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true">
|
||||
<sodipodi:guide
|
||||
position="7,7"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="false" />
|
||||
<sodipodi:guide
|
||||
position="7,7"
|
||||
orientation="0,1"
|
||||
id="guide3935"
|
||||
inkscape:locked="false"
|
||||
inkscape:label=""
|
||||
inkscape:color="rgb(0,0,255)" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content"
|
||||
transform="translate(0,-6)">
|
||||
<path
|
||||
style="opacity:1;fill:#4d4a41;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="M 0 0 L 0 14 L 14 14 L 14 0 L 0 0 z M 2 2 L 12 2 L 12 12 L 2 12 L 2 2 z "
|
||||
transform="translate(0,6)"
|
||||
id="rect3848" />
|
||||
<rect
|
||||
style="opacity:1;fill:#4d4a41;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.99999976;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
id="rect3849"
|
||||
width="6"
|
||||
height="2"
|
||||
x="4"
|
||||
y="12" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 3.4 KiB |
|
@ -1,94 +0,0 @@
|
|||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="20"
|
||||
height="20"
|
||||
viewBox="0 0 20 20"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="0.92.1 r15371"
|
||||
sodipodi:docname="folder.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="46.5"
|
||||
inkscape:cx="10"
|
||||
inkscape:cy="10"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="18.8975,12.498"
|
||||
inkscape:measure-end="20,12.498"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true">
|
||||
<sodipodi:guide
|
||||
position="10,10"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="false" />
|
||||
<sodipodi:guide
|
||||
position="10,10"
|
||||
orientation="0,1"
|
||||
id="guide3935"
|
||||
inkscape:locked="false" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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 />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content">
|
||||
<path
|
||||
style="display:inline;opacity:1;fill:#4d4a41;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:normal"
|
||||
d="M 12,2.0000002 10,4.0000001 H 2.5e-7 V 18 H 20 V 4.0000001 L 18,2.0000002 h -3 z"
|
||||
id="rect3909"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 3.0 KiB |
|
@ -1,111 +0,0 @@
|
|||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="20"
|
||||
height="20"
|
||||
viewBox="0 0 20 20"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="0.92.1 r15371"
|
||||
sodipodi:docname="heart.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="46.5"
|
||||
inkscape:cx="10"
|
||||
inkscape:cy="10"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="18.8975,12.498"
|
||||
inkscape:measure-end="20,12.498"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true">
|
||||
<sodipodi:guide
|
||||
position="10,10"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="false" />
|
||||
<sodipodi:guide
|
||||
position="10,10"
|
||||
orientation="0,1"
|
||||
id="guide3935"
|
||||
inkscape:locked="false" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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 />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content">
|
||||
<g
|
||||
style="display:inline;fill:#4d4a41;fill-opacity:1"
|
||||
id="g4198"
|
||||
transform="translate(0,1)">
|
||||
<circle
|
||||
r="5.5"
|
||||
cy="5.5"
|
||||
cx="5.5"
|
||||
id="path4174"
|
||||
style="opacity:1;fill:#4d4a41;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5.99999952;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:normal" />
|
||||
<circle
|
||||
r="5.5"
|
||||
style="opacity:1;fill:#4d4a41;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:normal"
|
||||
id="circle4176"
|
||||
cx="14.5"
|
||||
cy="5.5" />
|
||||
<path
|
||||
id="path4178"
|
||||
d="M 0,5.5 C 0,10.950465 5.8158604,15.070234 10,18 14.18414,15.070234 20,10.950465 20,5.5 H 10 Z"
|
||||
style="fill:#4d4a41;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 35 KiB |
|
@ -1,93 +0,0 @@
|
|||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="20"
|
||||
height="20"
|
||||
viewBox="0 0 20 20"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
|
||||
sodipodi:docname="minus.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="24.357491"
|
||||
inkscape:cx="2.1378736"
|
||||
inkscape:cy="9.2954155"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="18.8975,12.498"
|
||||
inkscape:measure-end="20,12.498"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true">
|
||||
<sodipodi:guide
|
||||
position="10,10"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="false" />
|
||||
<sodipodi:guide
|
||||
position="10,10"
|
||||
orientation="0,1"
|
||||
id="guide3935"
|
||||
inkscape:locked="false" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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 />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content">
|
||||
<path
|
||||
style="display:inline;opacity:1;fill:#4d4a41;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:169.70561218;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.93939996;stroke-opacity:1;paint-order:markers stroke fill"
|
||||
d="M 0 7.171875 L 0 12.828125 L 7.171875 12.828125 L 12.828125 12.828125 L 20 12.828125 L 20 7.171875 L 12.828125 7.171875 L 7.171875 7.171875 L 0 7.171875 z "
|
||||
id="path3944" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 13 KiB |
|
@ -1,105 +0,0 @@
|
|||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="20"
|
||||
height="20"
|
||||
viewBox="0 0 20 20"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
|
||||
sodipodi:docname="pin.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="16"
|
||||
inkscape:cx="5.393155"
|
||||
inkscape:cy="14.217276"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="false"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="18.8975,12.498"
|
||||
inkscape:measure-end="20,12.498"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true">
|
||||
<sodipodi:guide
|
||||
position="10,10"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="false" />
|
||||
<sodipodi:guide
|
||||
position="10,10"
|
||||
orientation="0,1"
|
||||
id="guide3935"
|
||||
inkscape:locked="false" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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 />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content">
|
||||
<g
|
||||
id="g860"
|
||||
transform="matrix(0.84331109,-0.84331109,0.84331109,0.84331109,-5.2993351,11.566889)"
|
||||
style="fill:#4d4a41;fill-opacity:1">
|
||||
<path
|
||||
sodipodi:nodetypes="ccccccccccccccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="rect828"
|
||||
d="M 6.2883444,-4.9377601e-8 5.0306756,1.2532865 6.7966704,3.0192813 v 6.3453103 l -3.5758108,2.0639794 1.1481159,1.148116 h 5.6310255 5.631026 l 1.148114,-1.148116 -3.57581,-2.0639794 V 3.0192813 L 14.969327,1.2532865 13.711658,-4.9377601e-8 h -3.711657 z"
|
||||
style="opacity:1;vector-effect:none;fill:#4d4a41;fill-opacity:1;stroke:none;stroke-width:67.30937958;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke markers fill" />
|
||||
<path
|
||||
id="path843"
|
||||
d="m 9.1933594,13.576172 v 5.02539 L 10,20 10.806641,18.601562 v -5.02539 z"
|
||||
style="fill:#4d4a41;fill-opacity:1;stroke:none;stroke-width:2.24364591px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 3.7 KiB |
|
@ -1,93 +0,0 @@
|
|||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="20"
|
||||
height="20"
|
||||
viewBox="0 0 20 20"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
|
||||
sodipodi:docname="plus.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="24.357491"
|
||||
inkscape:cx="2.1378736"
|
||||
inkscape:cy="9.2954155"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="18.8975,12.498"
|
||||
inkscape:measure-end="20,12.498"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true">
|
||||
<sodipodi:guide
|
||||
position="10,10"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="false" />
|
||||
<sodipodi:guide
|
||||
position="10,10"
|
||||
orientation="0,1"
|
||||
id="guide3935"
|
||||
inkscape:locked="false" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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 />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content">
|
||||
<path
|
||||
style="display:inline;opacity:1;fill:#4d4a41;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:169.70561218;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.93939996;stroke-opacity:1;paint-order:markers stroke fill"
|
||||
d="M 7.171875 0 L 7.171875 1.515625 L 7.171875 7.171875 L 1.515625 7.171875 L 0 7.171875 L 0 12.828125 L 1.515625 12.828125 L 7.171875 12.828125 L 7.171875 18.484375 L 7.171875 20 L 12.828125 20 L 12.828125 18.484375 L 12.828125 12.828125 L 18.484375 12.828125 L 20 12.828125 L 20 7.171875 L 18.484375 7.171875 L 12.828125 7.171875 L 12.828125 1.515625 L 12.828125 0 L 7.171875 0 z "
|
||||
id="path3944" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 3.3 KiB |
|
@ -1,103 +0,0 @@
|
|||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="20"
|
||||
height="20"
|
||||
viewBox="0 0 20 20"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="0.92.1 r15371"
|
||||
sodipodi:docname="refresh.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="46.5"
|
||||
inkscape:cx="10"
|
||||
inkscape:cy="10"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="18.8975,12.498"
|
||||
inkscape:measure-end="20,12.498"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true">
|
||||
<sodipodi:guide
|
||||
position="10,10"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="false" />
|
||||
<sodipodi:guide
|
||||
position="10,10"
|
||||
orientation="0,1"
|
||||
id="guide3935"
|
||||
inkscape:locked="false" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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 />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content">
|
||||
<g
|
||||
style="display:inline;fill:#4d4a41;fill-opacity:1"
|
||||
id="g3986">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4137"
|
||||
d="M 0,11.998047 V 20 L 2.9335938,17.066406 A 10,10 0 0 0 10,20 10,10 0 0 0 19.787109,11.998047 H 16.705078 A 7,7 0 0 1 10,17 7,7 0 0 1 5.0527344,14.947266 L 8,11.998047 Z"
|
||||
style="opacity:1;fill:#4d4a41;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:normal" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="rect4142"
|
||||
d="M 10,0 A 10,10 0 0 0 0.21289062,8.0019531 H 3.2949219 A 7,7 0 0 1 10,3 7,7 0 0 1 14.947266,5.0527344 L 12,8.0019531 h 8 V 0 L 17.066406,2.9335938 A 10,10 0 0 0 10,0 Z"
|
||||
style="opacity:1;fill:#4d4a41;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:normal" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 3.7 KiB |
|
@ -1,100 +0,0 @@
|
|||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="20"
|
||||
height="20"
|
||||
viewBox="0 0 20 20"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="0.92.3 (2405546, 2018-03-11)"
|
||||
sodipodi:docname="restore.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="16.440233"
|
||||
inkscape:cx="34.731333"
|
||||
inkscape:cy="10.023243"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="18.8975,12.498"
|
||||
inkscape:measure-end="20,12.498"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true">
|
||||
<sodipodi:guide
|
||||
position="10,10"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="false" />
|
||||
<sodipodi:guide
|
||||
position="10,10"
|
||||
orientation="0,1"
|
||||
id="guide3935"
|
||||
inkscape:locked="false" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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 />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content">
|
||||
<path
|
||||
style="opacity:1;fill:#4d4a41;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.00000024;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="m 10,-2.5e-7 a 10,10 0 0 1 0.998047,0.05078 A 10,10 0 0 1 19.787109,8.0019518 10,10 0 0 1 20,10 10,10 0 0 1 10,20 10,10 0 0 1 0.2128895,11.998047 h 3.082032 A 7,7 0 0 0 10,17 a 7,7 0 0 0 7,-7 7,7 0 0 0 -0.294922,-1.9980473 7,7 0 0 0 -0.53125,-1.291016 7,7 0 0 0 0,-0.0019 7,7 0 0 0 -0.359375,-0.599609 7,7 0 0 0 -0.417969,-0.5625 7,7 0 0 0 -0.40625,-0.447266 7,7 0 0 0 -0.07422,-0.07813 7,7 0 0 0 -0.435547,-0.390625 7,7 0 0 0 -0.08594,-0.07422 7,7 0 0 0 -0.490234,-0.359375 7,7 0 0 0 -0.07227,-0.05078 7,7 0 0 0 -0.49023,-0.289062 7,7 0 0 0 -0.119141,-0.06836 7,7 0 0 0 -0.439453,-0.203125 7,7 0 0 0 -0.207031,-0.0918 7,7 0 0 0 -0.402344,-0.138672 7,7 0 0 0 -0.259766,-0.08594 7,7 0 0 0 -0.466797,-0.109375 7,7 0 0 0 -0.208984,-0.04687 7,7 0 0 0 -0.458984,-0.06055 7,7 0 0 0 -0.246094,-0.03125 A 7,7 0 0 0 10,2.9999997 a 7,7 0 0 0 -2.06836,0.314453 7,7 0 0 0 -0.0019,0 7,7 0 0 0 -0.654297,0.240234 7,7 0 0 0 -0.0019,0 7,7 0 0 0 -0.628906,0.304688 7,7 0 0 0 -1.587891,1.197266 L 8,8.0019527 H 3.2968745 0.2031245 -5e-7 V -2.5e-7 l 2.933594,2.93359395 a 10,10 0 0 1 0.01172,-0.01172 10,10 0 0 1 0.591797,-0.535156 10,10 0 0 1 0.169922,-0.148438 10,10 0 0 1 0.6015635,-0.447265 10,10 0 0 1 0.199218,-0.142579 10,10 0 0 1 0.644532,-0.380859 10,10 0 0 1 0.222656,-0.126953 10,10 0 0 1 0.632812,-0.29492195 10,10 0 0 1 0.283204,-0.126953 10,10 0 0 1 0.623046,-0.216797 10,10 0 0 1 0.328125,-0.109375 10,10 0 0 1 0.601563,-0.144531 10,10 0 0 1 0.375,-0.08398 10,10 0 0 1 0.603516,-0.08203 10,10 0 0 1 0.394531,-0.04883 A 10,10 0 0 1 10,-2.5e-7 Z"
|
||||
id="path3956"
|
||||
inkscape:connector-curvature="0" />
|
||||
<circle
|
||||
style="opacity:0.99900004;fill:#4d4a41;fill-opacity:1;stroke:#4d4a41;stroke-width:0.99999994;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke"
|
||||
id="path817"
|
||||
cx="10"
|
||||
cy="10"
|
||||
r="2" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 4.8 KiB |
|
@ -1,109 +0,0 @@
|
|||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="128"
|
||||
height="128"
|
||||
viewBox="0 0 128 128"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="0.92.1 r15371"
|
||||
sodipodi:docname="run.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="11.298641"
|
||||
inkscape:cx="8.3473457"
|
||||
inkscape:cy="69.793752"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="18.8975,12.498"
|
||||
inkscape:measure-end="20,12.498"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true">
|
||||
<sodipodi:guide
|
||||
position="64,64"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="false" />
|
||||
<sodipodi:guide
|
||||
position="64,64"
|
||||
orientation="0,1"
|
||||
id="guide3935"
|
||||
inkscape:locked="false"
|
||||
inkscape:label=""
|
||||
inkscape:color="rgb(0,0,255)" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content"
|
||||
transform="translate(0,108)">
|
||||
<path
|
||||
sodipodi:type="star"
|
||||
style="display:inline;opacity:1;fill:#cd664d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:normal"
|
||||
id="path3868"
|
||||
sodipodi:sides="3"
|
||||
sodipodi:cx="63.999996"
|
||||
sodipodi:cy="-43.999996"
|
||||
sodipodi:r1="64.000008"
|
||||
sodipodi:r2="32.000004"
|
||||
sodipodi:arg1="0"
|
||||
sodipodi:arg2="1.0471976"
|
||||
inkscape:flatsided="true"
|
||||
inkscape:rounded="0"
|
||||
inkscape:randomized="0"
|
||||
d="m 128,-43.999996 -96.000008,55.425632 0,-110.851265 z"
|
||||
inkscape:transform-center-x="-15.999997"
|
||||
inkscape:transform-center-y="3.8146973e-006" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 3.5 KiB |
|
@ -1,94 +0,0 @@
|
|||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="20"
|
||||
height="20"
|
||||
viewBox="0 0 20 20"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="0.92.1 r15371"
|
||||
sodipodi:docname="shortcut.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="46.5"
|
||||
inkscape:cx="10"
|
||||
inkscape:cy="10"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="18.8975,12.498"
|
||||
inkscape:measure-end="20,12.498"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true">
|
||||
<sodipodi:guide
|
||||
position="10,10"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="false" />
|
||||
<sodipodi:guide
|
||||
position="10,10"
|
||||
orientation="0,1"
|
||||
id="guide3935"
|
||||
inkscape:locked="false" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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 />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
style="display:inline;opacity:1;fill:#4d4a41;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="M 12,1.1035163 V 5.4492195 A 9.7951674,7.8360994 0 0 0 2.2050782,13.285156 9.7951674,7.8360994 0 0 0 6.9863282,20 H 8.201172 A 5.8526129,4.68207 0 0 1 6.1484376,16.4375 5.8526129,4.68207 0 0 1 12,11.757812 v 4.345704 l 8,-7.5 z"
|
||||
id="rect3929" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 3.2 KiB |
|
@ -1,125 +0,0 @@
|
|||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="20"
|
||||
height="20"
|
||||
viewBox="0 0 20 20"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="0.92.1 r15371"
|
||||
sodipodi:docname="sort.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="63.914761"
|
||||
inkscape:cx="0.055319431"
|
||||
inkscape:cy="1.8950951"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="18.8975,12.498"
|
||||
inkscape:measure-end="20,12.498"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true">
|
||||
<sodipodi:guide
|
||||
position="10,10"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="false" />
|
||||
<sodipodi:guide
|
||||
position="10,10"
|
||||
orientation="0,1"
|
||||
id="guide3935"
|
||||
inkscape:locked="false" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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 />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content">
|
||||
<g
|
||||
id="g3898"
|
||||
style="fill:#4d4a41;fill-opacity:1">
|
||||
<g
|
||||
id="g3886"
|
||||
style="fill:#4d4a41;fill-opacity:1">
|
||||
<rect
|
||||
y="4"
|
||||
x="13"
|
||||
height="16"
|
||||
width="3"
|
||||
id="rect4003"
|
||||
style="display:inline;opacity:1;fill:#4d4a41;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.40999997;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:normal" />
|
||||
<path
|
||||
style="display:inline;opacity:1;fill:#4d4a41;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.40999997;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:normal"
|
||||
d="m 13,0 v 7.9999998 h 7 z"
|
||||
id="path4009"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
id="g3890"
|
||||
style="fill:#4d4a41;fill-opacity:1">
|
||||
<rect
|
||||
style="display:inline;opacity:1;fill:#4d4a41;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.40999997;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:normal"
|
||||
id="rect3999"
|
||||
width="3"
|
||||
height="16"
|
||||
x="4"
|
||||
y="2.2775268e-008" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4016"
|
||||
d="M 7,20 V 12 H 0 Z"
|
||||
style="display:inline;opacity:1;fill:#4d4a41;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.40999997;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:normal" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 4.4 KiB |
|
@ -1,99 +0,0 @@
|
|||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="20"
|
||||
height="20"
|
||||
viewBox="0 0 20 20"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="0.92.3 (2405546, 2018-03-11)"
|
||||
sodipodi:docname="down.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="18.564954"
|
||||
inkscape:cx="4.8832432"
|
||||
inkscape:cy="10.159385"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="18.8975,12.498"
|
||||
inkscape:measure-end="20,12.498"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true">
|
||||
<sodipodi:guide
|
||||
position="10,10"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="false"
|
||||
inkscape:label=""
|
||||
inkscape:color="rgb(0,0,255)" />
|
||||
<sodipodi:guide
|
||||
position="10,10"
|
||||
orientation="0,1"
|
||||
id="guide3935"
|
||||
inkscape:locked="false"
|
||||
inkscape:label=""
|
||||
inkscape:color="rgb(0,0,255)" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content">
|
||||
<path
|
||||
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:169.70561218;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.93939996;stroke-opacity:1;paint-order:markers stroke fill"
|
||||
d="m 3.9999999,3 -4,4.0000001 2,1.9999999 2,2 2,2 4,4 L 14,13 16,11 18,9 20,7.0000001 16,3 14,5 9.9999999,9 l -4,-4 z"
|
||||
id="path3944"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="ccccccccccccccc" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 3.3 KiB |
|
@ -1,99 +0,0 @@
|
|||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="20"
|
||||
height="20"
|
||||
viewBox="0 0 20 20"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="0.92.3 (2405546, 2018-03-11)"
|
||||
sodipodi:docname="up.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="18.564954"
|
||||
inkscape:cx="4.8832432"
|
||||
inkscape:cy="10.159385"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="18.8975,12.498"
|
||||
inkscape:measure-end="20,12.498"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true">
|
||||
<sodipodi:guide
|
||||
position="10,10"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="false"
|
||||
inkscape:label=""
|
||||
inkscape:color="rgb(0,0,255)" />
|
||||
<sodipodi:guide
|
||||
position="10,10"
|
||||
orientation="0,1"
|
||||
id="guide3935"
|
||||
inkscape:locked="false"
|
||||
inkscape:label=""
|
||||
inkscape:color="rgb(0,0,255)" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content">
|
||||
<path
|
||||
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:169.70561218;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.93939996;stroke-opacity:1;paint-order:markers stroke fill"
|
||||
d="m 3.9999999,17 -4,-4 2,-2 2,-2 2,-2 4,-4 L 14,7 l 2,2 2,2 2,2 -4,4 -2,-2 -4.0000001,-4 -4,4 z"
|
||||
id="path3944"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="ccccccccccccccc" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 3.2 KiB |
|
@ -1,97 +0,0 @@
|
|||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="8"
|
||||
height="8"
|
||||
viewBox="0 0 8 8"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="0.92.1 r15371"
|
||||
sodipodi:docname="down.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="26.25481"
|
||||
inkscape:cx="0.53776101"
|
||||
inkscape:cy="5.6881881"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="18.8975,12.498"
|
||||
inkscape:measure-end="20,12.498"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true">
|
||||
<sodipodi:guide
|
||||
position="4,4"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="false" />
|
||||
<sodipodi:guide
|
||||
position="4,4"
|
||||
orientation="0,1"
|
||||
id="guide3935"
|
||||
inkscape:locked="false"
|
||||
inkscape:label=""
|
||||
inkscape:color="rgb(0,0,255)" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content"
|
||||
transform="translate(0,-12)">
|
||||
<path
|
||||
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:212.1320343;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.93939996;stroke-opacity:1;paint-order:markers stroke fill"
|
||||
d="M 0,15 2,17 4,19 6,17 8,15 6,13 4,15 2,13 Z"
|
||||
id="rect3900-0"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 3.1 KiB |
|
@ -1,97 +0,0 @@
|
|||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="8"
|
||||
height="8"
|
||||
viewBox="0 0 8 8"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="0.92.1 r15371"
|
||||
sodipodi:docname="left.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="26.25481"
|
||||
inkscape:cx="0.53776101"
|
||||
inkscape:cy="5.6881881"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="18.8975,12.498"
|
||||
inkscape:measure-end="20,12.498"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true">
|
||||
<sodipodi:guide
|
||||
position="4,4"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="false" />
|
||||
<sodipodi:guide
|
||||
position="4,4"
|
||||
orientation="0,1"
|
||||
id="guide3935"
|
||||
inkscape:locked="false"
|
||||
inkscape:label=""
|
||||
inkscape:color="rgb(0,0,255)" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content"
|
||||
transform="translate(0,-12)">
|
||||
<path
|
||||
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:212.1320343;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.93939996;stroke-opacity:1;paint-order:markers stroke fill"
|
||||
d="M 5,20 3,18 1,16 3,14 5,12 7,14 5,16 7,18 Z"
|
||||
id="rect3900-0"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 3.1 KiB |
|
@ -1,97 +0,0 @@
|
|||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="8"
|
||||
height="8"
|
||||
viewBox="0 0 8 8"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="0.92.1 r15371"
|
||||
sodipodi:docname="right.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="26.25481"
|
||||
inkscape:cx="0.53776101"
|
||||
inkscape:cy="5.6881881"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="18.8975,12.498"
|
||||
inkscape:measure-end="20,12.498"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true">
|
||||
<sodipodi:guide
|
||||
position="4,4"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="false" />
|
||||
<sodipodi:guide
|
||||
position="4,4"
|
||||
orientation="0,1"
|
||||
id="guide3935"
|
||||
inkscape:locked="false"
|
||||
inkscape:label=""
|
||||
inkscape:color="rgb(0,0,255)" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content"
|
||||
transform="translate(0,-12)">
|
||||
<path
|
||||
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:212.1320343;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.93939996;stroke-opacity:1;paint-order:markers stroke fill"
|
||||
d="M 3,20 5,18 7,16 5,14 3,12 1,14 3,16 1,18 Z"
|
||||
id="rect3900-0"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 3.1 KiB |
|
@ -1,97 +0,0 @@
|
|||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="8"
|
||||
height="8"
|
||||
viewBox="0 0 8 8"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="0.92.1 r15371"
|
||||
sodipodi:docname="up.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="26.25481"
|
||||
inkscape:cx="0.53776101"
|
||||
inkscape:cy="5.6881881"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="18.8975,12.498"
|
||||
inkscape:measure-end="20,12.498"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true">
|
||||
<sodipodi:guide
|
||||
position="4,4"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="false" />
|
||||
<sodipodi:guide
|
||||
position="4,4"
|
||||
orientation="0,1"
|
||||
id="guide3935"
|
||||
inkscape:locked="false"
|
||||
inkscape:label=""
|
||||
inkscape:color="rgb(0,0,255)" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content"
|
||||
transform="translate(0,-12)">
|
||||
<path
|
||||
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:212.1320343;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.93939996;stroke-opacity:1;paint-order:markers stroke fill"
|
||||
d="m 0,17 2,-2 2,-2 2,2 2,2 -2,2 -2,-2 -2,2 z"
|
||||
id="rect3900-0"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 3.1 KiB |
|
@ -1,94 +0,0 @@
|
|||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="20"
|
||||
height="20"
|
||||
viewBox="0 0 20 20"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="0.92.3 (2405546, 2018-03-11)"
|
||||
sodipodi:docname="check.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="11.625"
|
||||
inkscape:cx="-3.537598"
|
||||
inkscape:cy="-2.9645926"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="false"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="18.8975,12.498"
|
||||
inkscape:measure-end="20,12.498"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true">
|
||||
<sodipodi:guide
|
||||
position="10,10"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="false" />
|
||||
<sodipodi:guide
|
||||
position="10,10"
|
||||
orientation="0,1"
|
||||
id="guide3935"
|
||||
inkscape:locked="false" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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 />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content">
|
||||
<path
|
||||
style="display:inline;opacity:1;fill:#007e7e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:169.70561218;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.93939996;stroke-opacity:1;paint-order:markers stroke fill"
|
||||
d="m 16,2.0000002 -4,4 -4.0000001,3.9999996 -4,-3.9999996 L -9.4999999e-8,9.9999998 3.9999999,14 l 4,4 L 12,14 16,9.9999998 20,6.0000002 Z"
|
||||
id="rect3900-47"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 3.1 KiB |
|
@ -1,94 +0,0 @@
|
|||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="20"
|
||||
height="20"
|
||||
viewBox="0 0 20 20"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="0.92.1 r15371"
|
||||
sodipodi:docname="check-alt.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="18.564955"
|
||||
inkscape:cx="1.4921607"
|
||||
inkscape:cy="9.294465"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="18.8975,12.498"
|
||||
inkscape:measure-end="20,12.498"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true">
|
||||
<sodipodi:guide
|
||||
position="10,10"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="false" />
|
||||
<sodipodi:guide
|
||||
position="10,10"
|
||||
orientation="0,1"
|
||||
id="guide3935"
|
||||
inkscape:locked="false" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content">
|
||||
<path
|
||||
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:169.70561218;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.93939996;stroke-opacity:1;paint-order:markers stroke fill"
|
||||
d="m 16,2.0000002 -4,4 -4.0000001,3.9999996 -4,-3.9999996 L -9.4999999e-8,9.9999998 3.9999999,14 l 4,4 L 12,14 16,9.9999998 20,6.0000002 Z"
|
||||
id="rect3900-47"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 3.1 KiB |
|
@ -1,94 +0,0 @@
|
|||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="20"
|
||||
height="20"
|
||||
viewBox="0 0 20 20"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="0.92.1 r15371"
|
||||
sodipodi:docname="unchecked-disabled.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="27.505434"
|
||||
inkscape:cx="6.0413321"
|
||||
inkscape:cy="6.6331774"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="18.8975,12.498"
|
||||
inkscape:measure-end="20,12.498"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true">
|
||||
<sodipodi:guide
|
||||
position="10,10"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="false" />
|
||||
<sodipodi:guide
|
||||
position="10,10"
|
||||
orientation="0,1"
|
||||
id="guide3935"
|
||||
inkscape:locked="false" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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 />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content">
|
||||
<path
|
||||
style="display:inline;opacity:1;fill:#6c6c6c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:169.70561218;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.93939996;stroke-opacity:1;paint-order:markers stroke fill"
|
||||
d="M 4.0000001,-1.65e-7 1.2e-7,3.9999998 l 1.99999998,2 4,3.9999994 -4,4.0000008 -1.99999998,2 3.99999998,4 2,-2 L 10,14 l 4,4 2,2 4,-4 -2,-2 -4,-4.0000008 4,-3.9999994 2,-2 L 16,-1.65e-7 14,1.9999999 10,5.9999998 6.0000001,1.9999999 Z"
|
||||
id="path3944"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 3.2 KiB |
|
@ -1,106 +0,0 @@
|
|||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="20"
|
||||
height="20"
|
||||
viewBox="0 0 20 20"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="0.92.3 (2405546, 2018-03-11)"
|
||||
sodipodi:docname="hover.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="25.517736"
|
||||
inkscape:cx="10.021083"
|
||||
inkscape:cy="13.022358"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="2.5,10"
|
||||
inkscape:measure-end="3e-007,10"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true">
|
||||
<sodipodi:guide
|
||||
position="10,10"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="false" />
|
||||
<sodipodi:guide
|
||||
position="10,10"
|
||||
orientation="0,1"
|
||||
id="guide3935"
|
||||
inkscape:locked="false" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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 />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
style="display:inline;opacity:1;fill:#fafafa;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.93939996;stroke-opacity:1;paint-order:markers stroke fill"
|
||||
d="M 10,2.7e-7 C 4.4771523,2.7e-7 3e-7,4.4771526 3e-7,10 3e-7,15.522848 4.4771523,20 10,20 15.522848,20 20,15.522848 20,10 20,4.4771526 15.522848,2.7e-7 10,2.7e-7 Z m 0,2.49999983 c 4.142136,0 7.5,3.3578645 7.5,7.4999999 0,4.142136 -3.357864,7.5 -7.5,7.5 C 5.8578643,17.5 2.5000003,14.142136 2.5000003,10 2.5000003,5.8578646 5.8578643,2.5000001 10,2.5000001 Z"
|
||||
id="path3872-6" />
|
||||
<path
|
||||
style="display:inline;opacity:1;fill:#007e7e;fill-opacity:0;fill-rule:nonzero;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.93939996;stroke-opacity:1;paint-order:markers stroke fill"
|
||||
d="m 10,2 c -4.418278,0 -8,3.581722 -8,8 0,4.418278 3.581722,8 8,8 4.418278,0 8,-3.581722 8,-8 0,-4.418278 -3.581722,-8 -8,-8 z"
|
||||
id="path3872"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="sssss" />
|
||||
<circle
|
||||
style="opacity:1;vector-effect:none;fill:#fafafa;fill-opacity:1;stroke:none;stroke-width:1.29753029;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke markers fill"
|
||||
id="path821"
|
||||
cx="10"
|
||||
cy="10"
|
||||
r="4.999999" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 4.2 KiB |
|
@ -1,106 +0,0 @@
|
|||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="20"
|
||||
height="20"
|
||||
viewBox="0 0 20 20"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="0.92.3 (2405546, 2018-03-11)"
|
||||
sodipodi:docname="radio.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="51.035472"
|
||||
inkscape:cx="13.200821"
|
||||
inkscape:cy="10.987609"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="2.5,10"
|
||||
inkscape:measure-end="3e-007,10"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true">
|
||||
<sodipodi:guide
|
||||
position="10,10"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="false" />
|
||||
<sodipodi:guide
|
||||
position="10,10"
|
||||
orientation="0,1"
|
||||
id="guide3935"
|
||||
inkscape:locked="false" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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 />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
style="display:inline;opacity:1;fill:#d3d3d3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.93939996;stroke-opacity:1;paint-order:markers stroke fill"
|
||||
d="M 10,2.7e-7 C 4.4771523,2.7e-7 3e-7,4.4771526 3e-7,10 3e-7,15.522848 4.4771523,20 10,20 15.522848,20 20,15.522848 20,10 20,4.4771526 15.522848,2.7e-7 10,2.7e-7 Z m 0,2.49999983 c 4.142136,0 7.5,3.3578645 7.5,7.4999999 0,4.142136 -3.357864,7.5 -7.5,7.5 C 5.8578643,17.5 2.5000003,14.142136 2.5000003,10 2.5000003,5.8578646 5.8578643,2.5000001 10,2.5000001 Z"
|
||||
id="path3872-6" />
|
||||
<path
|
||||
style="display:inline;opacity:1;fill:#007e7e;fill-opacity:0;fill-rule:nonzero;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.93939996;stroke-opacity:1;paint-order:markers stroke fill"
|
||||
d="m 10,2 c -4.418278,0 -8,3.581722 -8,8 0,4.418278 3.581722,8 8,8 4.418278,0 8,-3.581722 8,-8 0,-4.418278 -3.581722,-8 -8,-8 z"
|
||||
id="path3872"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="sssss" />
|
||||
<circle
|
||||
style="opacity:1;vector-effect:none;fill:#d3d3d3;fill-opacity:1;stroke:none;stroke-width:1.29753029;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke markers fill"
|
||||
id="path821"
|
||||
cx="10"
|
||||
cy="10"
|
||||
r="4.999999" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 4.2 KiB |
|
@ -1,100 +0,0 @@
|
|||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="20"
|
||||
height="20"
|
||||
viewBox="0 0 20 20"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="0.92.1 r15371"
|
||||
sodipodi:docname="unchecked-alt.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="16"
|
||||
inkscape:cx="-3.1093521"
|
||||
inkscape:cy="-9.0242346"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="18.8975,12.498"
|
||||
inkscape:measure-end="20,12.498"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true">
|
||||
<sodipodi:guide
|
||||
position="10,10"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="false" />
|
||||
<sodipodi:guide
|
||||
position="10,10"
|
||||
orientation="0,1"
|
||||
id="guide3935"
|
||||
inkscape:locked="false" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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 />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
style="display:inline;opacity:1;fill:#fafafa;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.93939996;stroke-opacity:1;paint-order:markers stroke fill"
|
||||
d="M 10,2.7e-7 C 4.4771523,2.7e-7 3e-7,4.4771526 3e-7,10 3e-7,15.522848 4.4771523,20 10,20 15.522848,20 20,15.522848 20,10 20,4.4771526 15.522848,2.7e-7 10,2.7e-7 Z m 0,2.49999983 c 4.142136,0 7.5,3.3578645 7.5,7.4999999 0,4.142136 -3.357864,7.5 -7.5,7.5 C 5.8578643,17.5 2.5000003,14.142136 2.5000003,10 2.5000003,5.8578646 5.8578643,2.5000001 10,2.5000001 Z"
|
||||
id="path3872-6" />
|
||||
<path
|
||||
style="display:inline;opacity:1;fill:#007e7e;fill-opacity:0;fill-rule:nonzero;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.93939996;stroke-opacity:1;paint-order:markers stroke fill"
|
||||
d="m 10,2 c -4.418278,0 -8,3.581722 -8,8 0,4.418278 3.581722,8 8,8 4.418278,0 8,-3.581722 8,-8 0,-4.418278 -3.581722,-8 -8,-8 z"
|
||||
id="path3872"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="sssss" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 3.8 KiB |
|
@ -1,100 +0,0 @@
|
|||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="20"
|
||||
height="20"
|
||||
viewBox="0 0 20 20"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="0.92.1 r15371"
|
||||
sodipodi:docname="unchecked.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="36.087529"
|
||||
inkscape:cx="8.2851418"
|
||||
inkscape:cy="9.2482234"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="18.8975,12.498"
|
||||
inkscape:measure-end="20,12.498"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true">
|
||||
<sodipodi:guide
|
||||
position="10,10"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="false" />
|
||||
<sodipodi:guide
|
||||
position="10,10"
|
||||
orientation="0,1"
|
||||
id="guide3935"
|
||||
inkscape:locked="false" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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 />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
style="display:inline;opacity:1;fill:#d3d3d3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.93939996;stroke-opacity:1;paint-order:markers stroke fill"
|
||||
d="M 10,2.7e-7 C 4.4771523,2.7e-7 3e-7,4.4771526 3e-7,10 3e-7,15.522848 4.4771523,20 10,20 15.522848,20 20,15.522848 20,10 20,4.4771526 15.522848,2.7e-7 10,2.7e-7 Z m 0,2.49999983 c 4.142136,0 7.5,3.3578645 7.5,7.4999999 0,4.142136 -3.357864,7.5 -7.5,7.5 C 5.8578643,17.5 2.5000003,14.142136 2.5000003,10 2.5000003,5.8578646 5.8578643,2.5000001 10,2.5000001 Z"
|
||||
id="path3872-6" />
|
||||
<path
|
||||
style="display:inline;opacity:1;fill:#007e7e;fill-opacity:0;fill-rule:nonzero;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.93939996;stroke-opacity:1;paint-order:markers stroke fill"
|
||||
d="m 10,2 c -4.418278,0 -8,3.581722 -8,8 0,4.418278 3.581722,8 8,8 4.418278,0 8,-3.581722 8,-8 0,-4.418278 -3.581722,-8 -8,-8 z"
|
||||
id="path3872"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="sssss" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 3.8 KiB |
|
@ -1,99 +0,0 @@
|
|||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="128"
|
||||
height="128"
|
||||
viewBox="0 0 128 128"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="0.92.1 r15371"
|
||||
sodipodi:docname="archives.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="4.3843014"
|
||||
inkscape:cx="83.662365"
|
||||
inkscape:cy="55.175634"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="18.8975,12.498"
|
||||
inkscape:measure-end="20,12.498"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true"
|
||||
inkscape:lockguides="true">
|
||||
<sodipodi:guide
|
||||
position="64,64"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="true" />
|
||||
<sodipodi:guide
|
||||
position="64,64"
|
||||
orientation="0,1"
|
||||
id="guide3935"
|
||||
inkscape:locked="true"
|
||||
inkscape:label=""
|
||||
inkscape:color="rgb(0,0,255)" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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 />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content"
|
||||
transform="translate(0,108)">
|
||||
<path
|
||||
style="opacity:1;fill:#d3d3d3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:normal"
|
||||
d="m 73.998642,-83.999999 -9.998644,10.001356 H 14.001355 V -4.000001 H 113.99864 V -73.998643 L 104,-83.999999 H 88.999315 Z"
|
||||
id="path3849"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="ccccccccc" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 3.2 KiB |
|
@ -1,118 +0,0 @@
|
|||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="128"
|
||||
height="128"
|
||||
viewBox="0 0 128 128"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="0.92.3 (2405546, 2018-03-11)"
|
||||
sodipodi:docname="endorse.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="5.4980442"
|
||||
inkscape:cx="55.894099"
|
||||
inkscape:cy="61.889389"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="18.8975,12.498"
|
||||
inkscape:measure-end="20,12.498"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true">
|
||||
<sodipodi:guide
|
||||
position="64,64"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="false" />
|
||||
<sodipodi:guide
|
||||
position="64,64"
|
||||
orientation="0,1"
|
||||
id="guide3935"
|
||||
inkscape:locked="false"
|
||||
inkscape:label=""
|
||||
inkscape:color="rgb(0,0,255)" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content"
|
||||
transform="translate(0,108)">
|
||||
<g
|
||||
id="g3861"
|
||||
transform="matrix(0.55290621,0,0,0.55290621,28.614002,-29.750801)"
|
||||
style="fill:#737373;fill-opacity:1;stroke-width:1.80862486" />
|
||||
<g
|
||||
style="display:inline;fill:#d3d3d3;fill-opacity:1"
|
||||
id="g4198"
|
||||
transform="matrix(5.6,0,0,5.6,8,-94.4)">
|
||||
<circle
|
||||
r="5.5"
|
||||
cy="5.5"
|
||||
cx="5.5"
|
||||
id="path4174"
|
||||
style="opacity:1;fill:#d3d3d3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5.99999952;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:normal" />
|
||||
<circle
|
||||
r="5.5"
|
||||
style="opacity:1;fill:#d3d3d3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:normal"
|
||||
id="circle4176"
|
||||
cx="14.5"
|
||||
cy="5.5" />
|
||||
<path
|
||||
id="path4178"
|
||||
d="M 0,5.5 C 0,10.950465 5.8158604,15.070234 10,18 14.18414,15.070234 20,10.950465 20,5.5 H 10 Z"
|
||||
style="fill:#d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 4.0 KiB |
|
@ -1,99 +0,0 @@
|
|||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="128"
|
||||
height="128"
|
||||
viewBox="0 0 128 128"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="0.92.1 r15371"
|
||||
sodipodi:docname="executables.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="2.3629075"
|
||||
inkscape:cx="146.96542"
|
||||
inkscape:cy="0.84722465"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="18.8975,12.498"
|
||||
inkscape:measure-end="20,12.498"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true">
|
||||
<sodipodi:guide
|
||||
position="64,64"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="false" />
|
||||
<sodipodi:guide
|
||||
position="64,64"
|
||||
orientation="0,1"
|
||||
id="guide3935"
|
||||
inkscape:locked="false"
|
||||
inkscape:label=""
|
||||
inkscape:color="rgb(0,0,255)" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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 />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content"
|
||||
transform="translate(0,108)">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
style="display:inline;opacity:1;fill:#d3d3d3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.00000048;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="m 69.224291,-99 v 25.297161 A 57.019516,45.615413 0 0 0 12.206203,-28.088371 57.019516,45.615413 0 0 0 40.038762,11 h 7.071835 A 34.069164,27.255211 0 0 1 35.161239,-9.7379829 34.069164,27.255211 0 0 1 69.224291,-36.979329 v 25.297161 L 115.7938,-55.341082 Z"
|
||||
id="rect3929"
|
||||
inkscape:transform-center-x="-6.418094"
|
||||
inkscape:transform-center-y="3.2118799" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 3.4 KiB |
|
@ -1,119 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="128"
|
||||
height="128"
|
||||
viewBox="0 0 128 128"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="1.0.2 (e86c870879, 2021-01-15, custom)"
|
||||
sodipodi:docname="globe.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="3.0131356"
|
||||
inkscape:cx="118.02647"
|
||||
inkscape:cy="107.5646"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="108.073,108.073"
|
||||
inkscape:measure-end="112.737,112.737"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true"
|
||||
inkscape:document-rotation="0">
|
||||
<sodipodi:guide
|
||||
position="64,64"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="false" />
|
||||
<sodipodi:guide
|
||||
position="64,64"
|
||||
orientation="0,1"
|
||||
id="guide3935"
|
||||
inkscape:locked="false"
|
||||
inkscape:label="255"
|
||||
inkscape:color="rgb(0,0,255)" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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 />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content"
|
||||
transform="translate(0,108)">
|
||||
<g
|
||||
style="fill:#505050;fill-opacity:1;stroke-width:0.19550784"
|
||||
id="g4412"
|
||||
inkscape:transform-center-x="-5.0913502"
|
||||
inkscape:transform-center-y="-4.4596393"
|
||||
transform="matrix(5.1148849,0,0,5.1148849,12.851148,-95.148848)" />
|
||||
<g
|
||||
transform="matrix(0,4.9102895,-4.9102895,0,113.1029,-93.102895)"
|
||||
inkscape:transform-center-y="24"
|
||||
inkscape:transform-center-x="-21.022466"
|
||||
id="g4064"
|
||||
style="fill:#505050;fill-opacity:1;stroke-width:0.20365398" />
|
||||
<g
|
||||
style="fill:#505050;fill-opacity:1;stroke-width:0.20365398"
|
||||
id="g4068"
|
||||
inkscape:transform-center-x="24.000005"
|
||||
inkscape:transform-center-y="21.022466"
|
||||
transform="matrix(-4.9102895,0,0,-4.9102895,113.10289,5.1029002)" />
|
||||
<g
|
||||
transform="matrix(-2.719147e-8,-4.9102894,4.9102894,-2.719147e-8,14.8971,5.1028901)"
|
||||
inkscape:transform-center-y="-24.000003"
|
||||
inkscape:transform-center-x="21.022466"
|
||||
id="g4072"
|
||||
style="fill:#505050;fill-opacity:1;stroke-width:0.20365398" />
|
||||
<path
|
||||
d="m 9,-44 a 55,55 0 1 1 110,0 55,55 0 0 1 -110,0 z m 51.562498,-47.595629 c -4.606249,1.402508 -9.178124,5.6375 -12.973124,12.753133 -0.983124,1.842495 -1.8975,3.849992 -2.715625,5.994994 4.846876,1.079376 10.12,1.766874 15.688749,1.973125 z m -22.350624,16.926257 c 0.976251,-2.639999 2.09,-5.115007 3.306876,-7.411249 a 46.062499,46.062499 0 0 1 4.104375,-6.414383 48.19375,48.19375 0 0 0 -15.6475,10.46375 c 2.48875,1.265002 5.245624,2.399373 8.236249,3.368757 z m -5.0875,27.231871 c 0.2475,-7.35625 1.2925,-14.348124 2.9975,-20.679996 A 62.7275,62.7275 0 0 1 25.362499,-72.703122 47.877499,47.877499 0 0 0 15.99875,-47.437501 H 33.1175 Z m 9.625,-18.844377 a 84.865,84.865 0 0 0 -2.75,18.844377 h 20.563124 v -16.561868 c -6.256248,-0.206252 -12.258123,-0.996882 -17.813124,-2.282509 z m 24.688126,2.275634 v 16.568743 h 20.556249 a 84.85125,84.85125 0 0 0 -2.743125,-18.844377 c -5.555001,1.285627 -11.556875,2.069382 -17.813124,2.282509 z M 40.006249,-40.5625 c 0.240625,6.785625 1.210001,13.15875 2.743125,18.844374 A 93.5825,93.5825 0 0 1 60.562498,-23.99375 V -40.5625 Z m 27.431251,0 v 16.561875 c 6.256249,0.206249 12.258123,0.996874 17.813124,2.282499 1.533125,-5.685624 2.5025,-12.058749 2.75,-18.844374 z m -22.563751,25.409999 c 0.825,2.145 1.732501,4.152499 2.715625,5.9949988 3.795,7.115625 8.373751,11.3437511 12.973124,12.753125 V -17.118751 c -5.568749,0.20625 -10.841873,0.89375 -15.688749,1.973125 z m 0.75625,15.6474988 a 46.035,46.035 0 0 1 -4.111249,-6.414375 60.864375,60.864375 0 0 1 -3.306876,-7.4181238 57.6125,57.6125 0 0 0 -8.236249,3.3687499 48.19375,48.19375 0 0 0 15.6475,10.4637489 z M 36.121874,-19.882501 A 91.85,91.85 0 0 1 33.1175,-40.5625 H 15.99875 a 47.870625,47.870625 0 0 0 9.363749,25.265625 c 3.23125,-1.773751 6.840626,-3.31375 10.759375,-4.585626 z m 46.255,20.3774988 A 48.186875,48.186875 0 0 0 98.0175,-9.9618772 57.584999,57.584999 0 0 0 89.788124,-13.330625 60.864375,60.864375 0 0 1 86.481248,-5.9193772 45.979999,45.979999 0 0 1 82.376874,0.4949978 Z M 67.4375,-17.125625 V 3.5956228 c 4.60625,-1.4025 9.178124,-5.6375 12.973124,-12.753125 0.983125,-1.8424998 1.8975,-3.8499988 2.715626,-5.9949988 a 86.83125,86.83125 0 0 0 -15.68875,-1.96625 z m 24.440624,-2.756876 c 3.918746,1.271876 7.528126,2.811875 10.759376,4.585626 A 47.870625,47.870625 0 0 0 112.00125,-40.5625 H 94.882498 a 91.85,91.85 0 0 1 -3.004374,20.679999 z m 20.123126,-27.555 a 47.870625,47.870625 0 0 0 -9.36375,-25.265621 c -3.23125,1.773749 -6.84063,3.313748 -10.759376,4.585625 1.705,6.324997 2.75,13.323746 3.004374,20.679996 z m -25.520002,-34.64312 c 1.216876,2.296242 2.330626,4.77125 3.31375,7.411249 a 57.53,57.53 0 0 0 8.222502,-3.368757 48.19375,48.19375 0 0 0 -15.640626,-10.45 c 1.49875,1.945625 2.87375,4.104375 4.104374,6.407508 z m -3.354998,9.233119 a 53.384375,53.384375 0 0 0 -2.715626,-5.994994 c -3.795,-7.115633 -8.366874,-11.34375 -12.973124,-12.753133 v 20.714377 c 5.56875,-0.206251 10.841873,-0.893748 15.68875,-1.973124 z"
|
||||
id="path2"
|
||||
style="fill:#d2d2d2;fill-opacity:1;stroke-width:6.87499" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 6.8 KiB |
|
@ -1,128 +0,0 @@
|
|||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="128"
|
||||
height="128"
|
||||
viewBox="0 0 128 128"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="0.92.1 r15371"
|
||||
sodipodi:docname="help.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="3.6019536"
|
||||
inkscape:cx="85.162903"
|
||||
inkscape:cy="57.782228"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="18.8975,12.498"
|
||||
inkscape:measure-end="20,12.498"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true">
|
||||
<sodipodi:guide
|
||||
position="64,64"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="false" />
|
||||
<sodipodi:guide
|
||||
position="64,64"
|
||||
orientation="0,1"
|
||||
id="guide3935"
|
||||
inkscape:locked="false"
|
||||
inkscape:label=""
|
||||
inkscape:color="rgb(0,0,255)" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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 />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content"
|
||||
transform="translate(0,108)">
|
||||
<circle
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#d3d3d3;stroke-width:8;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
id="path3848"
|
||||
cx="64"
|
||||
cy="-44"
|
||||
r="60" />
|
||||
<g
|
||||
id="g3871"
|
||||
transform="translate(0,-1.242582)"
|
||||
style="stroke-width:1;fill:#d3d3d3;fill-opacity:1">
|
||||
<path
|
||||
id="path3851"
|
||||
d="m 64,-80 c -4.113298,1.67e-4 -7.447744,3.334612 -7.44791,7.44791 -6.7e-4,4.11389 3.33402,7.449258 7.44791,7.449426 4.11389,-1.68e-4 7.44858,-3.335536 7.44791,-7.449426 C 71.447743,-76.665387 68.113298,-79.999833 64,-80 Z"
|
||||
style="opacity:1;fill:#d3d3d3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3860"
|
||||
d="m 56.55209,-50.206086 v 34.757418 h 14.89582 v -34.757418 z"
|
||||
style="opacity:1;fill:#d3d3d3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
style="opacity:1;fill:#d3d3d3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="m 64,-80 c -4.113298,1.67e-4 -7.447744,3.334612 -7.44791,7.44791 -6.7e-4,4.11389 3.33402,7.449258 7.44791,7.449426 4.11389,-1.68e-4 7.44858,-3.335536 7.44791,-7.449426 C 71.447743,-76.665387 68.113298,-79.999833 64,-80 Z"
|
||||
id="path3853"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3862"
|
||||
d="m 64,-57.654754 c -4.113298,1.67e-4 -7.447744,3.334612 -7.44791,7.44791 -6.7e-4,4.11389 3.33402,7.449258 7.44791,7.449426 4.11389,-1.68e-4 7.44858,-3.335536 7.44791,-7.449426 -1.67e-4,-4.113297 -3.334612,-7.447743 -7.44791,-7.44791 z"
|
||||
style="opacity:1;fill:#d3d3d3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
style="opacity:1;fill:#d3d3d3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="m 64,-22.897336 c -4.113298,1.67e-4 -7.447744,3.334612 -7.44791,7.44791 C 56.55142,-11.335536 59.88611,-8.000168 64,-8 c 4.11389,-1.68e-4 7.44858,-3.335536 7.44791,-7.449426 -1.67e-4,-4.113297 -3.334612,-7.447743 -7.44791,-7.44791 z"
|
||||
id="path3864"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 5.8 KiB |
|
@ -1,98 +0,0 @@
|
|||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="128"
|
||||
height="128"
|
||||
viewBox="0 0 128 128"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="0.92.1 r15371"
|
||||
sodipodi:docname="instances.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="4.0674672"
|
||||
inkscape:cx="96.400649"
|
||||
inkscape:cy="-7.2667309"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="18.8975,12.498"
|
||||
inkscape:measure-end="20,12.498"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true">
|
||||
<sodipodi:guide
|
||||
position="64,64"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="false" />
|
||||
<sodipodi:guide
|
||||
position="64,64"
|
||||
orientation="0,1"
|
||||
id="guide3935"
|
||||
inkscape:locked="false"
|
||||
inkscape:label=""
|
||||
inkscape:color="rgb(0,0,255)" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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 />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content"
|
||||
transform="translate(0,108)">
|
||||
<path
|
||||
style="opacity:1;fill:#d3d3d3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:normal"
|
||||
d="m 43.074486,-84 c -7.191305,0.179697 -13.681107,2.360737 -19.604836,6.184844 l -0.829325,3.561678 -4.167425,3.208112 -5.581697,14.982451 c -5.7982022,15.544107 -18.3828084,44.900541 4.037437,52.0629145 5.467067,-4.389774 11.744564,-10.4769935 18.039776,-16.6021055 3.729503,-3.62877 7.012953,-4.081632 14.160925,-4.081632 h 14.865463 14.865462 c 7.147976,0 10.431426,0.452872 14.160926,4.081632 6.2952,6.125112 12.583088,12.2123315 18.050168,16.6021055 22.42024,-7.1623735 9.83564,-36.5188075 4.03744,-52.0629145 l -5.5921,-14.982451 -4.15702,-3.208112 -0.82933,-3.561678 C 98.606622,-81.639263 92.106422,-83.820123 84.915122,-84 l -5.46211,2.979332 H 63.994804 48.546994 Z m 51.652146,11.766541 c 2.28943,-7.75e-4 4.14597,1.854604 4.14663,4.144028 7.8e-4,2.290441 -1.85618,4.147401 -4.14663,4.146627 -2.28942,-6.62e-4 -4.1448,-1.857203 -4.14402,-4.146627 6.6e-4,-2.288409 1.85562,-4.143366 4.14402,-4.144028 z m -61.453263,4.144028 c 4.578848,-1.12e-4 8.290765,3.711805 8.290653,8.290653 1.13e-4,4.578848 -3.711805,8.290766 -8.290653,8.290655 -4.578848,1.13e-4 -8.290768,-3.711807 -8.290654,-8.290655 -1.12e-4,-4.578848 3.711806,-8.290766 8.290654,-8.290653 z m 53.162613,4.146627 c 2.28943,-7.75e-4 4.14597,1.854603 4.14663,4.144026 7.7e-4,2.290441 -1.85619,4.147403 -4.14663,4.146627 -2.289423,-6.62e-4 -4.144799,-1.857203 -4.144025,-4.146627 6.62e-4,-2.288409 1.855618,-4.143365 4.144025,-4.144026 z m 16.581308,0 c 2.28942,-7.75e-4 4.14596,1.854603 4.14663,4.144026 7.7e-4,2.290441 -1.85619,4.147403 -4.14663,4.146627 -2.28943,-6.62e-4 -4.144798,-1.857203 -4.144028,-4.146627 6.6e-4,-2.288409 1.855618,-4.143365 4.144028,-4.144026 z m -8.290658,8.290654 c 2.28943,-7.75e-4 4.14597,1.854602 4.14663,4.144027 7.8e-4,2.29044 -1.85618,4.147401 -4.14663,4.146626 -2.28942,-6.62e-4 -4.1448,-1.857203 -4.14402,-4.146626 6.6e-4,-2.28841 1.85562,-4.143366 4.14402,-4.144027 z m -48.662414,6.184843 h 5.527101 v 5.527103 h 5.527103 v 5.527102 H 51.591319 V -32.886 h -5.527101 v -5.527102 h -5.527103 v -5.527102 h 5.527103 z m 33.10802,0 c 4.578848,-1.12e-4 8.290764,3.711806 8.290654,8.290654 1.1e-4,4.578848 -3.711806,8.290765 -8.290654,8.290653 -4.578848,1.13e-4 -8.290766,-3.711805 -8.290654,-8.290653 -1.13e-4,-4.578848 3.711806,-8.290767 8.290654,-8.290654 z"
|
||||
id="path3849"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccccccscscccccccccccccccccccccccccccccccccccccccccccccccccccccc" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 5.3 KiB |
Before Width: | Height: | Size: 14 KiB |
|
@ -1,132 +0,0 @@
|
|||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="128"
|
||||
height="128"
|
||||
viewBox="0 0 128 128"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="0.92.1 r15371"
|
||||
sodipodi:docname="problems.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="2.7490221"
|
||||
inkscape:cx="29.143293"
|
||||
inkscape:cy="24.756816"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="false"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="18.8975,12.498"
|
||||
inkscape:measure-end="20,12.498"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true">
|
||||
<sodipodi:guide
|
||||
position="64,64"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="false" />
|
||||
<sodipodi:guide
|
||||
position="64,64"
|
||||
orientation="0,1"
|
||||
id="guide3935"
|
||||
inkscape:locked="false"
|
||||
inkscape:label=""
|
||||
inkscape:color="rgb(0,0,255)" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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 />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content"
|
||||
transform="translate(0,108)">
|
||||
<g
|
||||
id="g3861"
|
||||
transform="matrix(0.55290621,0,0,0.55290621,28.614002,-29.750801)"
|
||||
style="fill:#737373;fill-opacity:1;stroke-width:1.80862486" />
|
||||
<path
|
||||
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#d3d3d3;stroke-width:7.99999952;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:normal;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
|
||||
d="m 64.344931,-96.263216 c -2.808173,-0.131523 -5.455193,1.310482 -6.861125,3.737706 L 4.9422487,-1.7926865 C 2.0494853,3.2027814 5.6651359,9.4471972 11.450616,9.4476002 H 116.53373 c 5.78548,-4.1e-4 9.40112,-6.2448225 6.50836,-11.2402867 L 70.500541,-92.52551 c -1.279824,-2.209515 -3.599319,-3.61792 -6.15561,-3.737706 z"
|
||||
id="path3875"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccccccc" />
|
||||
<g
|
||||
transform="matrix(-0.83333333,0,0,-0.83333333,117.3255,-70.7681)"
|
||||
id="g3871"
|
||||
style="stroke-width:1.20000005;fill:#d3d3d3;fill-opacity:1">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3851"
|
||||
d="m 64,-80 c -4.113298,1.67e-4 -7.447744,3.334612 -7.44791,7.44791 -6.7e-4,4.11389 3.33402,7.449258 7.44791,7.449426 4.11389,-1.68e-4 7.44858,-3.335536 7.44791,-7.449426 C 71.447743,-76.665387 68.113298,-79.999833 64,-80 Z"
|
||||
style="opacity:1;fill:#d3d3d3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:9.60000038;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3860-8"
|
||||
d="m 56.55209,-50.206086 v 34.757418 h 14.89582 v -34.757418 z"
|
||||
style="opacity:1;fill:#d3d3d3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:9.60000038;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
style="opacity:1;fill:#d3d3d3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:9.60000038;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="m 64,-80 c -4.113298,1.67e-4 -7.447744,3.334612 -7.44791,7.44791 -6.7e-4,4.11389 3.33402,7.449258 7.44791,7.449426 4.11389,-1.68e-4 7.44858,-3.335536 7.44791,-7.449426 C 71.447743,-76.665387 68.113298,-79.999833 64,-80 Z"
|
||||
id="path3853" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3862"
|
||||
d="m 64,-57.654754 c -4.113298,1.67e-4 -7.447744,3.334612 -7.44791,7.44791 -6.7e-4,4.11389 3.33402,7.449258 7.44791,7.449426 4.11389,-1.68e-4 7.44858,-3.335536 7.44791,-7.449426 -1.67e-4,-4.113297 -3.334612,-7.447743 -7.44791,-7.44791 z"
|
||||
style="opacity:1;fill:#d3d3d3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:9.60000038;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
style="opacity:1;fill:#d3d3d3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:9.60000038;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="m 64,-22.897336 c -4.113298,1.67e-4 -7.447744,3.334612 -7.44791,7.44791 C 56.55142,-11.335536 59.88611,-8.000168 64,-8 c 4.11389,-1.68e-4 7.44858,-3.335536 7.44791,-7.449426 -1.67e-4,-4.113297 -3.334612,-7.447743 -7.44791,-7.44791 z"
|
||||
id="path3864"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 7.4 KiB |
|
@ -1,112 +0,0 @@
|
|||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="128"
|
||||
height="128"
|
||||
viewBox="0 0 128 128"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="0.92.1 r15371"
|
||||
sodipodi:docname="profiles.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="3.7735292"
|
||||
inkscape:cx="65.045731"
|
||||
inkscape:cy="44.931547"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="64,11.9981"
|
||||
inkscape:measure-end="64,7.93514"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true"
|
||||
inkscape:lockguides="true"
|
||||
inkscape:snap-nodes="false">
|
||||
<sodipodi:guide
|
||||
position="64,64"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="true" />
|
||||
<sodipodi:guide
|
||||
position="64,64"
|
||||
orientation="0,1"
|
||||
id="guide3935"
|
||||
inkscape:locked="true"
|
||||
inkscape:label=""
|
||||
inkscape:color="rgb(0,0,255)" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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 />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content"
|
||||
transform="translate(0,108)">
|
||||
<g
|
||||
id="g3856"
|
||||
style="fill:#d3d3d3;fill-opacity:1;stroke-width:0.81111115"
|
||||
transform="matrix(1.2328767,0,0,1.2328767,-14.376763,-8.863014)">
|
||||
<circle
|
||||
r="21"
|
||||
cy="-44"
|
||||
cx="64"
|
||||
id="path3874"
|
||||
style="opacity:1;fill:#d3d3d3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.24444389;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
sodipodi:nodetypes="ccsscc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3858"
|
||||
transform="translate(0,-108)"
|
||||
d="M 63.421875,89.005859 C 48.016021,89.029098 33.691706,97.71624 25.455078,112.03125 29.673503,114.55644 34.640748,116 40,116 h 48 c 5.001681,0 9.660535,-1.26009 13.68945,-3.48047 C 93.502774,97.918077 79.022242,89.020453 63.421875,89.005859 Z"
|
||||
style="opacity:1;fill:#d3d3d3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.40555558;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:normal" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 3.9 KiB |
|
@ -1,105 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="128"
|
||||
height="128"
|
||||
viewBox="0 0 128 128"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
|
||||
sodipodi:docname="refresh.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="3.2818514"
|
||||
inkscape:cx="46.749379"
|
||||
inkscape:cy="63.078096"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="18.8975,12.498"
|
||||
inkscape:measure-end="20,12.498"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true"
|
||||
inkscape:document-rotation="0">
|
||||
<sodipodi:guide
|
||||
position="64,64"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="false" />
|
||||
<sodipodi:guide
|
||||
position="64,64"
|
||||
orientation="0,1"
|
||||
id="guide3935"
|
||||
inkscape:locked="false"
|
||||
inkscape:label=""
|
||||
inkscape:color="rgb(0,0,255)" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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 />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content">
|
||||
<g
|
||||
style="display:inline;fill:#d3d3d3;fill-opacity:1"
|
||||
id="g3986"
|
||||
transform="matrix(5,0,0,5,14,14)">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4137"
|
||||
d="M 0,11.998047 V 20 L 2.9335938,17.066406 A 10,10 0 0 0 10,20 10,10 0 0 0 19.787109,11.998047 H 16.705078 A 7,7 0 0 1 10,17 7,7 0 0 1 5.0527344,14.947266 L 8,11.998047 Z"
|
||||
style="opacity:1;fill:#d3d3d3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:normal" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="rect4142"
|
||||
d="M 10,0 A 10,10 0 0 0 0.21289062,8.0019531 H 3.2949219 A 7,7 0 0 1 10,3 7,7 0 0 1 14.947266,5.0527344 L 12,8.0019531 h 8 V 0 L 17.066406,2.9335938 A 10,10 0 0 0 10,0 Z"
|
||||
style="opacity:1;fill:#d3d3d3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:normal" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 3.8 KiB |
|
@ -1,95 +0,0 @@
|
|||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="128"
|
||||
height="128"
|
||||
viewBox="0 0 128 128"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="0.92.3 (2405546, 2018-03-11)"
|
||||
sodipodi:docname="settings.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="1.9728069"
|
||||
inkscape:cx="-7.9211047"
|
||||
inkscape:cy="7.7686433"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="8,64"
|
||||
inkscape:measure-end="17.9742,64"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true">
|
||||
<sodipodi:guide
|
||||
position="64,64"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="false" />
|
||||
<sodipodi:guide
|
||||
position="64,64"
|
||||
orientation="0,1"
|
||||
id="guide3854"
|
||||
inkscape:locked="false" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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 />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content"
|
||||
transform="translate(0,108)">
|
||||
<path
|
||||
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#d3d3d3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:normal;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
|
||||
d="m 55.75,-99 v 4.125 7.80957 c -5.874077,1.1212 -11.426558,3.41583 -16.379154,6.76757 l -8.427243,-8.42724 -11.668701,11.6687 8.429938,8.42993 c -3.363624,4.949109 -5.670511,10.500523 -6.802499,16.37647 H 9 v 16.5 h 11.934571 c 1.121197,5.874077 3.41583,11.426558 6.767574,16.379154 l -8.427243,8.427243 11.668701,11.668701 8.429938,-8.429938 C 44.32265,-4.341216 49.874053,-2.034329 55.75,-0.902341 V 11 h 16.5 V -0.934571 c 5.87408,-1.121197 11.42656,-3.41583 16.37915,-6.767574 l 8.42724,8.427243 11.66871,-11.668701 -8.42994,-8.429938 c 3.36362,-4.949109 5.67052,-10.500512 6.80249,-16.376459 H 119 v -16.5 h -11.93458 c -1.12119,-5.874077 -3.41581,-11.426558 -6.76757,-16.37915 l 8.42725,-8.42725 -11.66871,-11.6687 -8.42994,8.42993 c -4.9491,-3.36361 -10.5005,-5.6705 -16.37645,-6.80249 V -99 Z M 64,-68.75 c 13.6039,0 24.75,11.146102 24.75,24.75 0,13.603898 -11.1461,24.75 -24.75,24.75 -13.603898,0 -24.75,-11.146102 -24.75,-24.75 0,-13.603898 11.146102,-24.75 24.75,-24.75 z m 0,11 c -0.47872,0 -0.94996,0.0231 -1.415282,0.0693 -6.488691,0.65604 -11.608839,5.776199 -12.26489,12.26489 -1.87e-4,0.0018 1.76e-4,0.0036 0,0.0052 -0.0462,0.46365 -0.0693,0.93302 -0.0693,1.409903 0,0.47663 0.0231,0.94611 0.0693,1.409914 1.76e-4,0.0018 -1.76e-4,0.0036 0,0.0052 0.65604,6.488694 5.776199,11.608842 12.26489,12.264893 0.0018,1.76e-4 0.0036,-1.76e-4 0.0052,0 0.46365,0.0462 0.93302,0.0693 1.409903,0.0693 0.47685,0 0.94633,-0.0242 1.409899,-0.0693 0.002,-1.76e-4 0.004,1.76e-4 0.005,0 6.4887,-0.65604 11.60884,-5.776199 12.26491,-12.264893 0.0473,-0.46552 0.0693,-0.93676 0.0693,-1.415293 0,-0.4785 -0.0231,-0.94974 -0.0693,-1.415282 -0.65604,-6.488746 -5.77621,-11.608894 -12.26491,-12.264945 -0.002,-1.76e-4 -0.004,1.76e-4 -0.005,0 -0.463745,-0.0462 -0.933225,-0.0704 -1.409877,-0.0704 z"
|
||||
id="path3915"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 5.7 KiB |
|
@ -1,117 +0,0 @@
|
|||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="128"
|
||||
height="128"
|
||||
viewBox="0 0 128 128"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="0.92.1 r15371"
|
||||
sodipodi:docname="tools.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="2.668288"
|
||||
inkscape:cx="78.127687"
|
||||
inkscape:cy="1.523437"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="54,64"
|
||||
inkscape:measure-end="64,64"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true"
|
||||
inkscape:bbox-paths="true">
|
||||
<sodipodi:guide
|
||||
position="64,64"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="false" />
|
||||
<sodipodi:guide
|
||||
position="64,64"
|
||||
orientation="0,1"
|
||||
id="guide3935"
|
||||
inkscape:locked="false"
|
||||
inkscape:label=""
|
||||
inkscape:color="rgb(0,0,255)" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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 />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content"
|
||||
transform="translate(0,108)">
|
||||
<g
|
||||
id="g3997"
|
||||
transform="matrix(0.55904332,-0.55901902,-0.55904332,-0.55901902,4.4028105,-32.039863)"
|
||||
style="fill:#d3d3d3;fill-opacity:1;stroke-width:1.26487899">
|
||||
<path
|
||||
id="path3965"
|
||||
transform="translate(0,-108)"
|
||||
d="M -8,52 A 12,12 0 0 0 -20,64 12,12 0 0 0 -8,76 H 44 V 52 Z"
|
||||
style="opacity:1;fill:#d3d3d3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5.05951595;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
id="rect3969"
|
||||
transform="translate(0,-108)"
|
||||
d="m 128,53 -18,5 H 84 v 12 h 26 l 18,5 18,-5 V 58 Z"
|
||||
style="opacity:1;fill:#d3d3d3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5.05951595;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="opacity:1;fill:#d3d3d3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.86491537;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="m 32.291016,50.410156 c -5.753358,0.0068 -10.878972,3.636181 -12.796875,9.060547 h 12.796875 c 2.50182,-5.4e-5 4.529351,2.027478 4.529296,4.529297 -5.4e-5,2.501819 -2.027476,4.531196 -4.529296,4.53125 H 19.496094 c 1.917396,5.423518 7.042374,9.051114 12.794922,9.058594 5.30786,-0.0064 10.126181,-3.102522 12.33789,-7.927735 H 64 105.23759 v -0.0039 c 0.0293,0.0015 0.0586,0.0028 0.0879,0.0039 3.12696,-3.3e-4 5.66178,-2.535151 5.6621,-5.662109 -3.2e-4,-3.126962 -2.53514,-5.661785 -5.66211,-5.662109 -0.0299,0.0011 -0.0599,0.0024 -0.0898,0.0039 v -0.0039 H 64 44.626953 c -2.211168,-4.82439 -7.028882,-7.920713 -12.335937,-7.927735 z"
|
||||
transform="matrix(-3.8373246e-5,-1.7660262,-1.7660262,-3.8373246e-5,177.02814,69.028134)"
|
||||
id="rect3945"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccsccccccccccccccc" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 4.9 KiB |
Before Width: | Height: | Size: 34 KiB |
|
@ -1,128 +0,0 @@
|
|||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="20"
|
||||
height="20"
|
||||
viewBox="0 0 20 20"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="0.92.3 (2405546, 2018-03-11)"
|
||||
sodipodi:docname="backup.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="172.55859"
|
||||
inkscape:cx="9.017725"
|
||||
inkscape:cy="10"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="18.8975,12.498"
|
||||
inkscape:measure-end="20,12.498"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true">
|
||||
<sodipodi:guide
|
||||
position="10,10"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="false" />
|
||||
<sodipodi:guide
|
||||
position="10,10"
|
||||
orientation="0,1"
|
||||
id="guide3935"
|
||||
inkscape:locked="false" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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 />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content">
|
||||
<g
|
||||
id="g3865"
|
||||
transform="matrix(1,0,0,-1,0,20)"
|
||||
style="fill:#ffffff;fill-opacity:1">
|
||||
<path
|
||||
id="rect3928"
|
||||
d="m 0,14 v 3 3 h 20 v -3 -3 h -3 v 3 H 3 v -3 z"
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.40999997;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:normal"
|
||||
inkscape:connector-curvature="0" />
|
||||
<g
|
||||
id="g3859"
|
||||
style="fill:#ffffff;fill-opacity:1">
|
||||
<rect
|
||||
y="-12.83"
|
||||
x="7.85585e-016"
|
||||
height="5.6599998"
|
||||
width="13.981334"
|
||||
id="rect3930"
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.40999997;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:normal"
|
||||
transform="rotate(90)" />
|
||||
<path
|
||||
sodipodi:type="star"
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.83595276;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:normal"
|
||||
id="path3932"
|
||||
sodipodi:sides="3"
|
||||
sodipodi:cx="8.9146461"
|
||||
sodipodi:cy="9.684866"
|
||||
sodipodi:r1="4.0292788"
|
||||
sodipodi:r2="2.0146394"
|
||||
sodipodi:arg1="-1.5707963"
|
||||
sodipodi:arg2="-0.52359878"
|
||||
inkscape:flatsided="true"
|
||||
inkscape:rounded="0"
|
||||
inkscape:randomized="0"
|
||||
d="m 8.9146463,5.6555872 3.4894577,6.0439178 -6.9789157,0 z"
|
||||
inkscape:transform-center-y="-1.3333344"
|
||||
transform="matrix(-2.1493311,0,0,-1.3236446,29.160526,24.485987)" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 4.5 KiB |
|
@ -1,94 +0,0 @@
|
|||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="20"
|
||||
height="20"
|
||||
viewBox="0 0 20 20"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="0.92.1 r15371"
|
||||
sodipodi:docname="cross.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="17.223347"
|
||||
inkscape:cx="-5.6646738"
|
||||
inkscape:cy="4.7813622"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="18.8975,12.498"
|
||||
inkscape:measure-end="20,12.498"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true">
|
||||
<sodipodi:guide
|
||||
position="10,10"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="false" />
|
||||
<sodipodi:guide
|
||||
position="10,10"
|
||||
orientation="0,1"
|
||||
id="guide3935"
|
||||
inkscape:locked="false" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content">
|
||||
<path
|
||||
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:169.70561218;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.93939996;stroke-opacity:1;paint-order:markers stroke fill"
|
||||
d="m 4,1.5e-7 -4,3.99999995 2,2 L 6,10 l -4,4 -2,2 4,4 2,-2 4,-4 4,4 2,2 4,-4 -2,-2 -4,-4 4,-3.9999999 2,-2 L 16,1.5e-7 14,2.0000002 10,6.0000001 6,2.0000002 Z"
|
||||
id="path3944"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 3.1 KiB |
|
@ -1,111 +0,0 @@
|
|||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="20"
|
||||
height="20"
|
||||
viewBox="0 0 20 20"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="0.92.3 (2405546, 2018-03-11)"
|
||||
sodipodi:docname="dots.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="90.389123"
|
||||
inkscape:cx="0.38783507"
|
||||
inkscape:cy="6.4385372"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="18.8975,12.498"
|
||||
inkscape:measure-end="20,12.498"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true">
|
||||
<sodipodi:guide
|
||||
position="10,10"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="false" />
|
||||
<sodipodi:guide
|
||||
position="10,10"
|
||||
orientation="0,1"
|
||||
id="guide3935"
|
||||
inkscape:locked="false" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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 />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content">
|
||||
<g
|
||||
id="g3853"
|
||||
style="fill:#ffffff;fill-opacity:1">
|
||||
<circle
|
||||
r="2.5"
|
||||
cy="10"
|
||||
cx="10"
|
||||
id="path4063"
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.99999952;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.99999952;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
id="circle3937"
|
||||
cx="17.5"
|
||||
cy="10"
|
||||
r="2.5" />
|
||||
<circle
|
||||
r="2.5"
|
||||
cy="10"
|
||||
cx="2.5"
|
||||
id="circle3939"
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.99999952;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 3.7 KiB |
|
@ -1,94 +0,0 @@
|
|||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="20"
|
||||
height="20"
|
||||
viewBox="0 0 20 20"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="0.92.1 r15371"
|
||||
sodipodi:docname="folder.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="12.178745"
|
||||
inkscape:cx="16.395211"
|
||||
inkscape:cy="11.770603"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="18.8975,12.498"
|
||||
inkscape:measure-end="20,12.498"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true">
|
||||
<sodipodi:guide
|
||||
position="10,10"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="false" />
|
||||
<sodipodi:guide
|
||||
position="10,10"
|
||||
orientation="0,1"
|
||||
id="guide3935"
|
||||
inkscape:locked="false" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3850"
|
||||
d="M 12,2.0000002 9.9999996,4.0000001 H 8.4444481e-8 V 18 H 20 V 4.0000001 L 17.999999,2.0000002 H 15 Z"
|
||||
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5.99999952;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:stroke markers fill" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 3.1 KiB |
|
@ -1,111 +0,0 @@
|
|||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="20"
|
||||
height="20"
|
||||
viewBox="0 0 20 20"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="0.92.1 r15371"
|
||||
sodipodi:docname="heart.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="17.223347"
|
||||
inkscape:cx="-3.039376"
|
||||
inkscape:cy="10.121962"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="18.8975,12.498"
|
||||
inkscape:measure-end="20,12.498"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true">
|
||||
<sodipodi:guide
|
||||
position="10,10"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="false" />
|
||||
<sodipodi:guide
|
||||
position="10,10"
|
||||
orientation="0,1"
|
||||
id="guide3935"
|
||||
inkscape:locked="false" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content">
|
||||
<g
|
||||
style="display:inline"
|
||||
id="g4198"
|
||||
transform="translate(0,1)">
|
||||
<circle
|
||||
r="5.5"
|
||||
cy="5.5"
|
||||
cx="5.5"
|
||||
id="path4174"
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5.99999952;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:normal" />
|
||||
<circle
|
||||
r="5.5"
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:normal"
|
||||
id="circle4176"
|
||||
cx="14.5"
|
||||
cy="5.5" />
|
||||
<path
|
||||
id="path4178"
|
||||
d="M 0,5.5 C 0,10.950465 5.8158604,15.070234 10,18 14.18414,15.070234 20,10.950465 20,5.5 H 10 Z"
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 35 KiB |
|
@ -1,93 +0,0 @@
|
|||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="20"
|
||||
height="20"
|
||||
viewBox="0 0 20 20"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="0.92.3 (2405546, 2018-03-11)"
|
||||
sodipodi:docname="minus.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="24.357491"
|
||||
inkscape:cx="9.1377735"
|
||||
inkscape:cy="9.2954155"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="18.8975,12.498"
|
||||
inkscape:measure-end="20,12.498"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true">
|
||||
<sodipodi:guide
|
||||
position="10,10"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="false" />
|
||||
<sodipodi:guide
|
||||
position="10,10"
|
||||
orientation="0,1"
|
||||
id="guide3935"
|
||||
inkscape:locked="false" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content">
|
||||
<path
|
||||
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:169.70561218;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.93939996;stroke-opacity:1;paint-order:markers stroke fill"
|
||||
d="M 0 7.171875 L 0 12.828125 L 7.171875 12.828125 L 12.828125 12.828125 L 20 12.828125 L 20 7.171875 L 12.828125 7.171875 L 7.171875 7.171875 L 0 7.171875 z "
|
||||
id="path3944" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 13 KiB |
|
@ -1,104 +0,0 @@
|
|||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="20"
|
||||
height="20"
|
||||
viewBox="0 0 20 20"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
|
||||
sodipodi:docname="Pin.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="16"
|
||||
inkscape:cx="16.049405"
|
||||
inkscape:cy="14.217276"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="false"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="18.8975,12.498"
|
||||
inkscape:measure-end="20,12.498"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true">
|
||||
<sodipodi:guide
|
||||
position="10,10"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="false" />
|
||||
<sodipodi:guide
|
||||
position="10,10"
|
||||
orientation="0,1"
|
||||
id="guide3935"
|
||||
inkscape:locked="false" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content">
|
||||
<g
|
||||
id="g860"
|
||||
transform="matrix(0.84331109,-0.84331109,0.84331109,0.84331109,-5.2993351,11.566889)">
|
||||
<path
|
||||
sodipodi:nodetypes="ccccccccccccccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="rect828"
|
||||
d="M 6.2883444,-4.9377601e-8 5.0306756,1.2532865 6.7966704,3.0192813 v 6.3453103 l -3.5758108,2.0639794 1.1481159,1.148116 h 5.6310255 5.631026 l 1.148114,-1.148116 -3.57581,-2.0639794 V 3.0192813 L 14.969327,1.2532865 13.711658,-4.9377601e-8 h -3.711657 z"
|
||||
style="opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:67.30937958;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke markers fill" />
|
||||
<path
|
||||
id="path843"
|
||||
d="m 9.1933594,13.576172 v 5.02539 L 10,20 10.806641,18.601562 v -5.02539 z"
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2.24364591px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 3.7 KiB |
|
@ -1,93 +0,0 @@
|
|||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="20"
|
||||
height="20"
|
||||
viewBox="0 0 20 20"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="0.92.3 (2405546, 2018-03-11)"
|
||||
sodipodi:docname="plus.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="24.357491"
|
||||
inkscape:cx="9.1377735"
|
||||
inkscape:cy="9.2954155"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="18.8975,12.498"
|
||||
inkscape:measure-end="20,12.498"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true">
|
||||
<sodipodi:guide
|
||||
position="10,10"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="false" />
|
||||
<sodipodi:guide
|
||||
position="10,10"
|
||||
orientation="0,1"
|
||||
id="guide3935"
|
||||
inkscape:locked="false" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content">
|
||||
<path
|
||||
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:169.70561218;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.93939996;stroke-opacity:1;paint-order:markers stroke fill"
|
||||
d="M 7.171875 0 L 7.171875 1.515625 L 7.171875 7.171875 L 1.515625 7.171875 L 0 7.171875 L 0 12.828125 L 1.515625 12.828125 L 7.171875 12.828125 L 7.171875 18.484375 L 7.171875 20 L 12.828125 20 L 12.828125 18.484375 L 12.828125 12.828125 L 18.484375 12.828125 L 20 12.828125 L 20 7.171875 L 18.484375 7.171875 L 12.828125 7.171875 L 12.828125 1.515625 L 12.828125 0 L 7.171875 0 z "
|
||||
id="path3944" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 3.3 KiB |
|
@ -1,103 +0,0 @@
|
|||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="20"
|
||||
height="20"
|
||||
viewBox="0 0 20 20"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="0.92.1 r15371"
|
||||
sodipodi:docname="refresh.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="18.564955"
|
||||
inkscape:cx="1.4921607"
|
||||
inkscape:cy="9.294465"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="18.8975,12.498"
|
||||
inkscape:measure-end="20,12.498"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true">
|
||||
<sodipodi:guide
|
||||
position="10,10"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="false" />
|
||||
<sodipodi:guide
|
||||
position="10,10"
|
||||
orientation="0,1"
|
||||
id="guide3935"
|
||||
inkscape:locked="false" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content">
|
||||
<g
|
||||
style="display:inline"
|
||||
id="g3986">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4137"
|
||||
d="M 0,11.998047 V 20 L 2.9335938,17.066406 A 10,10 0 0 0 10,20 10,10 0 0 0 19.787109,11.998047 H 16.705078 A 7,7 0 0 1 10,17 7,7 0 0 1 5.0527344,14.947266 L 8,11.998047 Z"
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:normal" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="rect4142"
|
||||
d="M 10,0 A 10,10 0 0 0 0.21289062,8.0019531 H 3.2949219 A 7,7 0 0 1 10,3 7,7 0 0 1 14.947266,5.0527344 L 12,8.0019531 h 8 V 0 L 17.066406,2.9335938 A 10,10 0 0 0 10,0 Z"
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:normal" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 3.7 KiB |
|
@ -1,100 +0,0 @@
|
|||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="20"
|
||||
height="20"
|
||||
viewBox="0 0 20 20"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="0.92.3 (2405546, 2018-03-11)"
|
||||
sodipodi:docname="restore.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="22.59728"
|
||||
inkscape:cx="2.625983"
|
||||
inkscape:cy="10.573426"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="18.8975,12.498"
|
||||
inkscape:measure-end="20,12.498"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true">
|
||||
<sodipodi:guide
|
||||
position="10,10"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="false" />
|
||||
<sodipodi:guide
|
||||
position="10,10"
|
||||
orientation="0,1"
|
||||
id="guide3935"
|
||||
inkscape:locked="false" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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 />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content">
|
||||
<path
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.00000024;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="m 10,-2.5e-7 a 10,10 0 0 1 0.998047,0.05078 A 10,10 0 0 1 19.787109,8.0019518 10,10 0 0 1 20,10 10,10 0 0 1 10,20 10,10 0 0 1 0.2128895,11.998047 h 3.082032 A 7,7 0 0 0 10,17 a 7,7 0 0 0 7,-7 7,7 0 0 0 -0.294922,-1.9980472 7,7 0 0 0 -0.53125,-1.291016 7,7 0 0 0 0,-0.0019 7,7 0 0 0 -0.359375,-0.599609 7,7 0 0 0 -0.417969,-0.5625 7,7 0 0 0 -0.40625,-0.447266 7,7 0 0 0 -0.07422,-0.07813 7,7 0 0 0 -0.435547,-0.390625 7,7 0 0 0 -0.08594,-0.07422 7,7 0 0 0 -0.490234,-0.359375 7,7 0 0 0 -0.07227,-0.05078 7,7 0 0 0 -0.49023,-0.289062 7,7 0 0 0 -0.119141,-0.06836 7,7 0 0 0 -0.439453,-0.203125 7,7 0 0 0 -0.207031,-0.0918 7,7 0 0 0 -0.402344,-0.138672 7,7 0 0 0 -0.259766,-0.08594 7,7 0 0 0 -0.466797,-0.109375 7,7 0 0 0 -0.208984,-0.04687 7,7 0 0 0 -0.458984,-0.06055 7,7 0 0 0 -0.246094,-0.03125 A 7,7 0 0 0 10,2.9999978 a 7,7 0 0 0 -2.0683595,0.314453 7,7 0 0 0 -0.0019,0 7,7 0 0 0 -0.654297,0.240234 7,7 0 0 0 -0.0019,0 7,7 0 0 0 -0.628906,0.304688 7,7 0 0 0 -1.587891,1.197266 l 2.943254,2.945312 H 3.2968745 0.2031245 -5e-7 l 0,-8.00195105 2.933594,2.93359395 a 10,10 0 0 1 0.01172,-0.01172 10,10 0 0 1 0.591797,-0.535156 10,10 0 0 1 0.169922,-0.148438 10,10 0 0 1 0.601564,-0.447265 10,10 0 0 1 0.199218,-0.142579 10,10 0 0 1 0.644532,-0.380859 10,10 0 0 1 0.222656,-0.126953 10,10 0 0 1 0.632812,-0.29492195 10,10 0 0 1 0.283204,-0.126953 10,10 0 0 1 0.623046,-0.216797 10,10 0 0 1 0.328125,-0.109375 10,10 0 0 1 0.601563,-0.144531 10,10 0 0 1 0.375,-0.08398 10,10 0 0 1 0.603516,-0.08203 10,10 0 0 1 0.394531,-0.04883 A 10,10 0 0 1 10,-2.5e-7 Z"
|
||||
id="path3956"
|
||||
inkscape:connector-curvature="0" />
|
||||
<circle
|
||||
style="opacity:0.99900004;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.99999994;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke"
|
||||
id="path817"
|
||||
cx="10"
|
||||
cy="10"
|
||||
r="2" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 4.8 KiB |
|
@ -1,109 +0,0 @@
|
|||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="128"
|
||||
height="128"
|
||||
viewBox="0 0 128 128"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="0.92.1 r15371"
|
||||
sodipodi:docname="run.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="3.0446864"
|
||||
inkscape:cx="23.34915"
|
||||
inkscape:cy="69.793752"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="18.8975,12.498"
|
||||
inkscape:measure-end="20,12.498"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true">
|
||||
<sodipodi:guide
|
||||
position="64,64"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="false" />
|
||||
<sodipodi:guide
|
||||
position="64,64"
|
||||
orientation="0,1"
|
||||
id="guide3935"
|
||||
inkscape:locked="false"
|
||||
inkscape:label=""
|
||||
inkscape:color="rgb(0,0,255)" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content"
|
||||
transform="translate(0,108)">
|
||||
<path
|
||||
sodipodi:type="star"
|
||||
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:normal"
|
||||
id="path3868"
|
||||
sodipodi:sides="3"
|
||||
sodipodi:cx="63.999996"
|
||||
sodipodi:cy="-43.999996"
|
||||
sodipodi:r1="64.000008"
|
||||
sodipodi:r2="32.000004"
|
||||
sodipodi:arg1="0"
|
||||
sodipodi:arg2="1.0471976"
|
||||
inkscape:flatsided="true"
|
||||
inkscape:rounded="0"
|
||||
inkscape:randomized="0"
|
||||
d="m 128,-43.999996 -96.000008,55.425632 0,-110.851265 z"
|
||||
inkscape:transform-center-x="-15.999997"
|
||||
inkscape:transform-center-y="3.8146973e-006" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 3.5 KiB |
|
@ -1,96 +0,0 @@
|
|||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="20"
|
||||
height="20"
|
||||
viewBox="0 0 20 20"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="0.92.1 r15371"
|
||||
sodipodi:docname="shortcut.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="12.178745"
|
||||
inkscape:cx="16.395211"
|
||||
inkscape:cy="11.770603"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="18.8975,12.498"
|
||||
inkscape:measure-end="20,12.498"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true">
|
||||
<sodipodi:guide
|
||||
position="10,10"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="false" />
|
||||
<sodipodi:guide
|
||||
position="10,10"
|
||||
orientation="0,1"
|
||||
id="guide3935"
|
||||
inkscape:locked="false" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="M 12,1.1035164 V 5.4492192 A 9.7951658,7.8360983 0 0 0 2.2050794,13.285155 9.7951658,7.8360983 0 0 0 6.986329,19.999998 H 8.2011726 A 5.8526121,4.682069 0 0 1 6.1484379,16.437499 5.8526121,4.682069 0 0 1 12,11.757811 v 4.345703 l 8,-7.4999984 z"
|
||||
id="rect3929"
|
||||
inkscape:transform-center-x="-1.1025401"
|
||||
inkscape:transform-center-y="0.5517574" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 3.3 KiB |
|
@ -1,122 +0,0 @@
|
|||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="20"
|
||||
height="20"
|
||||
viewBox="0 0 20 20"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="0.92.1 r15371"
|
||||
sodipodi:docname="sort.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="26.25481"
|
||||
inkscape:cx="2.1341235"
|
||||
inkscape:cy="4.6849693"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="18.8975,12.498"
|
||||
inkscape:measure-end="20,12.498"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true">
|
||||
<sodipodi:guide
|
||||
position="10,10"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="false" />
|
||||
<sodipodi:guide
|
||||
position="10,10"
|
||||
orientation="0,1"
|
||||
id="guide3935"
|
||||
inkscape:locked="false" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content">
|
||||
<g
|
||||
id="g3898">
|
||||
<g
|
||||
id="g3886">
|
||||
<rect
|
||||
y="4"
|
||||
x="13"
|
||||
height="16"
|
||||
width="3"
|
||||
id="rect4003"
|
||||
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.40999997;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:normal" />
|
||||
<path
|
||||
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.40999997;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:normal"
|
||||
d="m 13,0 v 7.9999998 h 7 z"
|
||||
id="path4009"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
id="g3890">
|
||||
<rect
|
||||
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.40999997;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:normal"
|
||||
id="rect3999"
|
||||
width="3"
|
||||
height="16"
|
||||
x="4"
|
||||
y="2.2775268e-008" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4016"
|
||||
d="M 7,20 V 12 H 0 Z"
|
||||
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.40999997;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:normal" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 4.3 KiB |
|
@ -1,99 +0,0 @@
|
|||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="20"
|
||||
height="20"
|
||||
viewBox="0 0 20 20"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="0.92.3 (2405546, 2018-03-11)"
|
||||
sodipodi:docname="down.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="18.564954"
|
||||
inkscape:cx="-4.3007278"
|
||||
inkscape:cy="10.159385"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="18.8975,12.498"
|
||||
inkscape:measure-end="20,12.498"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true">
|
||||
<sodipodi:guide
|
||||
position="10,10"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="false"
|
||||
inkscape:label=""
|
||||
inkscape:color="rgb(0,0,255)" />
|
||||
<sodipodi:guide
|
||||
position="10,10"
|
||||
orientation="0,1"
|
||||
id="guide3935"
|
||||
inkscape:locked="false"
|
||||
inkscape:label=""
|
||||
inkscape:color="rgb(0,0,255)" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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 />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content">
|
||||
<path
|
||||
style="display:inline;opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:169.70561218;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.93939996;stroke-opacity:1;paint-order:markers stroke fill"
|
||||
d="m 3.9999999,3 -4,4.0000001 2,1.9999999 2,2 2,2 4,4 L 14,13 16,11 18,9 20,7.0000001 16,3 14,5 9.9999999,9 l -4,-4 z"
|
||||
id="path3944"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="ccccccccccccccc" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 3.3 KiB |
|
@ -1,99 +0,0 @@
|
|||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="20"
|
||||
height="20"
|
||||
viewBox="0 0 20 20"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="0.92.3 (2405546, 2018-03-11)"
|
||||
sodipodi:docname="up.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="18.564954"
|
||||
inkscape:cx="-4.3007278"
|
||||
inkscape:cy="10.159385"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="18.8975,12.498"
|
||||
inkscape:measure-end="20,12.498"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true">
|
||||
<sodipodi:guide
|
||||
position="10,10"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="false"
|
||||
inkscape:label=""
|
||||
inkscape:color="rgb(0,0,255)" />
|
||||
<sodipodi:guide
|
||||
position="10,10"
|
||||
orientation="0,1"
|
||||
id="guide3935"
|
||||
inkscape:locked="false"
|
||||
inkscape:label=""
|
||||
inkscape:color="rgb(0,0,255)" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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 />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content">
|
||||
<path
|
||||
style="display:inline;opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:169.70561218;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.93939996;stroke-opacity:1;paint-order:markers stroke fill"
|
||||
d="m 3.9999999,17 -4,-4 2,-2 2,-2 2,-2 4,-4 L 14,7 l 2,2 2,2 2,2 -4,4 -2,-2 -4.0000001,-4 -4,4 z"
|
||||
id="path3944"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="ccccccccccccccc" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 3.2 KiB |
|
@ -1,97 +0,0 @@
|
|||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="8"
|
||||
height="8"
|
||||
viewBox="0 0 8 8"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="0.92.1 r15371"
|
||||
sodipodi:docname="down.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="97.429959"
|
||||
inkscape:cx="-1.2019503"
|
||||
inkscape:cy="5.6881881"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="18.8975,12.498"
|
||||
inkscape:measure-end="20,12.498"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true">
|
||||
<sodipodi:guide
|
||||
position="4,4"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="false" />
|
||||
<sodipodi:guide
|
||||
position="4,4"
|
||||
orientation="0,1"
|
||||
id="guide3935"
|
||||
inkscape:locked="false"
|
||||
inkscape:label=""
|
||||
inkscape:color="rgb(0,0,255)" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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 />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content"
|
||||
transform="translate(0,-12)">
|
||||
<path
|
||||
style="display:inline;opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:212.1320343;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.93939996;stroke-opacity:1;paint-order:markers stroke fill"
|
||||
d="M 0,15 2,17 4,19 6,17 8,15 6,13 4,15 2,13 Z"
|
||||
id="rect3900-0"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 3.1 KiB |
|
@ -1,97 +0,0 @@
|
|||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="8"
|
||||
height="8"
|
||||
viewBox="0 0 8 8"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="0.92.1 r15371"
|
||||
sodipodi:docname="left.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="97.429959"
|
||||
inkscape:cx="-1.2019503"
|
||||
inkscape:cy="5.6881881"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="18.8975,12.498"
|
||||
inkscape:measure-end="20,12.498"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true">
|
||||
<sodipodi:guide
|
||||
position="4,4"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="false" />
|
||||
<sodipodi:guide
|
||||
position="4,4"
|
||||
orientation="0,1"
|
||||
id="guide3935"
|
||||
inkscape:locked="false"
|
||||
inkscape:label=""
|
||||
inkscape:color="rgb(0,0,255)" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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 />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content"
|
||||
transform="translate(0,-12)">
|
||||
<path
|
||||
style="display:inline;opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:212.1320343;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.93939996;stroke-opacity:1;paint-order:markers stroke fill"
|
||||
d="M 5,20 3,18 1,16 3,14 5,12 7,14 5,16 7,18 Z"
|
||||
id="rect3900-0"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 3.1 KiB |
|
@ -1,97 +0,0 @@
|
|||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="8"
|
||||
height="8"
|
||||
viewBox="0 0 8 8"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="0.92.1 r15371"
|
||||
sodipodi:docname="right.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="97.429959"
|
||||
inkscape:cx="-1.2019503"
|
||||
inkscape:cy="5.6881881"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="18.8975,12.498"
|
||||
inkscape:measure-end="20,12.498"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true">
|
||||
<sodipodi:guide
|
||||
position="4,4"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="false" />
|
||||
<sodipodi:guide
|
||||
position="4,4"
|
||||
orientation="0,1"
|
||||
id="guide3935"
|
||||
inkscape:locked="false"
|
||||
inkscape:label=""
|
||||
inkscape:color="rgb(0,0,255)" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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 />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content"
|
||||
transform="translate(0,-12)">
|
||||
<path
|
||||
style="display:inline;opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:212.1320343;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.93939996;stroke-opacity:1;paint-order:markers stroke fill"
|
||||
d="M 3,20 5,18 7,16 5,14 3,12 1,14 3,16 1,18 Z"
|
||||
id="rect3900-0"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 3.1 KiB |
|
@ -1,97 +0,0 @@
|
|||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="8"
|
||||
height="8"
|
||||
viewBox="0 0 8 8"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="0.92.1 r15371"
|
||||
sodipodi:docname="up.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="97.429959"
|
||||
inkscape:cx="-1.2019503"
|
||||
inkscape:cy="5.6881881"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="18.8975,12.498"
|
||||
inkscape:measure-end="20,12.498"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true">
|
||||
<sodipodi:guide
|
||||
position="4,4"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="false" />
|
||||
<sodipodi:guide
|
||||
position="4,4"
|
||||
orientation="0,1"
|
||||
id="guide3935"
|
||||
inkscape:locked="false"
|
||||
inkscape:label=""
|
||||
inkscape:color="rgb(0,0,255)" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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 />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content"
|
||||
transform="translate(0,-12)">
|
||||
<path
|
||||
style="display:inline;opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:212.1320343;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.93939996;stroke-opacity:1;paint-order:markers stroke fill"
|
||||
d="m 0,17 2,-2 2,-2 2,2 2,2 -2,2 -2,-2 -2,2 z"
|
||||
id="rect3900-0"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 3.1 KiB |
|
@ -1,94 +0,0 @@
|
|||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="20"
|
||||
height="20"
|
||||
viewBox="0 0 20 20"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="0.92.1 r15371"
|
||||
sodipodi:docname="check.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="18.564955"
|
||||
inkscape:cx="1.4921607"
|
||||
inkscape:cy="9.294465"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="18.8975,12.498"
|
||||
inkscape:measure-end="20,12.498"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true">
|
||||
<sodipodi:guide
|
||||
position="10,10"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="false" />
|
||||
<sodipodi:guide
|
||||
position="10,10"
|
||||
orientation="0,1"
|
||||
id="guide3935"
|
||||
inkscape:locked="false" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content">
|
||||
<path
|
||||
style="display:inline;opacity:1;fill:#008f8f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:169.70561218;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.93939996;stroke-opacity:1;paint-order:markers stroke fill"
|
||||
d="m 16,2.0000002 -4,4 -4.0000001,3.9999996 -4,-3.9999996 L -9.4999999e-8,9.9999998 3.9999999,14 l 4,4 L 12,14 16,9.9999998 20,6.0000002 Z"
|
||||
id="rect3900-47"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 3.1 KiB |
|
@ -1,94 +0,0 @@
|
|||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="20"
|
||||
height="20"
|
||||
viewBox="0 0 20 20"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="0.92.1 r15371"
|
||||
sodipodi:docname="check-alt.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="24.357491"
|
||||
inkscape:cx="-1.9687918"
|
||||
inkscape:cy="8.1433394"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="18.8975,12.498"
|
||||
inkscape:measure-end="20,12.498"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true">
|
||||
<sodipodi:guide
|
||||
position="10,10"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="false" />
|
||||
<sodipodi:guide
|
||||
position="10,10"
|
||||
orientation="0,1"
|
||||
id="guide3935"
|
||||
inkscape:locked="false" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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 />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content">
|
||||
<path
|
||||
style="display:inline;opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:169.70561218;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.93939996;stroke-opacity:1;paint-order:markers stroke fill"
|
||||
d="m 16,2.0000002 -4,4 -4.0000001,3.9999996 -4,-3.9999996 L -9.4999999e-8,9.9999998 3.9999999,14 l 4,4 L 12,14 16,9.9999998 20,6.0000002 Z"
|
||||
id="rect3900-47"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 3.1 KiB |
|
@ -1,94 +0,0 @@
|
|||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="20"
|
||||
height="20"
|
||||
viewBox="0 0 20 20"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="0.92.1 r15371"
|
||||
sodipodi:docname="check-white.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="24.357491"
|
||||
inkscape:cx="3.7660651"
|
||||
inkscape:cy="2.8283911"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="18.8975,12.498"
|
||||
inkscape:measure-end="20,12.498"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true">
|
||||
<sodipodi:guide
|
||||
position="10,10"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="false" />
|
||||
<sodipodi:guide
|
||||
position="10,10"
|
||||
orientation="0,1"
|
||||
id="guide3935"
|
||||
inkscape:locked="false" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content">
|
||||
<path
|
||||
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:169.70561218;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.93939996;stroke-opacity:1;paint-order:markers stroke fill"
|
||||
d="m 16,2.0000002 -4,4 -4.0000001,3.9999996 -4,-3.9999996 L -9.4999999e-8,9.9999998 3.9999999,14 l 4,4 L 12,14 16,9.9999998 20,6.0000002 Z"
|
||||
id="rect3900-47"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 3.1 KiB |
|
@ -1,106 +0,0 @@
|
|||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="20"
|
||||
height="20"
|
||||
viewBox="0 0 20 20"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
|
||||
inkscape:export-xdpi="307.20001"
|
||||
inkscape:export-ydpi="307.20001"
|
||||
inkscape:version="0.92.3 (2405546, 2018-03-11)"
|
||||
sodipodi:docname="hover.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="25.517736"
|
||||
inkscape:cx="3.3394558"
|
||||
inkscape:cy="13.022358"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer25"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:snap-page="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:measure-start="2.5,10"
|
||||
inkscape:measure-end="3e-007,10"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="true">
|
||||
<sodipodi:guide
|
||||
position="10,10"
|
||||
orientation="1,0"
|
||||
id="guide4039"
|
||||
inkscape:locked="false" />
|
||||
<sodipodi:guide
|
||||
position="10,10"
|
||||
orientation="0,1"
|
||||
id="guide3935"
|
||||
inkscape:locked="false" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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 />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer25"
|
||||
inkscape:label="Content">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
style="display:inline;opacity:1;fill:#008484;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.93939996;stroke-opacity:1;paint-order:markers stroke fill"
|
||||
d="M 10,2.7e-7 C 4.4771523,2.7e-7 3e-7,4.4771526 3e-7,10 3e-7,15.522848 4.4771523,20 10,20 15.522848,20 20,15.522848 20,10 20,4.4771526 15.522848,2.7e-7 10,2.7e-7 Z m 0,2.49999983 c 4.142136,0 7.5,3.3578645 7.5,7.4999999 0,4.142136 -3.357864,7.5 -7.5,7.5 C 5.8578643,17.5 2.5000003,14.142136 2.5000003,10 2.5000003,5.8578646 5.8578643,2.5000001 10,2.5000001 Z"
|
||||
id="path3872-6" />
|
||||
<path
|
||||
style="display:inline;opacity:1;fill:#007e7e;fill-opacity:0;fill-rule:nonzero;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.93939996;stroke-opacity:1;paint-order:markers stroke fill"
|
||||
d="m 10,2 c -4.418278,0 -8,3.581722 -8,8 0,4.418278 3.581722,8 8,8 4.418278,0 8,-3.581722 8,-8 0,-4.418278 -3.581722,-8 -8,-8 z"
|
||||
id="path3872"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="sssss" />
|
||||
<circle
|
||||
style="opacity:1;vector-effect:none;fill:#008484;fill-opacity:1;stroke:none;stroke-width:1.29753029;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke markers fill"
|
||||
id="path821"
|
||||
cx="10"
|
||||
cy="10"
|
||||
r="4.999999" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 4.2 KiB |