Ajout du FR
Ajout du FR + correction du "functions.php"
3340
styles/Milk_v2/theme/animate.css
vendored
Normal file
113
styles/Milk_v2/theme/base.css
Normal file
@@ -0,0 +1,113 @@
|
||||
/* --------------------------------------------------------------
|
||||
$Base
|
||||
-------------------------------------------------------------- */
|
||||
|
||||
/** {
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
*:before,
|
||||
*:after {
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}*/
|
||||
|
||||
/* Define your base font-size here; most elements will inherit this. _NO__DOTCOMMA__AFTER__*/
|
||||
html {
|
||||
font-size: 1em; /* Assuming 16px... */
|
||||
line-height: 1.5; /* 24px (This is now our magic number; all subsequent margin-bottoms and line-heights want to be a multiple of this number in order to maintain vertical rhythm.) _NO__DOTCOMMA__AFTER__*/
|
||||
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
body {
|
||||
color: #333333;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
input,
|
||||
button,
|
||||
select,
|
||||
textarea {
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
line-height: inherit;
|
||||
}
|
||||
|
||||
figure { margin: 0 }
|
||||
img { vertical-align: middle }
|
||||
|
||||
hr {
|
||||
margin-top: 20px;
|
||||
margin-bottom: 20px;
|
||||
border: 0;
|
||||
border-top: 1px solid #e5e5e5;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #428bca;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover,
|
||||
a:active {
|
||||
color: #2a6496;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
blockquote,
|
||||
dl,
|
||||
dd,
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6,
|
||||
figure,
|
||||
p,
|
||||
pre { margin: 0 }
|
||||
button {
|
||||
background: transparent;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Work around a Firefox/IE bug where the transparent `button` background
|
||||
* results in a loss of the default `button` focus styles.
|
||||
*/
|
||||
button:focus {
|
||||
outline: 1px dotted;
|
||||
outline: 5px auto -webkit-focus-ring-color;
|
||||
}
|
||||
|
||||
fieldset {
|
||||
border: 0;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
iframe { border: 0 }
|
||||
ol,
|
||||
ul {
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Suppress the focus outline on links that cannot be accessed via keyboard.
|
||||
* This prevents an unwanted focus outline from appearing around elements that
|
||||
* might still respond to pointer events.
|
||||
*/
|
||||
[tabindex="-1"]:focus { outline: none !important }
|
||||
|
||||
/**
|
||||
* Remove double underline from recent version of firefox
|
||||
*/
|
||||
abbr[title] {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
1093
styles/Milk_v2/theme/bidi.css
Normal file
3
styles/Milk_v2/theme/blank.css.css
Normal file
@@ -0,0 +1,3 @@
|
||||
/* This file is intentionally left blank.
|
||||
It's used by the light/dark toggle
|
||||
If deleted, you'll get a console log error (but things will still work) */
|
||||
187
styles/Milk_v2/theme/buttons.css
Normal file
@@ -0,0 +1,187 @@
|
||||
/* Button Styles
|
||||
---------------------------------------- */
|
||||
|
||||
.button {
|
||||
display: inline-block;
|
||||
padding: 8px 15px;
|
||||
line-height: 1.4;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
vertical-align: middle;
|
||||
-ms-touch-action: manipulation;
|
||||
touch-action: manipulation;
|
||||
cursor: pointer;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
|
||||
.button:focus,
|
||||
.button:hover {
|
||||
text-decoration: none;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.caret {
|
||||
position: relative;
|
||||
right: -3px;
|
||||
}
|
||||
|
||||
.caret i {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
/* Posting page styles
|
||||
----------------------------------------*/
|
||||
.button-search,
|
||||
.button-search-end {
|
||||
float: left;
|
||||
border-radius: 0;
|
||||
margin: 0;
|
||||
padding: 0 9px;
|
||||
height: 37px;
|
||||
}
|
||||
|
||||
.button-search-end {
|
||||
height: 35px;
|
||||
line-height: 35px;
|
||||
}
|
||||
|
||||
.button-search-end {
|
||||
border-left-width: 0;
|
||||
}
|
||||
|
||||
.search-header .button-search,
|
||||
.search-header .button-search-end {
|
||||
border-top-width: 0;
|
||||
border-bottom-width: 0;
|
||||
padding: 6px 7px;
|
||||
}
|
||||
|
||||
.search-header .button-search-end {
|
||||
border-right-width: 0;
|
||||
}
|
||||
|
||||
.button-icon-only {
|
||||
padding-left: 3px;
|
||||
padding-right: 3px;
|
||||
}
|
||||
|
||||
/* Poster contact icons
|
||||
----------------------------------------*/
|
||||
.contact-icons.dropdown-contents {
|
||||
min-width: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.contact-icon {
|
||||
background-repeat: no-repeat;
|
||||
display: block;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
}
|
||||
.contact-icons a {
|
||||
border-bottom: 1px dotted;
|
||||
border-right: 1px dotted;
|
||||
display: block;
|
||||
float: left;
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
.contact-icons .last-cell {
|
||||
border-right: none;
|
||||
}
|
||||
|
||||
.contact-icons div:last-child a {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
.contact-icons div {
|
||||
clear: left;
|
||||
}
|
||||
|
||||
/* Post control buttons
|
||||
--------------------------------------------- */
|
||||
.post-buttons {
|
||||
float: right;
|
||||
list-style: none;
|
||||
margin-top: 2px;
|
||||
}
|
||||
|
||||
.has-profile .post-buttons {
|
||||
float: none;
|
||||
position: absolute;
|
||||
margin: 0;
|
||||
right: 0;
|
||||
top: 5px;
|
||||
}
|
||||
|
||||
.post-buttons > li {
|
||||
float: left;
|
||||
margin-right: 3px;
|
||||
}
|
||||
|
||||
.post-buttons .button, .format-buttons .button {
|
||||
padding-left: 7px;
|
||||
padding-right: 7px;
|
||||
}
|
||||
|
||||
.hastouch .post-buttons {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
/* Responsive buttons in post body */
|
||||
.post-buttons .dropdown {
|
||||
top: 18px;
|
||||
}
|
||||
|
||||
.post-buttons .dropdown a {
|
||||
display: block;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.hasjs .postbody .post-buttons {
|
||||
max-width: 40%;
|
||||
}
|
||||
|
||||
/* Browser-specific tweaks */
|
||||
button::-moz-focus-inner {
|
||||
padding: 0;
|
||||
border: 0
|
||||
}
|
||||
|
||||
/* Deprecated as of version 3.2
|
||||
-------------------------------------------------*/
|
||||
.small-icon {
|
||||
background-position: 0 50%;
|
||||
background-repeat: no-repeat;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.dropdown .small-icon {
|
||||
background-position: 5px 50%;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.small-icon > a {
|
||||
padding: 0 0 0 18px;
|
||||
}
|
||||
|
||||
ul.linklist.bulletin > li.small-icon:before {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.dropdown .small-icon > a {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.rtl .small-icon {
|
||||
background-position: 100% 50%;
|
||||
}
|
||||
|
||||
.rtl .small-icon > a {
|
||||
padding-left: 0;
|
||||
padding-right: 19px;
|
||||
}
|
||||
50
styles/Milk_v2/theme/colour-presets/Aqua.css
Normal file
@@ -0,0 +1,50 @@
|
||||
/* Color */
|
||||
a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span, .icon.fa-file.icon-red, a:hover .icon.fa-file.icon-red, .navigation .active-subsection a, .navigation .active-subsection a:hover, .navigation a:hover, .tabs .tab > a:hover, .tabs .activetab > a, .tabs .activetab > a:hover, a.postlink, a.postlink:visited, .navbar_in_header .badge, .button:focus .icon, .button:hover .icon, .dark_base .social_links_footer a span, .dark_base h2, .dark_base h2 a, .dark_base a:link, .dark_base a:visited, .button-secondary:focus, .button-secondary:hover, .notification_unread {
|
||||
color: #51e2c3;
|
||||
}
|
||||
|
||||
/* Background Solid */
|
||||
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, .jumpbox-cat-link, .dropdown-contents > li > a:hover, a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover, a.no_avatar:hover, .jumpbox-cat-link:hover, input.button1:focus, input.button2:focus, input.button3:focus, .specialbutton, input.specialbutton, .panel .specialbutton, a.specialbutton, .scrollToTop, a.specialbutton, .dark_base .social_links_footer a:hover span, .topic_type, .badge, .grid_unread {
|
||||
background: #51e2c3;
|
||||
}
|
||||
|
||||
/* Borders Dark */
|
||||
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, blockquote, .codebox code, .jumpbox-cat-link, a.postlink, input.button1:focus, input.button2:focus, input.button3:focus, input.specialbutton, .inputbox:hover, .inputbox:focus, .specialbutton, .button:hover, .button:focus, a.specialbutton, .dark_base .social_links_footer a span, .dark_base .social_links_footer a:hover span {
|
||||
border-color: #51e2c3;
|
||||
}
|
||||
|
||||
/* Background Gradient */
|
||||
.headerbar, body.content_block_header_block li.header, body.content_block_header_stripe li.header:before, .no_avatar, .social_links_footer, .forumbg-table, .sidebar_block_stripe:before, .fancy_panel:before {
|
||||
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#51e2c3+0,83bcfd+100 */
|
||||
background: rgb(81,226,195); /* Old browsers */
|
||||
background: -moz-linear-gradient(left, rgba(81,226,195,1) 0%, rgba(131,188,253,1) 100%); /* FF3.6-15 */
|
||||
background: -webkit-linear-gradient(left, rgba(81,226,195,1) 0%,rgba(131,188,253,1) 100%); /* Chrome10-25,Safari5.1-6 */
|
||||
background: linear-gradient(to right, rgba(81,226,195,1) 0%,rgba(131,188,253,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#51e2c3', endColorstr='#83bcfd',GradientType=1 ); /* IE6-9 */
|
||||
}
|
||||
|
||||
|
||||
/* The same as above, just with some opacity */
|
||||
.headerbar_overlay_active, .grid_colour_overlay:hover {
|
||||
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#51e2c3+0,83bcfd+100&0.58+0,0.8+100 */
|
||||
background: -moz-linear-gradient(left, rgba(81,226,195,0.58) 0%, rgba(131,188,253,0.8) 100%); /* FF3.6-15 */
|
||||
background: -webkit-linear-gradient(left, rgba(81,226,195,0.58) 0%,rgba(131,188,253,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
|
||||
background: linear-gradient(to right, rgba(81,226,195,0.58) 0%,rgba(131,188,253,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9451e2c3', endColorstr='#cc83bcfd',GradientType=1 ); /* IE6-9 */
|
||||
}
|
||||
|
||||
|
||||
/* Colour Hover Light */
|
||||
.navbar_footer a:hover, .copyright_bar a:hover, a.postlink:hover, .dark_base h2 a:hover {
|
||||
color: #56edcd;
|
||||
}
|
||||
|
||||
/* Background Hover Light */
|
||||
a.scrollToTop:hover, input.specialbutton:hover, a.specialbutton:hover {
|
||||
background-color: #56edcd;
|
||||
}
|
||||
|
||||
/* Border light */
|
||||
.specialbutton:hover {
|
||||
border-color: #56edcd;
|
||||
}
|
||||
51
styles/Milk_v2/theme/colour-presets/Blue_Lagoon.css
Normal file
@@ -0,0 +1,51 @@
|
||||
/* Color */
|
||||
a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span, .icon.fa-file.icon-red, a:hover .icon.fa-file.icon-red, .navigation .active-subsection a, .navigation .active-subsection a:hover, .navigation a:hover, .tabs .tab > a:hover, .tabs .activetab > a, .tabs .activetab > a:hover, a.postlink, a.postlink:visited, .navbar_in_header .badge, .button:focus .icon, .button:hover .icon, .dark_base .social_links_footer a span, .dark_base h2, .dark_base h2 a, .dark_base a:link, .dark_base a:visited, .button-secondary:focus, .button-secondary:hover, .notification_unread {
|
||||
color: #191654;
|
||||
}
|
||||
|
||||
/* Background Solid */
|
||||
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, .jumpbox-cat-link, .dropdown-contents > li > a:hover, a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover, a.no_avatar:hover, .jumpbox-cat-link:hover, input.button1:focus, input.button2:focus, input.button3:focus, .specialbutton, input.specialbutton, .panel .specialbutton, a.specialbutton, .scrollToTop, a.specialbutton, .dark_base .social_links_footer a:hover span, .topic_type, .badge, .grid_unread {
|
||||
background: #191654;
|
||||
}
|
||||
|
||||
/* Borders Dark */
|
||||
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, blockquote, .codebox code, .jumpbox-cat-link, a.postlink, input.button1:focus, input.button2:focus, input.button3:focus, input.specialbutton, .inputbox:hover, .inputbox:focus, .specialbutton, .button:hover, .button:focus, a.specialbutton, .dark_base .social_links_footer a span, .dark_base .social_links_footer a:hover span {
|
||||
border-color: #191654;
|
||||
}
|
||||
|
||||
/* Background Gradient */
|
||||
.headerbar, body.content_block_header_block li.header, body.content_block_header_stripe li.header:before, .no_avatar, .social_links_footer, .forumbg-table, .sidebar_block_stripe:before, .fancy_panel:before {
|
||||
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#191654+0,43c6ac+100 */
|
||||
background: #191654; /* Old browsers */
|
||||
background: -moz-linear-gradient(left, #191654 0%, #43c6ac 100%); /* FF3.6-15 */
|
||||
background: -webkit-linear-gradient(left, #191654 0%,#43c6ac 100%); /* Chrome10-25,Safari5.1-6 */
|
||||
background: linear-gradient(to right, #191654 0%,#43c6ac 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#191654', endColorstr='#43c6ac',GradientType=1 ); /* IE6-9 */
|
||||
}
|
||||
|
||||
|
||||
/* The same as above, just with some opacity */
|
||||
.headerbar_overlay_active, .grid_colour_overlay:hover {
|
||||
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#191654+0,43c6ac+100&0.8+0,0.8+100 */
|
||||
background: -moz-linear-gradient(left, rgba(25,22,84,0.8) 0%, rgba(67,198,172,0.8) 100%); /* FF3.6-15 */
|
||||
background: -webkit-linear-gradient(left, rgba(25,22,84,0.8) 0%,rgba(67,198,172,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
|
||||
background: linear-gradient(to right, rgba(25,22,84,0.8) 0%,rgba(67,198,172,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc191654', endColorstr='#cc43c6ac',GradientType=1 ); /* IE6-9 */
|
||||
}
|
||||
|
||||
|
||||
/* Colour Hover Light */
|
||||
.navbar_footer a:hover, .copyright_bar a:hover, a.postlink:hover, .dark_base h2 a:hover {
|
||||
color: #27237e;
|
||||
}
|
||||
|
||||
/* Background Hover Light */
|
||||
a.scrollToTop:hover, input.specialbutton:hover, a.specialbutton:hover {
|
||||
background-color: #27237e;
|
||||
}
|
||||
|
||||
/* Border light */
|
||||
.specialbutton:hover {
|
||||
border-color: #27237e;
|
||||
}
|
||||
|
||||
51
styles/Milk_v2/theme/colour-presets/Blush.css
Normal file
@@ -0,0 +1,51 @@
|
||||
/* Color */
|
||||
a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span, .icon.fa-file.icon-red, a:hover .icon.fa-file.icon-red, .navigation .active-subsection a, .navigation .active-subsection a:hover, .navigation a:hover, .tabs .tab > a:hover, .tabs .activetab > a, .tabs .activetab > a:hover, a.postlink, a.postlink:visited, .navbar_in_header .badge, .button:focus .icon, .button:hover .icon, .dark_base .social_links_footer a span, .dark_base h2, .dark_base h2 a, .dark_base a:link, .dark_base a:visited, .button-secondary:focus, .button-secondary:hover, .notification_unread {
|
||||
color: #f15f79;
|
||||
}
|
||||
|
||||
/* Background Solid */
|
||||
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, .jumpbox-cat-link, .dropdown-contents > li > a:hover, a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover, a.no_avatar:hover, .jumpbox-cat-link:hover, input.button1:focus, input.button2:focus, input.button3:focus, .specialbutton, input.specialbutton, .panel .specialbutton, a.specialbutton, .scrollToTop, a.specialbutton, .dark_base .social_links_footer a:hover span, .topic_type, .badge, .grid_unread {
|
||||
background: #f15f79;
|
||||
}
|
||||
|
||||
/* Borders Dark */
|
||||
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, blockquote, .codebox code, .jumpbox-cat-link, a.postlink, input.button1:focus, input.button2:focus, input.button3:focus, input.specialbutton, .inputbox:hover, .inputbox:focus, .specialbutton, .button:hover, .button:focus, a.specialbutton, .dark_base .social_links_footer a span, .dark_base .social_links_footer a:hover span {
|
||||
border-color: #f15f79;
|
||||
}
|
||||
|
||||
/* Background Gradient */
|
||||
.headerbar, body.content_block_header_block li.header, body.content_block_header_stripe li.header:before, .no_avatar, .social_links_footer, .forumbg-table, .sidebar_block_stripe:before, .fancy_panel:before {
|
||||
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f15f79+0,b24592+100 */
|
||||
background: #f15f79; /* Old browsers */
|
||||
background: -moz-linear-gradient(left, #f15f79 0%, #b24592 100%); /* FF3.6-15 */
|
||||
background: -webkit-linear-gradient(left, #f15f79 0%,#b24592 100%); /* Chrome10-25,Safari5.1-6 */
|
||||
background: linear-gradient(to right, #f15f79 0%,#b24592 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f15f79', endColorstr='#b24592',GradientType=1 ); /* IE6-9 */
|
||||
}
|
||||
|
||||
|
||||
/* The same as above, just with some opacity */
|
||||
.headerbar_overlay_active, .grid_colour_overlay:hover {
|
||||
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f15f79+0,b24592+100&0.8+0,0.8+100 */
|
||||
background: -moz-linear-gradient(left, rgba(241,95,121,0.8) 0%, rgba(178,69,146,0.8) 100%); /* FF3.6-15 */
|
||||
background: -webkit-linear-gradient(left, rgba(241,95,121,0.8) 0%,rgba(178,69,146,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
|
||||
background: linear-gradient(to right, rgba(241,95,121,0.8) 0%,rgba(178,69,146,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccf15f79', endColorstr='#ccb24592',GradientType=1 ); /* IE6-9 */
|
||||
}
|
||||
|
||||
|
||||
/* Colour Hover Light */
|
||||
.navbar_footer a:hover, .copyright_bar a:hover, a.postlink:hover, .dark_base h2 a:hover {
|
||||
color: #ff768e;
|
||||
}
|
||||
|
||||
/* Background Hover Light */
|
||||
a.scrollToTop:hover, input.specialbutton:hover, a.specialbutton:hover {
|
||||
background-color: #ff768e;
|
||||
}
|
||||
|
||||
/* Border light */
|
||||
.specialbutton:hover {
|
||||
border-color: #ff768e;
|
||||
}
|
||||
|
||||
50
styles/Milk_v2/theme/colour-presets/Calm_Darya.css
Normal file
@@ -0,0 +1,50 @@
|
||||
/* Color */
|
||||
a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span, .icon.fa-file.icon-red, a:hover .icon.fa-file.icon-red, .navigation .active-subsection a, .navigation .active-subsection a:hover, .navigation a:hover, .tabs .tab > a:hover, .tabs .activetab > a, .tabs .activetab > a:hover, a.postlink, a.postlink:visited, .navbar_in_header .badge, .button:focus .icon, .button:hover .icon, .dark_base .social_links_footer a span, .dark_base h2, .dark_base h2 a, .dark_base a:link, .dark_base a:visited, .button-secondary:focus, .button-secondary:hover, .notification_unread {
|
||||
color: #49a09d;
|
||||
}
|
||||
|
||||
/* Background Solid */
|
||||
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, .jumpbox-cat-link, .dropdown-contents > li > a:hover, a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover, a.no_avatar:hover, .jumpbox-cat-link:hover, input.button1:focus, input.button2:focus, input.button3:focus, .specialbutton, input.specialbutton, .panel .specialbutton, a.specialbutton, .scrollToTop, a.specialbutton, .dark_base .social_links_footer a:hover span, .topic_type, .badge, .grid_unread {
|
||||
background: #49a09d;
|
||||
}
|
||||
|
||||
/* Borders Dark */
|
||||
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, blockquote, .codebox code, .jumpbox-cat-link, a.postlink, input.button1:focus, input.button2:focus, input.button3:focus, input.specialbutton, .inputbox:hover, .inputbox:focus, .specialbutton, .button:hover, .button:focus, a.specialbutton, .dark_base .social_links_footer a span, .dark_base .social_links_footer a:hover span {
|
||||
border-color: #49a09d;
|
||||
}
|
||||
|
||||
/* Background Gradient */
|
||||
.headerbar, body.content_block_header_block li.header, body.content_block_header_stripe li.header:before, .no_avatar, .social_links_footer, .forumbg-table, .sidebar_block_stripe:before, .fancy_panel:before {
|
||||
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#49a09d+0,5f2c82+100 */
|
||||
background: #49a09d; /* Old browsers */
|
||||
background: -moz-linear-gradient(left, #49a09d 0%, #5f2c82 100%); /* FF3.6-15 */
|
||||
background: -webkit-linear-gradient(left, #49a09d 0%,#5f2c82 100%); /* Chrome10-25,Safari5.1-6 */
|
||||
background: linear-gradient(to right, #49a09d 0%,#5f2c82 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49a09d', endColorstr='#5f2c82',GradientType=1 ); /* IE6-9 */
|
||||
}
|
||||
|
||||
|
||||
/* The same as above, just with some opacity */
|
||||
.headerbar_overlay_active, .grid_colour_overlay:hover {
|
||||
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#49a09d+0,5f2c82+100&0.8+0,0.8+100 */
|
||||
background: -moz-linear-gradient(left, rgba(73,160,157,0.8) 0%, rgba(95,44,130,0.8) 100%); /* FF3.6-15 */
|
||||
background: -webkit-linear-gradient(left, rgba(73,160,157,0.8) 0%,rgba(95,44,130,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
|
||||
background: linear-gradient(to right, rgba(73,160,157,0.8) 0%,rgba(95,44,130,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc49a09d', endColorstr='#cc5f2c82',GradientType=1 ); /* IE6-9 */
|
||||
}
|
||||
|
||||
|
||||
/* Colour Hover Light */
|
||||
.navbar_footer a:hover, .copyright_bar a:hover, a.postlink:hover, .dark_base h2 a:hover {
|
||||
color: #52b5b2;
|
||||
}
|
||||
|
||||
/* Background Hover Light */
|
||||
a.scrollToTop:hover, input.specialbutton:hover, a.specialbutton:hover {
|
||||
background-color: #52b5b2;
|
||||
}
|
||||
|
||||
/* Border light */
|
||||
.specialbutton:hover {
|
||||
border-color: #52b5b2;
|
||||
}
|
||||
51
styles/Milk_v2/theme/colour-presets/Electric_Violet.css
Normal file
@@ -0,0 +1,51 @@
|
||||
/* Color */
|
||||
a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span, .icon.fa-file.icon-red, a:hover .icon.fa-file.icon-red, .navigation .active-subsection a, .navigation .active-subsection a:hover, .navigation a:hover, .tabs .tab > a:hover, .tabs .activetab > a, .tabs .activetab > a:hover, a.postlink, a.postlink:visited, .navbar_in_header .badge, .button:focus .icon, .button:hover .icon, .dark_base .social_links_footer a span, .dark_base h2, .dark_base h2 a, .dark_base a:link, .dark_base a:visited, .button-secondary:focus, .button-secondary:hover, .notification_unread {
|
||||
color: #8e54e9;
|
||||
}
|
||||
|
||||
/* Background Solid */
|
||||
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, .jumpbox-cat-link, .dropdown-contents > li > a:hover, a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover, a.no_avatar:hover, .jumpbox-cat-link:hover, input.button1:focus, input.button2:focus, input.button3:focus, .specialbutton, input.specialbutton, .panel .specialbutton, a.specialbutton, .scrollToTop, a.specialbutton, .dark_base .social_links_footer a:hover span, .topic_type, .badge, .grid_unread {
|
||||
background: #8e54e9;
|
||||
}
|
||||
|
||||
/* Borders Dark */
|
||||
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, blockquote, .codebox code, .jumpbox-cat-link, a.postlink, input.button1:focus, input.button2:focus, input.button3:focus, input.specialbutton, .inputbox:hover, .inputbox:focus, .specialbutton, .button:hover, .button:focus, a.specialbutton, .dark_base .social_links_footer a span, .dark_base .social_links_footer a:hover span {
|
||||
border-color: #8e54e9;
|
||||
}
|
||||
|
||||
/* Background Gradient */
|
||||
.headerbar, body.content_block_header_block li.header, body.content_block_header_stripe li.header:before, .no_avatar, .social_links_footer, .forumbg-table, .sidebar_block_stripe:before, .fancy_panel:before {
|
||||
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8e54e9+0,4776e6+100 */
|
||||
background: #8e54e9; /* Old browsers */
|
||||
background: -moz-linear-gradient(left, #8e54e9 0%, #4776e6 100%); /* FF3.6-15 */
|
||||
background: -webkit-linear-gradient(left, #8e54e9 0%,#4776e6 100%); /* Chrome10-25,Safari5.1-6 */
|
||||
background: linear-gradient(to right, #8e54e9 0%,#4776e6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e54e9', endColorstr='#4776e6',GradientType=1 ); /* IE6-9 */
|
||||
}
|
||||
|
||||
|
||||
/* The same as above, just with some opacity */
|
||||
.headerbar_overlay_active, .grid_colour_overlay:hover {
|
||||
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8e54e9+0,4776e6+100&0.8+0,0.8+100 */
|
||||
background: -moz-linear-gradient(left, rgba(142,84,233,0.8) 0%, rgba(71,118,230,0.8) 100%); /* FF3.6-15 */
|
||||
background: -webkit-linear-gradient(left, rgba(142,84,233,0.8) 0%,rgba(71,118,230,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
|
||||
background: linear-gradient(to right, rgba(142,84,233,0.8) 0%,rgba(71,118,230,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc8e54e9', endColorstr='#cc4776e6',GradientType=1 ); /* IE6-9 */
|
||||
|
||||
}
|
||||
|
||||
|
||||
/* Colour Hover Light */
|
||||
.navbar_footer a:hover, .copyright_bar a:hover, a.postlink:hover, .dark_base h2 a:hover {
|
||||
color: #a76fff;
|
||||
}
|
||||
|
||||
/* Background Hover Light */
|
||||
a.scrollToTop:hover, input.specialbutton:hover, a.specialbutton:hover {
|
||||
background-color: #a76fff;
|
||||
}
|
||||
|
||||
/* Border light */
|
||||
.specialbutton:hover {
|
||||
border-color: #a76fff;
|
||||
}
|
||||
50
styles/Milk_v2/theme/colour-presets/HoneyDew.css
Normal file
@@ -0,0 +1,50 @@
|
||||
/* Color */
|
||||
a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span, .icon.fa-file.icon-red, a:hover .icon.fa-file.icon-red, .navigation .active-subsection a, .navigation .active-subsection a:hover, .navigation a:hover, .tabs .tab > a:hover, .tabs .activetab > a, .tabs .activetab > a:hover, a.postlink, a.postlink:visited, .navbar_in_header .badge, .button:focus .icon, .button:hover .icon, .dark_base .social_links_footer a span, .dark_base h2, .dark_base h2 a, .dark_base a:link, .dark_base a:visited, .button-secondary:focus, .button-secondary:hover, .notification_unread {
|
||||
color: #ade7ad;
|
||||
}
|
||||
|
||||
/* Background Solid */
|
||||
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, .jumpbox-cat-link, .dropdown-contents > li > a:hover, a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover, a.no_avatar:hover, .jumpbox-cat-link:hover, input.button1:focus, input.button2:focus, input.button3:focus, .specialbutton, input.specialbutton, .panel .specialbutton, a.specialbutton, .scrollToTop, a.specialbutton, .dark_base .social_links_footer a:hover span, .topic_type, .badge, .grid_unread {
|
||||
background: #ade7ad;
|
||||
}
|
||||
|
||||
/* Borders Dark */
|
||||
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, blockquote, .codebox code, .jumpbox-cat-link, a.postlink, input.button1:focus, input.button2:focus, input.button3:focus, input.specialbutton, .inputbox:hover, .inputbox:focus, .specialbutton, .button:hover, .button:focus, a.specialbutton, .dark_base .social_links_footer a span, .dark_base .social_links_footer a:hover span {
|
||||
border-color: #ade7ad;
|
||||
}
|
||||
|
||||
/* Background Gradient */
|
||||
.headerbar, body.content_block_header_block li.header, body.content_block_header_stripe li.header:before, .no_avatar, .social_links_footer, .forumbg-table, .sidebar_block_stripe:before, .fancy_panel:before {
|
||||
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f8ffae+0,43c6ac+100 */
|
||||
background: #f8ffae; /* Old browsers */
|
||||
background: -moz-linear-gradient(left, #f8ffae 0%, #43c6ac 100%); /* FF3.6-15 */
|
||||
background: -webkit-linear-gradient(left, #f8ffae 0%,#43c6ac 100%); /* Chrome10-25,Safari5.1-6 */
|
||||
background: linear-gradient(to right, #f8ffae 0%,#43c6ac 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ffae', endColorstr='#43c6ac',GradientType=1 ); /* IE6-9 */
|
||||
}
|
||||
|
||||
|
||||
/* The same as above, just with some opacity */
|
||||
.headerbar_overlay_active, .grid_colour_overlay:hover {
|
||||
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f8ffae+0,43c6ac+100&0.8+0,0.8+100 */
|
||||
background: -moz-linear-gradient(left, rgba(248,255,174,0.8) 0%, rgba(67,198,172,0.8) 100%); /* FF3.6-15 */
|
||||
background: -webkit-linear-gradient(left, rgba(248,255,174,0.8) 0%,rgba(67,198,172,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
|
||||
background: linear-gradient(to right, rgba(248,255,174,0.8) 0%,rgba(67,198,172,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccf8ffae', endColorstr='#cc43c6ac',GradientType=1 ); /* IE6-9 */
|
||||
}
|
||||
|
||||
|
||||
/* Colour Hover Light */
|
||||
.navbar_footer a:hover, .copyright_bar a:hover, a.postlink:hover, .dark_base h2 a:hover {
|
||||
color: #b8f4b8;
|
||||
}
|
||||
|
||||
/* Background Hover Light */
|
||||
a.scrollToTop:hover, input.specialbutton:hover, a.specialbutton:hover {
|
||||
background-color: #b8f4b8;
|
||||
}
|
||||
|
||||
/* Border light */
|
||||
.specialbutton:hover {
|
||||
border-color: #b8f4b8;
|
||||
}
|
||||
50
styles/Milk_v2/theme/colour-presets/Hot_Red.css
Normal file
@@ -0,0 +1,50 @@
|
||||
/* Color */
|
||||
a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span, .icon.fa-file.icon-red, a:hover .icon.fa-file.icon-red, .navigation .active-subsection a, .navigation .active-subsection a:hover, .navigation a:hover, .tabs .tab > a:hover, .tabs .activetab > a, .tabs .activetab > a:hover, a.postlink, a.postlink:visited, .navbar_in_header .badge, .button:focus .icon, .button:hover .icon, .dark_base .social_links_footer a span, .dark_base h2, .dark_base h2 a, .dark_base a:link, .dark_base a:visited, .button-secondary:focus, .button-secondary:hover, .notification_unread {
|
||||
color: #ea384d;
|
||||
}
|
||||
|
||||
/* Background Solid */
|
||||
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, .jumpbox-cat-link, .dropdown-contents > li > a:hover, a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover, a.no_avatar:hover, .jumpbox-cat-link:hover, input.button1:focus, input.button2:focus, input.button3:focus, .specialbutton, input.specialbutton, .panel .specialbutton, a.specialbutton, .scrollToTop, a.specialbutton, .dark_base .social_links_footer a:hover span, .topic_type, .badge, .grid_unread {
|
||||
background: #ea384d;
|
||||
}
|
||||
|
||||
/* Borders Dark */
|
||||
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, blockquote, .codebox code, .jumpbox-cat-link, a.postlink, input.button1:focus, input.button2:focus, input.button3:focus, input.specialbutton, .inputbox:hover, .inputbox:focus, .specialbutton, .button:hover, .button:focus, a.specialbutton, .dark_base .social_links_footer a span, .dark_base .social_links_footer a:hover span {
|
||||
border-color: #ea384d;
|
||||
}
|
||||
|
||||
/* Background Gradient */
|
||||
.headerbar, body.content_block_header_block li.header, body.content_block_header_stripe li.header:before, .no_avatar, .social_links_footer, .forumbg-table, .sidebar_block_stripe:before, .fancy_panel:before {
|
||||
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ea384d+0,d31027+100 */
|
||||
background: rgb(234,56,77); /* Old browsers */
|
||||
background: -moz-linear-gradient(left, rgba(234,56,77,1) 0%, rgba(211,16,39,1) 100%); /* FF3.6-15 */
|
||||
background: -webkit-linear-gradient(left, rgba(234,56,77,1) 0%,rgba(211,16,39,1) 100%); /* Chrome10-25,Safari5.1-6 */
|
||||
background: linear-gradient(to right, rgba(234,56,77,1) 0%,rgba(211,16,39,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea384d', endColorstr='#d31027',GradientType=1 ); /* IE6-9 */
|
||||
}
|
||||
|
||||
|
||||
/* The same as above, just with some opacity */
|
||||
.headerbar_overlay_active, .grid_colour_overlay:hover {
|
||||
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ea384d+0,d31027+100&0.8+0,0.8+100 */
|
||||
background: -moz-linear-gradient(left, rgba(234,56,77,0.8) 0%, rgba(211,16,39,0.8) 100%); /* FF3.6-15 */
|
||||
background: -webkit-linear-gradient(left, rgba(234,56,77,0.8) 0%,rgba(211,16,39,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
|
||||
background: linear-gradient(to right, rgba(234,56,77,0.8) 0%,rgba(211,16,39,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccea384d', endColorstr='#ccd31027',GradientType=1 ); /* IE6-9 */
|
||||
}
|
||||
|
||||
|
||||
/* Colour Hover Light */
|
||||
.navbar_footer a:hover, .copyright_bar a:hover, a.postlink:hover, .dark_base h2 a:hover {
|
||||
color: #fb485d;
|
||||
}
|
||||
|
||||
/* Background Hover Light */
|
||||
a.scrollToTop:hover, input.specialbutton:hover, a.specialbutton:hover {
|
||||
background-color: #fb485d;
|
||||
}
|
||||
|
||||
/* Border light */
|
||||
.specialbutton:hover {
|
||||
border-color: #fb485d;
|
||||
}
|
||||
50
styles/Milk_v2/theme/colour-presets/Ibiza_Sunset.css
Normal file
@@ -0,0 +1,50 @@
|
||||
/* Color */
|
||||
a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span, .icon.fa-file.icon-red, a:hover .icon.fa-file.icon-red, .navigation .active-subsection a, .navigation .active-subsection a:hover, .navigation a:hover, .tabs .tab > a:hover, .tabs .activetab > a, .tabs .activetab > a:hover, a.postlink, a.postlink:visited, .navbar_in_header .badge, .button:focus .icon, .button:hover .icon, .dark_base .social_links_footer a span, .dark_base h2, .dark_base h2 a, .dark_base a:link, .dark_base a:visited, .button-secondary:focus, .button-secondary:hover, .notification_unread {
|
||||
color: #ff6a00;
|
||||
}
|
||||
|
||||
/* Background Solid */
|
||||
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, .jumpbox-cat-link, .dropdown-contents > li > a:hover, a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover, a.no_avatar:hover, .jumpbox-cat-link:hover, input.button1:focus, input.button2:focus, input.button3:focus, .specialbutton, input.specialbutton, .panel .specialbutton, a.specialbutton, .scrollToTop, a.specialbutton, .dark_base .social_links_footer a:hover span, .topic_type, .badge, .grid_unread {
|
||||
background: #ff6a00;
|
||||
}
|
||||
|
||||
/* Borders Dark */
|
||||
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, blockquote, .codebox code, .jumpbox-cat-link, a.postlink, input.button1:focus, input.button2:focus, input.button3:focus, input.specialbutton, .inputbox:hover, .inputbox:focus, .specialbutton, .button:hover, .button:focus, a.specialbutton, .dark_base .social_links_footer a span, .dark_base .social_links_footer a:hover span {
|
||||
border-color: #ff6a00;
|
||||
}
|
||||
|
||||
/* Background Gradient */
|
||||
.headerbar, body.content_block_header_block li.header, body.content_block_header_stripe li.header:before, .no_avatar, .social_links_footer, .forumbg-table, .sidebar_block_stripe:before, .fancy_panel:before {
|
||||
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff6a00+0,ee0979+100 */
|
||||
background: #ff6a00; /* Old browsers */
|
||||
background: -moz-linear-gradient(left, #ff6a00 0%, #ee0979 100%); /* FF3.6-15 */
|
||||
background: -webkit-linear-gradient(left, #ff6a00 0%,#ee0979 100%); /* Chrome10-25,Safari5.1-6 */
|
||||
background: linear-gradient(to right, #ff6a00 0%,#ee0979 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6a00', endColorstr='#ee0979',GradientType=1 ); /* IE6-9 */
|
||||
}
|
||||
|
||||
|
||||
/* The same as above, just with some opacity */
|
||||
.headerbar_overlay_active, .grid_colour_overlay:hover {
|
||||
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff6a00+0,ee0979+100&0.8+0,0.8+100 */
|
||||
background: -moz-linear-gradient(left, rgba(255,106,0,0.8) 0%, rgba(238,9,121,0.8) 100%); /* FF3.6-15 */
|
||||
background: -webkit-linear-gradient(left, rgba(255,106,0,0.8) 0%,rgba(238,9,121,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
|
||||
background: linear-gradient(to right, rgba(255,106,0,0.8) 0%,rgba(238,9,121,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccff6a00', endColorstr='#ccee0979',GradientType=1 ); /* IE6-9 */
|
||||
}
|
||||
|
||||
|
||||
/* Colour Hover Light */
|
||||
.navbar_footer a:hover, .copyright_bar a:hover, a.postlink:hover, .dark_base h2 a:hover {
|
||||
color: #ff7e22;
|
||||
}
|
||||
|
||||
/* Background Hover Light */
|
||||
a.scrollToTop:hover, input.specialbutton:hover, a.specialbutton:hover {
|
||||
background-color: #ff7e22;
|
||||
}
|
||||
|
||||
/* Border light */
|
||||
.specialbutton:hover {
|
||||
border-color: #ff7e22;
|
||||
}
|
||||
50
styles/Milk_v2/theme/colour-presets/Little_Leaf.css
Normal file
@@ -0,0 +1,50 @@
|
||||
/* Color */
|
||||
a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span, .icon.fa-file.icon-red, a:hover .icon.fa-file.icon-red, .navigation .active-subsection a, .navigation .active-subsection a:hover, .navigation a:hover, .tabs .tab > a:hover, .tabs .activetab > a, .tabs .activetab > a:hover, a.postlink, a.postlink:visited, .navbar_in_header .badge, .button:focus .icon, .button:hover .icon, .dark_base .social_links_footer a span, .dark_base h2, .dark_base h2 a, .dark_base a:link, .dark_base a:visited, .button-secondary:focus, .button-secondary:hover, .notification_unread {
|
||||
color: #8dc26f;
|
||||
}
|
||||
|
||||
/* Background Solid */
|
||||
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, .jumpbox-cat-link, .dropdown-contents > li > a:hover, a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover, a.no_avatar:hover, .jumpbox-cat-link:hover, input.button1:focus, input.button2:focus, input.button3:focus, .specialbutton, input.specialbutton, .panel .specialbutton, a.specialbutton, .scrollToTop, a.specialbutton, .dark_base .social_links_footer a:hover span, .topic_type, .badge, .grid_unread {
|
||||
background: #8dc26f;
|
||||
}
|
||||
|
||||
/* Borders Dark */
|
||||
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, blockquote, .codebox code, .jumpbox-cat-link, a.postlink, input.button1:focus, input.button2:focus, input.button3:focus, input.specialbutton, .inputbox:hover, .inputbox:focus, .specialbutton, .button:hover, .button:focus, a.specialbutton, .dark_base .social_links_footer a span, .dark_base .social_links_footer a:hover span {
|
||||
border-color: #8dc26f;
|
||||
}
|
||||
|
||||
/* Background Gradient */
|
||||
.headerbar, body.content_block_header_block li.header, body.content_block_header_stripe li.header:before, .no_avatar, .social_links_footer, .forumbg-table, .sidebar_block_stripe:before, .fancy_panel:before {
|
||||
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8dc26f+0,76b852+100 */
|
||||
background: #8dc26f; /* Old browsers */
|
||||
background: -moz-linear-gradient(left, #8dc26f 0%, #76b852 100%); /* FF3.6-15 */
|
||||
background: -webkit-linear-gradient(left, #8dc26f 0%,#76b852 100%); /* Chrome10-25,Safari5.1-6 */
|
||||
background: linear-gradient(to right, #8dc26f 0%,#76b852 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dc26f', endColorstr='#76b852',GradientType=1 ); /* IE6-9 */
|
||||
}
|
||||
|
||||
|
||||
/* The same as above, just with some opacity */
|
||||
.headerbar_overlay_active, .grid_colour_overlay:hover {
|
||||
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8dc26f+0,76b852+100&0.8+0,0.8+100 */
|
||||
background: -moz-linear-gradient(left, rgba(141,194,111,0.8) 0%, rgba(118,184,82,0.8) 100%); /* FF3.6-15 */
|
||||
background: -webkit-linear-gradient(left, rgba(141,194,111,0.8) 0%,rgba(118,184,82,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
|
||||
background: linear-gradient(to right, rgba(141,194,111,0.8) 0%,rgba(118,184,82,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc8dc26f', endColorstr='#cc76b852',GradientType=1 ); /* IE6-9 */
|
||||
}
|
||||
|
||||
|
||||
/* Colour Hover Light */
|
||||
.navbar_footer a:hover, .copyright_bar a:hover, a.postlink:hover, .dark_base h2 a:hover {
|
||||
color: #9dd57d;
|
||||
}
|
||||
|
||||
/* Background Hover Light */
|
||||
a.scrollToTop:hover, input.specialbutton:hover, a.specialbutton:hover {
|
||||
background-color: #9dd57d;
|
||||
}
|
||||
|
||||
/* Border light */
|
||||
.specialbutton:hover {
|
||||
border-color: #9dd57d;
|
||||
}
|
||||
51
styles/Milk_v2/theme/colour-presets/Neon_Blue.css
Normal file
@@ -0,0 +1,51 @@
|
||||
/* Color */
|
||||
a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span, .icon.fa-file.icon-red, a:hover .icon.fa-file.icon-red, .navigation .active-subsection a, .navigation .active-subsection a:hover, .navigation a:hover, .tabs .tab > a:hover, .tabs .activetab > a, .tabs .activetab > a:hover, a.postlink, a.postlink:visited, .navbar_in_header .badge, .button:focus .icon, .button:hover .icon, .dark_base .social_links_footer a span, .dark_base h2, .dark_base h2 a, .dark_base a:link, .dark_base a:visited, .button-secondary:focus, .button-secondary:hover, .notification_unread {
|
||||
color: #52D4FF;
|
||||
}
|
||||
|
||||
/* Background Solid */
|
||||
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, .jumpbox-cat-link, .dropdown-contents > li > a:hover, a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover, a.no_avatar:hover, .jumpbox-cat-link:hover, input.button1:focus, input.button2:focus, input.button3:focus, .specialbutton, input.specialbutton, .panel .specialbutton, a.specialbutton, .scrollToTop, a.specialbutton, .dark_base .social_links_footer a:hover span, .topic_type, .badge, .grid_unread {
|
||||
background: #52D4FF;
|
||||
}
|
||||
|
||||
/* Borders Dark */
|
||||
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, blockquote, .codebox code, .jumpbox-cat-link, a.postlink, input.button1:focus, input.button2:focus, input.button3:focus, input.specialbutton, .inputbox:hover, .inputbox:focus, .specialbutton, .button:hover, .button:focus, a.specialbutton, .dark_base .social_links_footer a span, .dark_base .social_links_footer a:hover span {
|
||||
border-color: #52D4FF;
|
||||
}
|
||||
|
||||
/* Background Gradient */
|
||||
.headerbar, body.content_block_header_block li.header, body.content_block_header_stripe li.header:before, .no_avatar, .social_links_footer, .forumbg-table, .sidebar_block_stripe:before, .fancy_panel:before {
|
||||
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#52d4ff+0,0caade+100 */
|
||||
background: rgb(82,212,255); /* Old browsers */
|
||||
background: -moz-linear-gradient(left, rgba(82,212,255,1) 0%, rgba(12,170,222,1) 100%); /* FF3.6-15 */
|
||||
background: -webkit-linear-gradient(left, rgba(82,212,255,1) 0%,rgba(12,170,222,1) 100%); /* Chrome10-25,Safari5.1-6 */
|
||||
background: linear-gradient(to right, rgba(82,212,255,1) 0%,rgba(12,170,222,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52d4ff', endColorstr='#0caade',GradientType=1 ); /* IE6-9 */
|
||||
}
|
||||
|
||||
|
||||
/* The same as above, just with some opacity */
|
||||
.headerbar_overlay_active, .grid_colour_overlay:hover {
|
||||
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#52d4ff+0,0caade+100&0.8+0,0.8+100 */
|
||||
background: -moz-linear-gradient(left, rgba(82,212,255,0.8) 0%, rgba(12,170,222,0.8) 100%); /* FF3.6-15 */
|
||||
background: -webkit-linear-gradient(left, rgba(82,212,255,0.8) 0%,rgba(12,170,222,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
|
||||
background: linear-gradient(to right, rgba(82,212,255,0.8) 0%,rgba(12,170,222,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc52d4ff', endColorstr='#cc0caade',GradientType=1 ); /* IE6-9 */
|
||||
}
|
||||
|
||||
|
||||
/* Colour Hover Light */
|
||||
.navbar_footer a:hover, .copyright_bar a:hover, a.postlink:hover, .dark_base h2 a:hover {
|
||||
color: #76ddff;
|
||||
}
|
||||
|
||||
/* Background Hover Light */
|
||||
a.scrollToTop:hover, input.specialbutton:hover, a.specialbutton:hover {
|
||||
background-color: #76ddff;
|
||||
}
|
||||
|
||||
/* Border light */
|
||||
.specialbutton:hover {
|
||||
border-color: #76ddff;
|
||||
}
|
||||
|
||||
51
styles/Milk_v2/theme/colour-presets/Nighthawk.css
Normal file
@@ -0,0 +1,51 @@
|
||||
/* Color */
|
||||
a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span, .icon.fa-file.icon-red, a:hover .icon.fa-file.icon-red, .navigation .active-subsection a, .navigation .active-subsection a:hover, .navigation a:hover, .tabs .tab > a:hover, .tabs .activetab > a, .tabs .activetab > a:hover, a.postlink, a.postlink:visited, .navbar_in_header .badge, .button:focus .icon, .button:hover .icon, .dark_base .social_links_footer a span, .dark_base h2, .dark_base h2 a, .dark_base a:link, .dark_base a:visited, .button-secondary:focus, .button-secondary:hover, .notification_unread {
|
||||
color: #2c3e50;
|
||||
}
|
||||
|
||||
/* Background Solid */
|
||||
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, .jumpbox-cat-link, .dropdown-contents > li > a:hover, a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover, a.no_avatar:hover, .jumpbox-cat-link:hover, input.button1:focus, input.button2:focus, input.button3:focus, .specialbutton, input.specialbutton, .panel .specialbutton, a.specialbutton, .scrollToTop, a.specialbutton, .dark_base .social_links_footer a:hover span, .topic_type, .badge, .grid_unread {
|
||||
background: #2c3e50;
|
||||
}
|
||||
|
||||
/* Borders Dark */
|
||||
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, blockquote, .codebox code, .jumpbox-cat-link, a.postlink, input.button1:focus, input.button2:focus, input.button3:focus, input.specialbutton, .inputbox:hover, .inputbox:focus, .specialbutton, .button:hover, .button:focus, a.specialbutton, .dark_base .social_links_footer a span, .dark_base .social_links_footer a:hover span {
|
||||
border-color: #2c3e50;
|
||||
}
|
||||
|
||||
/* Background Gradient */
|
||||
.headerbar, body.content_block_header_block li.header, body.content_block_header_stripe li.header:before, .no_avatar, .social_links_footer, .forumbg-table, .sidebar_block_stripe:before, .fancy_panel:before {
|
||||
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2c3e50+0,2980b9+100 */
|
||||
background: #2c3e50; /* Old browsers */
|
||||
background: -moz-linear-gradient(left, #2c3e50 0%, #2980b9 100%); /* FF3.6-15 */
|
||||
background: -webkit-linear-gradient(left, #2c3e50 0%,#2980b9 100%); /* Chrome10-25,Safari5.1-6 */
|
||||
background: linear-gradient(to right, #2c3e50 0%,#2980b9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c3e50', endColorstr='#2980b9',GradientType=1 ); /* IE6-9 */
|
||||
}
|
||||
|
||||
|
||||
/* The same as above, just with some opacity */
|
||||
.headerbar_overlay_active, .grid_colour_overlay:hover {
|
||||
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2c3e50+0,2980b9+100&0.8+0,0.8+100 */
|
||||
background: -moz-linear-gradient(left, rgba(44,62,80,0.8) 0%, rgba(41,128,185,0.8) 100%); /* FF3.6-15 */
|
||||
background: -webkit-linear-gradient(left, rgba(44,62,80,0.8) 0%,rgba(41,128,185,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
|
||||
background: linear-gradient(to right, rgba(44,62,80,0.8) 0%,rgba(41,128,185,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc2c3e50', endColorstr='#cc2980b9',GradientType=1 ); /* IE6-9 */
|
||||
}
|
||||
|
||||
|
||||
/* Colour Hover Light */
|
||||
.navbar_footer a:hover, .copyright_bar a:hover, a.postlink:hover, .dark_base h2 a:hover {
|
||||
color: #415b74;
|
||||
}
|
||||
|
||||
/* Background Hover Light */
|
||||
a.scrollToTop:hover, input.specialbutton:hover, a.specialbutton:hover {
|
||||
background-color: #415b74;
|
||||
}
|
||||
|
||||
/* Border light */
|
||||
.specialbutton:hover {
|
||||
border-color: #415b74;
|
||||
}
|
||||
|
||||
50
styles/Milk_v2/theme/colour-presets/Pacific_Dream.css
Normal file
@@ -0,0 +1,50 @@
|
||||
/* Color */
|
||||
a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span, .icon.fa-file.icon-red, a:hover .icon.fa-file.icon-red, .navigation .active-subsection a, .navigation .active-subsection a:hover, .navigation a:hover, .tabs .tab > a:hover, .tabs .activetab > a, .tabs .activetab > a:hover, a.postlink, a.postlink:visited, .navbar_in_header .badge, .button:focus .icon, .button:hover .icon, .dark_base .social_links_footer a span, .dark_base h2, .dark_base h2 a, .dark_base a:link, .dark_base a:visited, .button-secondary:focus, .button-secondary:hover, .notification_unread {
|
||||
color: #0f3443;
|
||||
}
|
||||
|
||||
/* Background Solid */
|
||||
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, .jumpbox-cat-link, .dropdown-contents > li > a:hover, a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover, a.no_avatar:hover, .jumpbox-cat-link:hover, input.button1:focus, input.button2:focus, input.button3:focus, .specialbutton, input.specialbutton, .panel .specialbutton, a.specialbutton, .scrollToTop, a.specialbutton, .dark_base .social_links_footer a:hover span, .topic_type, .badge, .grid_unread {
|
||||
background: #0f3443;
|
||||
}
|
||||
|
||||
/* Borders Dark */
|
||||
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, blockquote, .codebox code, .jumpbox-cat-link, a.postlink, input.button1:focus, input.button2:focus, input.button3:focus, input.specialbutton, .inputbox:hover, .inputbox:focus, .specialbutton, .button:hover, .button:focus, a.specialbutton, .dark_base .social_links_footer a span, .dark_base .social_links_footer a:hover span {
|
||||
border-color: #0f3443;
|
||||
}
|
||||
|
||||
/* Background Gradient */
|
||||
.headerbar, body.content_block_header_block li.header, body.content_block_header_stripe li.header:before, .no_avatar, .social_links_footer, .forumbg-table, .sidebar_block_stripe:before, .fancy_panel:before {
|
||||
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0f3443+0,34e89e+100&0.8+0,0.8+100 */
|
||||
background: -moz-linear-gradient(left, rgba(15,52,67,0.8) 0%, rgba(52,232,158,0.8) 100%); /* FF3.6-15 */
|
||||
background: -webkit-linear-gradient(left, rgba(15,52,67,0.8) 0%,rgba(52,232,158,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
|
||||
background: linear-gradient(to right, rgba(15,52,67,0.8) 0%,rgba(52,232,158,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0f3443', endColorstr='#cc34e89e',GradientType=1 ); /* IE6-9 */
|
||||
}
|
||||
|
||||
|
||||
/* The same as above, just with some opacity */
|
||||
.headerbar_overlay_active, .grid_colour_overlay:hover {
|
||||
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0f3443+0,34e89e+100&0.8+0,0.8+100 */
|
||||
background: -moz-linear-gradient(left, rgba(15,52,67,0.8) 0%, rgba(52,232,158,0.8) 100%); /* FF3.6-15 */
|
||||
background: -webkit-linear-gradient(left, rgba(15,52,67,0.8) 0%,rgba(52,232,158,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
|
||||
background: linear-gradient(to right, rgba(15,52,67,0.8) 0%,rgba(52,232,158,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0f3443', endColorstr='#cc34e89e',GradientType=1 ); /* IE6-9 */
|
||||
}
|
||||
|
||||
|
||||
/* Colour Hover Light */
|
||||
.navbar_footer a:hover, .copyright_bar a:hover, a.postlink:hover, .dark_base h2 a:hover {
|
||||
color: #154558;
|
||||
}
|
||||
|
||||
/* Background Hover Light */
|
||||
a.scrollToTop:hover, input.specialbutton:hover, a.specialbutton:hover {
|
||||
background-color: #154558;
|
||||
}
|
||||
|
||||
/* Border light */
|
||||
.specialbutton:hover {
|
||||
border-color: #154558;
|
||||
}
|
||||
|
||||
50
styles/Milk_v2/theme/colour-presets/Peach.css
Normal file
@@ -0,0 +1,50 @@
|
||||
/* Color */
|
||||
a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span, .icon.fa-file.icon-red, a:hover .icon.fa-file.icon-red, .navigation .active-subsection a, .navigation .active-subsection a:hover, .navigation a:hover, .tabs .tab > a:hover, .tabs .activetab > a, .tabs .activetab > a:hover, a.postlink, a.postlink:visited, .navbar_in_header .badge, .button:focus .icon, .button:hover .icon, .dark_base .social_links_footer a span, .dark_base h2, .dark_base h2 a, .dark_base a:link, .dark_base a:visited, .button-secondary:focus, .button-secondary:hover, .notification_unread {
|
||||
color: #f8a697;
|
||||
}
|
||||
|
||||
/* Background Solid */
|
||||
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, .jumpbox-cat-link, .dropdown-contents > li > a:hover, a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover, a.no_avatar:hover, .jumpbox-cat-link:hover, input.button1:focus, input.button2:focus, input.button3:focus, .specialbutton, input.specialbutton, .panel .specialbutton, a.specialbutton, .scrollToTop, a.specialbutton, .dark_base .social_links_footer a:hover span, .topic_type, .badge, .grid_unread {
|
||||
background: #f8a697;
|
||||
}
|
||||
|
||||
/* Borders Dark */
|
||||
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, blockquote, .codebox code, .jumpbox-cat-link, a.postlink, input.button1:focus, input.button2:focus, input.button3:focus, input.specialbutton, .inputbox:hover, .inputbox:focus, .specialbutton, .button:hover, .button:focus, a.specialbutton, .dark_base .social_links_footer a span, .dark_base .social_links_footer a:hover span {
|
||||
border-color: #f8a697;
|
||||
}
|
||||
|
||||
/* Background Gradient */
|
||||
.headerbar, body.content_block_header_block li.header, body.content_block_header_stripe li.header:before, .no_avatar, .social_links_footer, .forumbg-table, .sidebar_block_stripe:before, .fancy_panel:before {
|
||||
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffedbc+0,ed4264+100 */
|
||||
background: rgb(255,237,188); /* Old browsers */
|
||||
background: -moz-linear-gradient(left, rgba(255,237,188,1) 0%, rgba(237,66,100,1) 100%); /* FF3.6-15 */
|
||||
background: -webkit-linear-gradient(left, rgba(255,237,188,1) 0%,rgba(237,66,100,1) 100%); /* Chrome10-25,Safari5.1-6 */
|
||||
background: linear-gradient(to right, rgba(255,237,188,1) 0%,rgba(237,66,100,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedbc', endColorstr='#ed4264',GradientType=1 ); /* IE6-9 */
|
||||
}
|
||||
|
||||
|
||||
/* The same as above, just with some opacity */
|
||||
.headerbar_overlay_active, .grid_colour_overlay:hover {
|
||||
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffedbc+0,ed4264+100&0.8+0,0.8+100 */
|
||||
background: -moz-linear-gradient(left, rgba(255,237,188,0.8) 0%, rgba(237,66,100,0.8) 100%); /* FF3.6-15 */
|
||||
background: -webkit-linear-gradient(left, rgba(255,237,188,0.8) 0%,rgba(237,66,100,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
|
||||
background: linear-gradient(to right, rgba(255,237,188,0.8) 0%,rgba(237,66,100,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffedbc', endColorstr='#cced4264',GradientType=1 ); /* IE6-9 */
|
||||
}
|
||||
|
||||
|
||||
/* Colour Hover Light */
|
||||
.navbar_footer a:hover, .copyright_bar a:hover, a.postlink:hover, .dark_base h2 a:hover {
|
||||
color: #f4b2a6;
|
||||
}
|
||||
|
||||
/* Background Hover Light */
|
||||
a.scrollToTop:hover, input.specialbutton:hover, a.specialbutton:hover {
|
||||
background-color: #f4b2a6;
|
||||
}
|
||||
|
||||
/* Border light */
|
||||
.specialbutton:hover {
|
||||
border-color: #f4b2a6;
|
||||
}
|
||||
51
styles/Milk_v2/theme/colour-presets/Purple_Love.css
Normal file
@@ -0,0 +1,51 @@
|
||||
/* Color */
|
||||
a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span, .icon.fa-file.icon-red, a:hover .icon.fa-file.icon-red, .navigation .active-subsection a, .navigation .active-subsection a:hover, .navigation a:hover, .tabs .tab > a:hover, .tabs .activetab > a, .tabs .activetab > a:hover, a.postlink, a.postlink:visited, .navbar_in_header .badge, .button:focus .icon, .button:hover .icon, .dark_base .social_links_footer a span, .dark_base h2, .dark_base h2 a, .dark_base a:link, .dark_base a:visited, .button-secondary:focus, .button-secondary:hover, .notification_unread {
|
||||
color: #B06AB3;
|
||||
}
|
||||
|
||||
/* Background Solid */
|
||||
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, .jumpbox-cat-link, .dropdown-contents > li > a:hover, a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover, a.no_avatar:hover, .jumpbox-cat-link:hover, input.button1:focus, input.button2:focus, input.button3:focus, .specialbutton, input.specialbutton, .panel .specialbutton, a.specialbutton, .scrollToTop, a.specialbutton, .dark_base .social_links_footer a:hover span, .topic_type, .badge, .grid_unread {
|
||||
background: #B06AB3;
|
||||
}
|
||||
|
||||
/* Borders Dark */
|
||||
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, blockquote, .codebox code, .jumpbox-cat-link, a.postlink, input.button1:focus, input.button2:focus, input.button3:focus, input.specialbutton, .inputbox:hover, .inputbox:focus, .specialbutton, .button:hover, .button:focus, a.specialbutton, .dark_base .social_links_footer a span, .dark_base .social_links_footer a:hover span {
|
||||
border-color: #B06AB3;
|
||||
}
|
||||
|
||||
/* Background Gradient */
|
||||
.headerbar, body.content_block_header_block li.header, body.content_block_header_stripe li.header:before, .no_avatar, .social_links_footer, .forumbg-table, .sidebar_block_stripe:before, .fancy_panel:before {
|
||||
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b06ab3+0,4568dc+100 */
|
||||
background: rgb(176,106,179); /* Old browsers */
|
||||
background: -moz-linear-gradient(left, rgba(176,106,179,1) 0%, rgba(69,104,220,1) 100%); /* FF3.6-15 */
|
||||
background: -webkit-linear-gradient(left, rgba(176,106,179,1) 0%,rgba(69,104,220,1) 100%); /* Chrome10-25,Safari5.1-6 */
|
||||
background: linear-gradient(to right, rgba(176,106,179,1) 0%,rgba(69,104,220,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b06ab3', endColorstr='#4568dc',GradientType=1 ); /* IE6-9 */
|
||||
}
|
||||
|
||||
|
||||
/* The same as above, just with some opacity */
|
||||
.headerbar_overlay_active, .grid_colour_overlay:hover {
|
||||
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b06ab3+0,4568dc+100&0.8+1,0.8+100 */
|
||||
background: -moz-linear-gradient(left, rgba(176,106,179,0.8) 0%, rgba(175,106,179,0.8) 1%, rgba(69,104,220,0.8) 100%); /* FF3.6-15 */
|
||||
background: -webkit-linear-gradient(left, rgba(176,106,179,0.8) 0%,rgba(175,106,179,0.8) 1%,rgba(69,104,220,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
|
||||
background: linear-gradient(to right, rgba(176,106,179,0.8) 0%,rgba(175,106,179,0.8) 1%,rgba(69,104,220,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccb06ab3', endColorstr='#cc4568dc',GradientType=1 ); /* IE6-9 */
|
||||
}
|
||||
|
||||
|
||||
/* Colour Hover Light */
|
||||
.navbar_footer a:hover, .copyright_bar a:hover, a.postlink:hover, .dark_base h2 a:hover {
|
||||
color: #cd81d0;
|
||||
}
|
||||
|
||||
/* Background Hover Light */
|
||||
a.scrollToTop:hover, input.specialbutton:hover, a.specialbutton:hover {
|
||||
background-color: #cd81d0;
|
||||
}
|
||||
|
||||
/* Border light */
|
||||
.specialbutton:hover {
|
||||
border-color: #cd81d0;
|
||||
}
|
||||
|
||||
51
styles/Milk_v2/theme/colour-presets/Rose_Water.css
Normal file
@@ -0,0 +1,51 @@
|
||||
/* Color */
|
||||
a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span, .icon.fa-file.icon-red, a:hover .icon.fa-file.icon-red, .navigation .active-subsection a, .navigation .active-subsection a:hover, .navigation a:hover, .tabs .tab > a:hover, .tabs .activetab > a, .tabs .activetab > a:hover, a.postlink, a.postlink:visited, .navbar_in_header .badge, .button:focus .icon, .button:hover .icon, .dark_base .social_links_footer a span, .dark_base h2, .dark_base h2 a, .dark_base a:link, .dark_base a:visited, .button-secondary:focus, .button-secondary:hover, .notification_unread {
|
||||
color: #5fc3e4;
|
||||
}
|
||||
|
||||
/* Background Solid */
|
||||
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, .jumpbox-cat-link, .dropdown-contents > li > a:hover, a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover, a.no_avatar:hover, .jumpbox-cat-link:hover, input.button1:focus, input.button2:focus, input.button3:focus, .specialbutton, input.specialbutton, .panel .specialbutton, a.specialbutton, .scrollToTop, a.specialbutton, .dark_base .social_links_footer a:hover span, .topic_type, .badge, .grid_unread {
|
||||
background: #5fc3e4;
|
||||
}
|
||||
|
||||
/* Borders Dark */
|
||||
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, blockquote, .codebox code, .jumpbox-cat-link, a.postlink, input.button1:focus, input.button2:focus, input.button3:focus, input.specialbutton, .inputbox:hover, .inputbox:focus, .specialbutton, .button:hover, .button:focus, a.specialbutton, .dark_base .social_links_footer a span, .dark_base .social_links_footer a:hover span {
|
||||
border-color: #5fc3e4;
|
||||
}
|
||||
|
||||
/* Background Gradient */
|
||||
.headerbar, body.content_block_header_block li.header, body.content_block_header_stripe li.header:before, .no_avatar, .social_links_footer, .forumbg-table, .sidebar_block_stripe:before, .fancy_panel:before {
|
||||
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5fc3e4+0,e55d87+100 */
|
||||
background: #5fc3e4; /* Old browsers */
|
||||
background: -moz-linear-gradient(left, #5fc3e4 0%, #e55d87 100%); /* FF3.6-15 */
|
||||
background: -webkit-linear-gradient(left, #5fc3e4 0%,#e55d87 100%); /* Chrome10-25,Safari5.1-6 */
|
||||
background: linear-gradient(to right, #5fc3e4 0%,#e55d87 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fc3e4', endColorstr='#e55d87',GradientType=1 ); /* IE6-9 */
|
||||
}
|
||||
|
||||
|
||||
/* The same as above, just with some opacity */
|
||||
.headerbar_overlay_active, .grid_colour_overlay:hover {
|
||||
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5fc3e4+0,e55d87+100&0.8+1,0.8+100 */
|
||||
background: -moz-linear-gradient(left, rgba(95,195,228,0.8) 0%, rgba(96,194,227,0.8) 1%, rgba(229,93,135,0.8) 100%); /* FF3.6-15 */
|
||||
background: -webkit-linear-gradient(left, rgba(95,195,228,0.8) 0%,rgba(96,194,227,0.8) 1%,rgba(229,93,135,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
|
||||
background: linear-gradient(to right, rgba(95,195,228,0.8) 0%,rgba(96,194,227,0.8) 1%,rgba(229,93,135,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc5fc3e4', endColorstr='#cce55d87',GradientType=1 ); /* IE6-9 */
|
||||
}
|
||||
|
||||
|
||||
/* Colour Hover Light */
|
||||
.navbar_footer a:hover, .copyright_bar a:hover, a.postlink:hover, .dark_base h2 a:hover {
|
||||
color: #78deff;
|
||||
}
|
||||
|
||||
/* Background Hover Light */
|
||||
a.scrollToTop:hover, input.specialbutton:hover, a.specialbutton:hover {
|
||||
background-color: #78deff;
|
||||
}
|
||||
|
||||
/* Border light */
|
||||
.specialbutton:hover {
|
||||
border-color: #78deff;
|
||||
}
|
||||
|
||||
51
styles/Milk_v2/theme/colour-presets/Sahara.css
Normal file
@@ -0,0 +1,51 @@
|
||||
/* Color */
|
||||
a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span, .icon.fa-file.icon-red, a:hover .icon.fa-file.icon-red, .navigation .active-subsection a, .navigation .active-subsection a:hover, .navigation a:hover, .tabs .tab > a:hover, .tabs .activetab > a, .tabs .activetab > a:hover, a.postlink, a.postlink:visited, .navbar_in_header .badge, .button:focus .icon, .button:hover .icon, .dark_base .social_links_footer a span, .dark_base h2, .dark_base h2 a, .dark_base a:link, .dark_base a:visited, .button-secondary:focus, .button-secondary:hover, .notification_unread {
|
||||
color: #f9d423;
|
||||
}
|
||||
|
||||
/* Background Solid */
|
||||
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, .jumpbox-cat-link, .dropdown-contents > li > a:hover, a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover, a.no_avatar:hover, .jumpbox-cat-link:hover, input.button1:focus, input.button2:focus, input.button3:focus, .specialbutton, input.specialbutton, .panel .specialbutton, a.specialbutton, .scrollToTop, a.specialbutton, .dark_base .social_links_footer a:hover span, .topic_type, .badge, .grid_unread {
|
||||
background: #f9d423;
|
||||
}
|
||||
|
||||
/* Borders Dark */
|
||||
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, blockquote, .codebox code, .jumpbox-cat-link, a.postlink, input.button1:focus, input.button2:focus, input.button3:focus, input.specialbutton, .inputbox:hover, .inputbox:focus, .specialbutton, .button:hover, .button:focus, a.specialbutton, .dark_base .social_links_footer a span, .dark_base .social_links_footer a:hover span {
|
||||
border-color: #f9d423;
|
||||
}
|
||||
|
||||
/* Background Gradient */
|
||||
.headerbar, body.content_block_header_block li.header, body.content_block_header_stripe li.header:before, .no_avatar, .social_links_footer, .forumbg-table, .sidebar_block_stripe:before, .fancy_panel:before {
|
||||
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9d423+1,ff4e50+100 */
|
||||
background: #f9d423; /* Old browsers */
|
||||
background: -moz-linear-gradient(left, #f9d423 1%, #ff4e50 100%); /* FF3.6-15 */
|
||||
background: -webkit-linear-gradient(left, #f9d423 1%,#ff4e50 100%); /* Chrome10-25,Safari5.1-6 */
|
||||
background: linear-gradient(to right, #f9d423 1%,#ff4e50 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9d423', endColorstr='#ff4e50',GradientType=1 ); /* IE6-9 */
|
||||
|
||||
}
|
||||
|
||||
|
||||
/* The same as above, just with some opacity */
|
||||
.headerbar_overlay_active, .grid_colour_overlay:hover {
|
||||
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9d423+0,ff4e50+100&0.8+0,0.8+100 */
|
||||
background: -moz-linear-gradient(left, rgba(249,212,35,0.8) 0%, rgba(255,78,80,0.8) 100%); /* FF3.6-15 */
|
||||
background: -webkit-linear-gradient(left, rgba(249,212,35,0.8) 0%,rgba(255,78,80,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
|
||||
background: linear-gradient(to right, rgba(249,212,35,0.8) 0%,rgba(255,78,80,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccf9d423', endColorstr='#ccff4e50',GradientType=1 ); /* IE6-9 */
|
||||
}
|
||||
|
||||
|
||||
/* Colour Hover Light */
|
||||
.navbar_footer a:hover, .copyright_bar a:hover, a.postlink:hover, .dark_base h2 a:hover {
|
||||
color: #f4d74b;
|
||||
}
|
||||
|
||||
/* Background Hover Light */
|
||||
a.scrollToTop:hover, input.specialbutton:hover, a.specialbutton:hover {
|
||||
background-color: #f4d74b;
|
||||
}
|
||||
|
||||
/* Border light */
|
||||
.specialbutton:hover {
|
||||
border-color: #f4d74b;
|
||||
}
|
||||
50
styles/Milk_v2/theme/colour-presets/Titanium.css
Normal file
@@ -0,0 +1,50 @@
|
||||
/* Color */
|
||||
a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span, .icon.fa-file.icon-red, a:hover .icon.fa-file.icon-red, .navigation .active-subsection a, .navigation .active-subsection a:hover, .navigation a:hover, .tabs .tab > a:hover, .tabs .activetab > a, .tabs .activetab > a:hover, a.postlink, a.postlink:visited, .navbar_in_header .badge, .button:focus .icon, .button:hover .icon, .dark_base .social_links_footer a span, .dark_base h2, .dark_base h2 a, .dark_base a:link, .dark_base a:visited, .button-secondary:focus, .button-secondary:hover, .notification_unread {
|
||||
color: #859398;
|
||||
}
|
||||
|
||||
/* Background Solid */
|
||||
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, .jumpbox-cat-link, .dropdown-contents > li > a:hover, a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover, a.no_avatar:hover, .jumpbox-cat-link:hover, input.button1:focus, input.button2:focus, input.button3:focus, .specialbutton, input.specialbutton, .panel .specialbutton, a.specialbutton, .scrollToTop, a.specialbutton, .dark_base .social_links_footer a:hover span, .topic_type, .badge, .grid_unread {
|
||||
background: #859398;
|
||||
}
|
||||
|
||||
/* Borders Dark */
|
||||
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, blockquote, .codebox code, .jumpbox-cat-link, a.postlink, input.button1:focus, input.button2:focus, input.button3:focus, input.specialbutton, .inputbox:hover, .inputbox:focus, .specialbutton, .button:hover, .button:focus, a.specialbutton, .dark_base .social_links_footer a span, .dark_base .social_links_footer a:hover span {
|
||||
border-color: #859398;
|
||||
}
|
||||
|
||||
/* Background Gradient */
|
||||
.headerbar, body.content_block_header_block li.header, body.content_block_header_stripe li.header:before, .no_avatar, .social_links_footer, .forumbg-table, .sidebar_block_stripe:before, .fancy_panel:before {
|
||||
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#859398+0,283048+100 */
|
||||
background: #859398; /* Old browsers */
|
||||
background: -moz-linear-gradient(left, #859398 0%, #283048 100%); /* FF3.6-15 */
|
||||
background: -webkit-linear-gradient(left, #859398 0%,#283048 100%); /* Chrome10-25,Safari5.1-6 */
|
||||
background: linear-gradient(to right, #859398 0%,#283048 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#859398', endColorstr='#283048',GradientType=1 ); /* IE6-9 */
|
||||
}
|
||||
|
||||
|
||||
/* The same as above, just with some opacity */
|
||||
.headerbar_overlay_active, .grid_colour_overlay:hover {
|
||||
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#859398+0,283048+100&0.8+0,0.8+100 */
|
||||
background: -moz-linear-gradient(left, rgba(133,147,152,0.8) 0%, rgba(40,48,72,0.8) 100%); /* FF3.6-15 */
|
||||
background: -webkit-linear-gradient(left, rgba(133,147,152,0.8) 0%,rgba(40,48,72,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
|
||||
background: linear-gradient(to right, rgba(133,147,152,0.8) 0%,rgba(40,48,72,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc859398', endColorstr='#cc283048',GradientType=1 ); /* IE6-9 */
|
||||
}
|
||||
|
||||
|
||||
/* Colour Hover Light */
|
||||
.navbar_footer a:hover, .copyright_bar a:hover, a.postlink:hover, .dark_base h2 a:hover {
|
||||
color: #9cacb2;
|
||||
}
|
||||
|
||||
/* Background Hover Light */
|
||||
a.scrollToTop:hover, input.specialbutton:hover, a.specialbutton:hover {
|
||||
background-color: #9cacb2;
|
||||
}
|
||||
|
||||
/* Border light */
|
||||
.specialbutton:hover {
|
||||
border-color: #9cacb2;
|
||||
}
|
||||
51
styles/Milk_v2/theme/colour-presets/Warm_Sunset.css
Normal file
@@ -0,0 +1,51 @@
|
||||
/* Color */
|
||||
a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span, .icon.fa-file.icon-red, a:hover .icon.fa-file.icon-red, .navigation .active-subsection a, .navigation .active-subsection a:hover, .navigation a:hover, .tabs .tab > a:hover, .tabs .activetab > a, .tabs .activetab > a:hover, a.postlink, a.postlink:visited, .navbar_in_header .badge, .button:focus .icon, .button:hover .icon, .dark_base .social_links_footer a span, .dark_base h2, .dark_base h2 a, .dark_base a:link, .dark_base a:visited, .button-secondary:focus, .button-secondary:hover, .notification_unread {
|
||||
color: #4a569d;
|
||||
}
|
||||
|
||||
/* Background Solid */
|
||||
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, .jumpbox-cat-link, .dropdown-contents > li > a:hover, a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover, a.no_avatar:hover, .jumpbox-cat-link:hover, input.button1:focus, input.button2:focus, input.button3:focus, .specialbutton, input.specialbutton, .panel .specialbutton, a.specialbutton, .scrollToTop, a.specialbutton, .dark_base .social_links_footer a:hover span, .topic_type, .badge, .grid_unread {
|
||||
background: #4a569d;
|
||||
}
|
||||
|
||||
/* Borders Dark */
|
||||
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, blockquote, .codebox code, .jumpbox-cat-link, a.postlink, input.button1:focus, input.button2:focus, input.button3:focus, input.specialbutton, .inputbox:hover, .inputbox:focus, .specialbutton, .button:hover, .button:focus, a.specialbutton, .dark_base .social_links_footer a span, .dark_base .social_links_footer a:hover span {
|
||||
border-color: #4a569d;
|
||||
}
|
||||
|
||||
/* Background Gradient */
|
||||
.headerbar, body.content_block_header_block li.header, body.content_block_header_stripe li.header:before, .no_avatar, .social_links_footer, .forumbg-table, .sidebar_block_stripe:before, .fancy_panel:before {
|
||||
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4a569d+1,dc2424+100 */
|
||||
background: #4a569d; /* Old browsers */
|
||||
background: -moz-linear-gradient(left, #4a569d 1%, #dc2424 100%); /* FF3.6-15 */
|
||||
background: -webkit-linear-gradient(left, #4a569d 1%,#dc2424 100%); /* Chrome10-25,Safari5.1-6 */
|
||||
background: linear-gradient(to right, #4a569d 1%,#dc2424 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a569d', endColorstr='#dc2424',GradientType=1 ); /* IE6-9 */
|
||||
}
|
||||
|
||||
|
||||
/* The same as above, just with some opacity */
|
||||
.headerbar_overlay_active, .grid_colour_overlay:hover {
|
||||
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4a569d+0,dc2424+100&0.8+1,0.8+100 */
|
||||
background: -moz-linear-gradient(left, rgba(74,86,157,0.8) 0%, rgba(75,86,156,0.8) 1%, rgba(220,36,36,0.8) 100%); /* FF3.6-15 */
|
||||
background: -webkit-linear-gradient(left, rgba(74,86,157,0.8) 0%,rgba(75,86,156,0.8) 1%,rgba(220,36,36,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
|
||||
background: linear-gradient(to right, rgba(74,86,157,0.8) 0%,rgba(75,86,156,0.8) 1%,rgba(220,36,36,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc4a569d', endColorstr='#ccdc2424',GradientType=1 ); /* IE6-9 */
|
||||
}
|
||||
|
||||
|
||||
/* Colour Hover Light */
|
||||
.navbar_footer a:hover, .copyright_bar a:hover, a.postlink:hover, .dark_base h2 a:hover {
|
||||
color: #5e6dc2;
|
||||
}
|
||||
|
||||
/* Background Hover Light */
|
||||
a.scrollToTop:hover, input.specialbutton:hover, a.specialbutton:hover {
|
||||
background-color: #5e6dc2;
|
||||
}
|
||||
|
||||
/* Border light */
|
||||
.specialbutton:hover {
|
||||
border-color: #5e6dc2;
|
||||
}
|
||||
|
||||
43
styles/Milk_v2/theme/colour-presets/default.css
Normal file
@@ -0,0 +1,43 @@
|
||||
/* Color */
|
||||
a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span, .icon.fa-file.icon-red, a:hover .icon.fa-file.icon-red, .navigation .active-subsection a, .navigation .active-subsection a:hover, .navigation a:hover, .tabs .tab > a:hover, .tabs .activetab > a, .tabs .activetab > a:hover, a.postlink, a.postlink:visited, .navbar_in_header .badge, .button:focus .icon, .button:hover .icon, .dark_base .social_links_footer a span, .dark_base h2, .dark_base h2 a, .dark_base a:link, .dark_base a:visited, .button-secondary:focus, .button-secondary:hover, .notification_unread {
|
||||
color: #00ACFF;
|
||||
}
|
||||
|
||||
/* Background Solid */
|
||||
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, .jumpbox-cat-link, .dropdown-contents > li > a:hover, a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover, a.no_avatar:hover, .jumpbox-cat-link:hover, input.button1:focus, input.button2:focus, input.button3:focus, .specialbutton, input.specialbutton, .panel .specialbutton, a.specialbutton, .scrollToTop, a.specialbutton, .dark_base .social_links_footer a:hover span, .topic_type, .badge, .grid_unread {
|
||||
background: #00ACFF;
|
||||
}
|
||||
|
||||
/* Borders Dark */
|
||||
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, blockquote, .codebox code, .jumpbox-cat-link, a.postlink, input.button1:focus, input.button2:focus, input.button3:focus, input.specialbutton, .inputbox:hover, .inputbox:focus, .specialbutton, .button:hover, .button:focus, a.specialbutton, .dark_base .social_links_footer a span, .dark_base .social_links_footer a:hover span {
|
||||
border-color: #00ACFF;
|
||||
}
|
||||
|
||||
/* Background Gradient */
|
||||
.headerbar, body.content_block_header_block li.header, body.content_block_header_stripe li.header:before, .no_avatar, .social_links_footer, .forumbg-table, .sidebar_block_stripe:before, .fancy_panel:before {
|
||||
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4a569d+1,dc2424+100 */
|
||||
background: #00ACFF;
|
||||
}
|
||||
|
||||
|
||||
/* The same as above, just with some opacity */
|
||||
.headerbar_overlay_active, .grid_colour_overlay:hover {
|
||||
background-color: rgba(0, 172, 255, 0.8);
|
||||
}
|
||||
|
||||
|
||||
/* Colour Hover Light */
|
||||
.navbar_footer a:hover, .copyright_bar a:hover, a.postlink:hover, .dark_base h2 a:hover {
|
||||
color: #45c2ff;
|
||||
}
|
||||
|
||||
/* Background Hover Light */
|
||||
a.scrollToTop:hover, input.specialbutton:hover, a.specialbutton:hover {
|
||||
background-color: #45c2ff;
|
||||
}
|
||||
|
||||
/* Border light */
|
||||
.specialbutton:hover {
|
||||
border-color: #45c2ff;
|
||||
}
|
||||
|
||||
0
styles/Milk_v2/theme/colour-presets/index.htm
Normal file
1199
styles/Milk_v2/theme/colours.css
Normal file
397
styles/Milk_v2/theme/colours_dark.css
Normal file
@@ -0,0 +1,397 @@
|
||||
/* Dark Backgrounds */
|
||||
html {
|
||||
background-color: #1c262f;
|
||||
}
|
||||
|
||||
.panel, .panel.bg2 {
|
||||
background-color: #1c262f;
|
||||
}
|
||||
|
||||
.forabg, .forumbg, .viewtopic_wrapper {
|
||||
background-color: #1c262f;
|
||||
}
|
||||
|
||||
.bg3 {
|
||||
background-color: #1c262f;
|
||||
}
|
||||
|
||||
body.content_block_header_stripe li.header, .alt_block li.header {
|
||||
background-color: #1c262f !important;
|
||||
}
|
||||
|
||||
div.rules {
|
||||
background-color: #1c262f;
|
||||
}
|
||||
|
||||
a.button1, input.button1, input.button3, a.button2, input.button2, .inputbox, .button {
|
||||
background-color: #1c262f;
|
||||
border-color: #323f4e;
|
||||
}
|
||||
|
||||
.panel-container .panel .inputbox, .panel-container .panel select, .panel-container .panel .pm .button, .panel-container .panel .button-secondary, .panel .pm .button {
|
||||
background-color: #1c262f;
|
||||
}
|
||||
|
||||
fieldset.quick-login input.inputbox {
|
||||
background-color: #1c262f;
|
||||
}
|
||||
|
||||
.dropdown .dropdown-contents {
|
||||
background-color: #1c262f;
|
||||
}
|
||||
|
||||
.pagination li a {
|
||||
background-color: #1c262f;
|
||||
border-color: #323f4e;
|
||||
}
|
||||
|
||||
/* So as to not blind users with super high contrast block of colour */
|
||||
.social_links_footer {
|
||||
background: #1c262f !important;
|
||||
}
|
||||
|
||||
.social_links_footer a:hover span {
|
||||
color: #1c262f !important;
|
||||
}
|
||||
|
||||
.topic_type {
|
||||
background-color: #1c262f;
|
||||
}
|
||||
|
||||
.tabs .activetab > a, .tabs .activetab > a:hover {
|
||||
background-color: #1c262f !important;
|
||||
border-color: #1c262f;
|
||||
}
|
||||
|
||||
.navigation a, .tabs .tab > a:hover {
|
||||
background-color: #1c262f;
|
||||
}
|
||||
|
||||
|
||||
.dropdown-extended .header {
|
||||
background-color: #1c262f;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.dropdown-extended .header, .dropdown-extended .footer {
|
||||
border-color: #323f4e;
|
||||
}
|
||||
|
||||
dl.attachbox, .codebox code, blockquote, blockquote blockquote blockquote {
|
||||
background-color: #1c262f;
|
||||
}
|
||||
|
||||
|
||||
/* Light Backgrounds */
|
||||
/* Border color: 27313b */
|
||||
#inner-wrap {
|
||||
background-color: #252f39;
|
||||
}
|
||||
.bg1, .bg2, .viewtopic_wrapper .phpbb-ads-center {
|
||||
background-color: #252F39;
|
||||
}
|
||||
|
||||
li.row, .forumlist_grid .grid_desc {
|
||||
background-color: #252f39;
|
||||
border-color: #252F39;
|
||||
}
|
||||
|
||||
.panel-container .panel {
|
||||
background-color: #252f39;
|
||||
}
|
||||
|
||||
.fancy_panel {
|
||||
background-color: #252f39;
|
||||
}
|
||||
|
||||
.navigation a:hover {
|
||||
background-color: #252f39;
|
||||
}
|
||||
|
||||
.panel .inputbox, .panel .button, select, .dropdown-contents .button2 {
|
||||
background-color: #252F39;
|
||||
border-color: #2c3742;
|
||||
}
|
||||
|
||||
.tabs .tab > a {
|
||||
background-color: #252F39;
|
||||
}
|
||||
|
||||
.navigation .active-subsection a {
|
||||
background-color: #252f39;
|
||||
}
|
||||
|
||||
.cp-mini {
|
||||
background-color: #252f39;
|
||||
}
|
||||
|
||||
.cp-main .pm {
|
||||
background-color: #252f39;
|
||||
}
|
||||
|
||||
blockquote blockquote {
|
||||
background-color: #252f39;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Light Neural Text */
|
||||
|
||||
/* Light Neutral Borders */
|
||||
|
||||
/* Stuff */
|
||||
|
||||
html, body, .copyright_bar, .navbar_footer, .content, .signature, .postprofile, .panel, dd label, .pm .postprofile, .postbody, .post:target .content {
|
||||
color: #90a3c0;
|
||||
}
|
||||
|
||||
.alt_block li.header dt {
|
||||
color: #90a3c0;
|
||||
}
|
||||
|
||||
.sidebar_content, .profile_widget_list, .login_form_forgot_link, .forumlist_grid_block_stats, .dropdown .dropdown-contents, hr, .signature, .postprofile, .pm .postprofile, .post, .jumpbox .dropdown li, .dropdown li, .dropdown li.separator, table.table1 tbody tr, table.table1 tbody td, fieldset.polls dl, dl.attachbox, dl.attachbox dd {
|
||||
border-color: #323f4e;
|
||||
}
|
||||
|
||||
.panel-container .panel li.row {
|
||||
border-bottom-color: #323f4e;
|
||||
}
|
||||
|
||||
.dropdown .pointer, .dropdown .pointer-inner {
|
||||
border-color: #323f4e transparent !important;
|
||||
}
|
||||
|
||||
li.row strong, .postprofile strong, .button .icon, .button-secondary, .inputbox, .message-box textarea, a.button1, input.button1, input.button3, a.button2, input.button2, .inputbox, .button, fieldset dl:hover dt label, .topic_type, .icon.icon-gray, dl.faq dt, dl.details dt, .dropdown-extended .header, .dropdown-extended .footer, fieldset.polls dl.voted, .dark_base .forumlist_grid .grid_colour_overlay {
|
||||
color: #e1edff;
|
||||
}
|
||||
|
||||
|
||||
.inputbox::-webkit-input-placeholder {
|
||||
color: #e1edff;
|
||||
}
|
||||
.inputbox::-moz-placeholder {
|
||||
color: #e1edff;
|
||||
}
|
||||
.inputbox:-ms-input-placeholder {
|
||||
color: #e1edff;
|
||||
}
|
||||
.inputbox:-moz-placeholder {
|
||||
color: #e1edff;
|
||||
}
|
||||
|
||||
|
||||
a.jumpbox-cat-link, th a {
|
||||
color: #FFFFFF !important;
|
||||
}
|
||||
|
||||
|
||||
ul.cplist, .forumlist_grid dl.row-item {
|
||||
border: none;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/* Icons */
|
||||
|
||||
/* Forum icons & Topic icons */
|
||||
.global_read {
|
||||
background-image: url("./images/icons/png/dark/icon_read.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/dark/icon_read.svg"); /* Modern browsers */
|
||||
}
|
||||
.global_read_mine {
|
||||
background-image: url("./images/icons/png/dark/icon_read_mine.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/dark/icon_read_mine.svg"); /* Modern browsers */
|
||||
}
|
||||
.global_read_locked {
|
||||
background-image: url("./images/icons/png/dark/icon_read_locked.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/dark/icon_read_locked.svg"); /* Modern browsers */
|
||||
}
|
||||
.global_read_locked_mine {
|
||||
background-image: url("./images/icons/png/dark/icon_read_locked_mine.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/dark/icon_read_locked_mine.svg"); /* Modern browsers */
|
||||
}
|
||||
|
||||
.global_unread {
|
||||
background-image: url("./images/icons/png/icon_unread.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/icon_unread.svg"); /* Modern browsers */
|
||||
}
|
||||
.global_unread_mine {
|
||||
background-image: url("./images/icons/png/dark/icon_unread_mine.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/dark/icon_unread_mine.svg"); /* Modern browsers */
|
||||
}
|
||||
.global_unread_locked {
|
||||
background-image: url("./images/icons/png/icon_unread_locked.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/icon_unread_locked.svg"); /* Modern browsers */
|
||||
}
|
||||
.global_unread_locked_mine {
|
||||
background-image: url("./images/icons/png/dark/icon_unread_locked_mine.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/dark/icon_unread_locked_mine.svg"); /* Modern browsers */
|
||||
}
|
||||
|
||||
.announce_read {
|
||||
background-image: url("./images/icons/png/dark/icon_read.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/dark/icon_read.svg"); /* Modern browsers */
|
||||
}
|
||||
.announce_read_mine {
|
||||
background-image: url("./images/icons/png/dark/icon_read_mine.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/dark/icon_read_mine.svg"); /* Modern browsers */
|
||||
}
|
||||
.announce_read_locked {
|
||||
background-image: url("./images/icons/png/dark/icon_read_locked.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/dark/icon_read_locked.svg"); /* Modern browsers */
|
||||
}
|
||||
.announce_read_locked_mine {
|
||||
background-image: url("./images/icons/png/dark/icon_read_locked_mine.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/dark/icon_read_locked_mine.svg"); /* Modern browsers */
|
||||
}
|
||||
|
||||
.announce_unread {
|
||||
background-image: url("./images/icons/png/icon_unread.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/icon_unread.svg"); /* Modern browsers */
|
||||
}
|
||||
.announce_unread_mine {
|
||||
background-image: url("./images/icons/png/dark/icon_unread_mine.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/dark/icon_unread_mine.svg"); /* Modern browsers */
|
||||
}
|
||||
.announce_unread_locked {
|
||||
background-image: url("./images/icons/png/icon_unread_locked.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/icon_unread_locked.svg"); /* Modern browsers */
|
||||
}
|
||||
.announce_unread_locked_mine {
|
||||
background-image: url("./images/icons/png/dark/icon_unread_locked_mine.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/dark/icon_unread_locked_mine.svg"); /* Modern browsers */
|
||||
}
|
||||
|
||||
.forum_link {
|
||||
background-image: url("./images/icons/png/forum_link.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/forum_link.svg"); /* Modern browsers */
|
||||
}
|
||||
|
||||
.forum_read {
|
||||
background-image: url("./images/icons/png/dark/icon_read.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/dark/icon_read.svg"); /* Modern browsers */
|
||||
}
|
||||
.forum_read_locked {
|
||||
background-image: url("./images/icons/png/dark/icon_read_locked.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/dark/icon_read_locked.svg"); /* Modern browsers */
|
||||
}
|
||||
.forum_read_subforum {
|
||||
background-image: url("./images/icons/png/dark/icon_read.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/dark/icon_read.svg"); /* Modern browsers */
|
||||
}
|
||||
|
||||
.forum_unread {
|
||||
background-image: url("./images/icons/png/icon_unread.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/icon_unread.svg"); /* Modern browsers */
|
||||
}
|
||||
.forum_unread_locked {
|
||||
background-image: url("./images/icons/png/icon_unread_locked.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/icon_unread_locked.svg"); /* Modern browsers */
|
||||
}
|
||||
.forum_unread_subforum {
|
||||
background-image: url("./images/icons/png/icon_unread.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/icon_unread.svg"); /* Modern browsers */
|
||||
}
|
||||
|
||||
|
||||
.sticky_read {
|
||||
background-image: url("./images/icons/png/dark/icon_read.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/dark/icon_read.svg"); /* Modern browsers */
|
||||
}
|
||||
.sticky_read_mine {
|
||||
background-image: url("./images/icons/png/dark/icon_read_mine.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/dark/icon_read_mine.svg"); /* Modern browsers */
|
||||
}
|
||||
.sticky_read_locked {
|
||||
background-image: url("./images/icons/png/dark/icon_read_locked.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/dark/icon_read_locked.svg"); /* Modern browsers */
|
||||
}
|
||||
.sticky_read_locked_mine {
|
||||
background-image: url("./images/icons/png/dark/icon_read_locked_mine.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/dark/icon_read_locked_mine.svg"); /* Modern browsers */
|
||||
}
|
||||
|
||||
.sticky_unread {
|
||||
background-image: url("./images/icons/png/icon_unread.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/icon_unread.svg"); /* Modern browsers */
|
||||
}
|
||||
.sticky_unread_mine {
|
||||
background-image: url("./images/icons/png/dark/icon_unread_mine.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/dark/icon_unread_mine.svg"); /* Modern browsers */
|
||||
}
|
||||
.sticky_unread_locked {
|
||||
background-image: url("./images/icons/png/icon_unread_locked.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/icon_unread_locked.svg"); /* Modern browsers */
|
||||
}
|
||||
.sticky_unread_locked_mine {
|
||||
background-image: url("./images/icons/png/dark/icon_unread_locked_mine.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/dark/icon_unread_locked_mine.svg"); /* Modern browsers */
|
||||
}
|
||||
|
||||
.topic_moved {
|
||||
background-image: url("./images/icons/png/forum_link.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/forum_link.svg"); /* Modern browsers */
|
||||
}
|
||||
|
||||
.topic_read {
|
||||
background-image: url("./images/icons/png/dark/icon_read.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/dark/icon_read.svg"); /* Modern browsers */
|
||||
}
|
||||
.topic_read_mine {
|
||||
background-image: url("./images/icons/png/dark/icon_read_mine.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/dark/icon_read_mine.svg"); /* Modern browsers */
|
||||
}
|
||||
.topic_read_hot {
|
||||
background-image: url("./images/icons/png/dark/icon_read_hot.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/dark/icon_read_hot.svg"); /* Modern browsers */
|
||||
}
|
||||
.topic_read_hot_mine {
|
||||
background-image: url("./images/icons/png/dark/icon_read_hot_mine.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/dark/icon_read_hot_mine.svg"); /* Modern browsers */
|
||||
}
|
||||
.topic_read_locked {
|
||||
background-image: url("./images/icons/png/dark/icon_read_locked.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/dark/icon_read_locked.svg"); /* Modern browsers */
|
||||
}
|
||||
.topic_read_locked_mine {
|
||||
background-image: url("./images/icons/png/dark/icon_read_locked_mine.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/dark/icon_read_locked_mine.svg"); /* Modern browsers */
|
||||
}
|
||||
|
||||
.topic_unread {
|
||||
background-image: url("./images/icons/png/icon_unread.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/icon_unread.svg"); /* Modern browsers */
|
||||
}
|
||||
.topic_unread_mine {
|
||||
background-image: url("./images/icons/png/dark/icon_unread_mine.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/dark/icon_unread_mine.svg"); /* Modern browsers */
|
||||
}
|
||||
.topic_unread_hot {
|
||||
background-image: url("./images/icons/png/dark/icon_unread_hot.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/dark/icon_unread_hot.svg"); /* Modern browsers */
|
||||
}
|
||||
.topic_unread_hot_mine {
|
||||
background-image: url("./images/icons/png/dark/icon_unread_hot_mine.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/dark/icon_unread_hot_mine.svg"); /* Modern browsers */
|
||||
}
|
||||
.topic_unread_locked {
|
||||
background-image: url("./images/icons/png/icon_unread_locked.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/icon_unread_locked.svg"); /* Modern browsers */
|
||||
}
|
||||
.topic_unread_locked_mine {
|
||||
background-image: url("./images/icons/png/dark/icon_unread_locked_mine.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/dark/icon_unread_locked_mine.svg"); /* Modern browsers */
|
||||
}
|
||||
|
||||
.pm_read {
|
||||
background-image: url("./images/icons/png/dark/icon_read.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/dark/icon_read.svg"); /* Modern browsers */
|
||||
}
|
||||
.pm_unread {
|
||||
background-image: url("./images/icons/png/icon_unread.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/icon_unread.svg"); /* Modern browsers */
|
||||
}
|
||||
1230
styles/Milk_v2/theme/common.css
Normal file
791
styles/Milk_v2/theme/content.css
Normal file
@@ -0,0 +1,791 @@
|
||||
/* Content Styles
|
||||
---------------------------------------- */
|
||||
|
||||
ul.forums, ul.topics {
|
||||
padding: 10px 10px 5px;
|
||||
}
|
||||
|
||||
ul.topiclist {
|
||||
display: block;
|
||||
list-style-type: none;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
ul.topiclist li {
|
||||
display: block;
|
||||
list-style-type: none;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.content_block_header_block ul.topiclist li.header {
|
||||
|
||||
}
|
||||
|
||||
ul.topiclist dl {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
ul.topiclist li.row dl {
|
||||
|
||||
}
|
||||
|
||||
ul.topiclist dt, ul.topiclist dd {
|
||||
display: block;
|
||||
float: left;
|
||||
}
|
||||
|
||||
+ul.topiclist li.row dd {
|
||||
padding: 4px 0 999px 0;
|
||||
margin-bottom: -995px;
|
||||
}
|
||||
|
||||
ul.topiclist dt {
|
||||
width: 100%;
|
||||
margin-right: -490px;
|
||||
}
|
||||
|
||||
ul.topiclist.missing-column dt {
|
||||
margin-right: -395px;
|
||||
}
|
||||
|
||||
ul.topiclist.missing-column li.header dt {
|
||||
margin-right: -425px;
|
||||
}
|
||||
|
||||
ul.topiclist.two-long-columns dt {
|
||||
margin-right: -300px;
|
||||
}
|
||||
|
||||
ul.topiclist.two-long-columns li.header dt {
|
||||
margin-right: -330px;
|
||||
}
|
||||
|
||||
ul.topiclist.two-columns dt {
|
||||
margin-right: -95px;
|
||||
}
|
||||
|
||||
ul.topiclist dt .list-inner {
|
||||
margin-right: 490px;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
ul.topiclist.missing-column dt .list-inner {
|
||||
margin-right: 395px;
|
||||
}
|
||||
|
||||
ul.topiclist.two-long-columns dt .list-inner {
|
||||
margin-right: 250px;
|
||||
}
|
||||
|
||||
ul.topiclist.two-columns dt .list-inner {
|
||||
margin-right: 80px;
|
||||
}
|
||||
|
||||
ul.topiclist.two-columns li.header dt {
|
||||
margin-right: -130px;
|
||||
}
|
||||
|
||||
ul.topiclist dd {
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
ul.topiclist dfn {
|
||||
/* Labels for post/view counts */
|
||||
position: absolute;
|
||||
left: -999px;
|
||||
width: 990px;
|
||||
}
|
||||
|
||||
.list-inner img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.forum-image {
|
||||
float: left;
|
||||
padding-top: 5px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
li.row {
|
||||
border-bottom: 1px solid transparent;
|
||||
padding: 15px;
|
||||
margin-bottom: 5px !important;
|
||||
}
|
||||
|
||||
li.header dt, li.header dd {
|
||||
line-height: 1em;
|
||||
border-left-width: 0;
|
||||
margin: 14px 0 14px 0;
|
||||
padding-top: 2px;
|
||||
padding-bottom: 2px;
|
||||
}
|
||||
|
||||
li.header dt {
|
||||
width: 100%;
|
||||
margin-right: -520px;
|
||||
padding-left: 15px;
|
||||
}
|
||||
|
||||
.forabg li.header dt , .forumbg li.header dt {
|
||||
margin-right: -530px; /* Accounts for 10px forumlist padding */
|
||||
}
|
||||
|
||||
li.header dt .list-inner {
|
||||
margin-right: 440px;
|
||||
}
|
||||
|
||||
li.header dd {
|
||||
padding-left: 1px;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
li.header dl.row-item dt, li.header dl.row-item dd {
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
li.header dl.row-item dt .list-inner {
|
||||
/* Tweak for headers alignment when folder icon used */
|
||||
padding-left: 0;
|
||||
padding-right: 50px;
|
||||
}
|
||||
|
||||
/* Forum list column styles */
|
||||
|
||||
|
||||
dl.row-item {
|
||||
background-position: 12px 50%; /* Position of folder icon */
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
dl.row-item dt {
|
||||
background-repeat: no-repeat;
|
||||
background-position: 5px 95%; /* Position of topic icon */
|
||||
}
|
||||
|
||||
dl.row-item dt .list-inner {
|
||||
padding-left: 68px; /* Space for folder icon */
|
||||
}
|
||||
|
||||
dl.row-item dt, dl.row-item dd {
|
||||
min-height: 35px;
|
||||
}
|
||||
|
||||
dl.row-item dt a {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
dl a.row-item-link { /* topic row icon links */
|
||||
display: block;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
padding: 0;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 0;
|
||||
margin-top: -15px;
|
||||
margin-left: 9px;
|
||||
}
|
||||
|
||||
dd.posts, dd.topics, dd.views, dd.extra, dd.mark {
|
||||
width: 80px;
|
||||
text-align: center;
|
||||
line-height: 2.2em;
|
||||
}
|
||||
|
||||
dd.posts, dd.topics, dd.views {
|
||||
width: 95px;
|
||||
}
|
||||
|
||||
/* List in forum description */
|
||||
dl.row-item dt ol,
|
||||
dl.row-item dt ul {
|
||||
list-style-position: inside;
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
||||
dl.row-item dt li {
|
||||
display: list-item;
|
||||
list-style-type: inherit;
|
||||
}
|
||||
|
||||
dd.lastpost, dd.redirect, dd.moderation, dd.time, dd.info {
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
dd.redirect {
|
||||
line-height: 2.5em;
|
||||
}
|
||||
|
||||
dd.time {
|
||||
line-height: 200%;
|
||||
}
|
||||
|
||||
dd.lastpost > span, ul.topiclist dd.info > span, ul.topiclist dd.time > span, dd.redirect > span, dd.moderation > span {
|
||||
display: block;
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
dd.extra, dd.mark {
|
||||
line-height: 200%;
|
||||
}
|
||||
|
||||
/* Post body styles
|
||||
----------------------------------------*/
|
||||
.postbody {
|
||||
padding: 0;
|
||||
line-height: 1.48em;
|
||||
width: 76%;
|
||||
float: left;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
/* Merlin Framework Adjustment */
|
||||
.postprofile_Left .postbody {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.postbody h3 {
|
||||
/* Postbody requires a different h3 format - so change it here */
|
||||
float: left;
|
||||
padding: 2px 0 0 0;
|
||||
margin-top: 0 !important;
|
||||
margin-bottom: 0.3em !important;
|
||||
text-transform: none;
|
||||
border: none;
|
||||
line-height: 125%;
|
||||
}
|
||||
|
||||
.postbody h3 img {
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
.has-profile .postbody h3 {
|
||||
/* If there is a post-profile, we position the post-buttons differently */
|
||||
float: none !important;
|
||||
margin-right: 180px;
|
||||
}
|
||||
|
||||
.postbody .content {
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
.postbody img.postimage {
|
||||
max-width: 100%;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.search .postbody {
|
||||
width: 68%
|
||||
}
|
||||
|
||||
/* Topic review panel
|
||||
----------------------------------------*/
|
||||
.panel .review {
|
||||
margin-top: 2em;
|
||||
}
|
||||
|
||||
.topicreview {
|
||||
padding-right: 5px;
|
||||
overflow: auto;
|
||||
height: 300px;
|
||||
}
|
||||
|
||||
.topicreview .postbody {
|
||||
width: auto;
|
||||
float: none;
|
||||
margin: 0;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.topicreview .post {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.topicreview h2 {
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
|
||||
.post-ignore .postbody {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* MCP Post details
|
||||
----------------------------------------*/
|
||||
.post_details {
|
||||
/* This will only work in IE7+, plus the others */
|
||||
overflow: auto;
|
||||
max-height: 300px;
|
||||
}
|
||||
|
||||
/* Content container styles
|
||||
----------------------------------------*/
|
||||
.content {
|
||||
clear: both;
|
||||
min-height: 3em;
|
||||
overflow: hidden;
|
||||
line-height: 1.4em;
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
|
||||
.content h2, .panel h2 {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.panel h3 {
|
||||
margin: 15px 0 15px 0;
|
||||
}
|
||||
|
||||
.panel p {
|
||||
margin-bottom: 1em;
|
||||
line-height: 1.4em;
|
||||
}
|
||||
|
||||
.content p {
|
||||
margin-bottom: 1em;
|
||||
line-height: 1.4em;
|
||||
}
|
||||
|
||||
dl.faq {
|
||||
margin-top: 1em;
|
||||
margin-bottom: 2em;
|
||||
line-height: 1.4em;
|
||||
}
|
||||
|
||||
|
||||
.content dl.faq {
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
.content li {
|
||||
list-style-type: inherit;
|
||||
}
|
||||
|
||||
.content ul, .content ol {
|
||||
margin: 0.8em 0 0.9em 3em;
|
||||
}
|
||||
|
||||
.posthilit {
|
||||
padding: 0 2px 1px 2px;
|
||||
}
|
||||
|
||||
/* Post author */
|
||||
p.author {
|
||||
margin-bottom: 0.6em;
|
||||
padding: 15px 0 30px 0;
|
||||
line-height: 1.2em;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
/* Post signature */
|
||||
.signature {
|
||||
margin-top: 15px;
|
||||
padding-top: 15px;
|
||||
border-top: 1px solid transparent;
|
||||
clear: left;
|
||||
line-height: 140%;
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.signature.standalone {
|
||||
border-top-width: 0;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
dd .signature {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
clear: none;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.signature li {
|
||||
list-style-type: inherit;
|
||||
}
|
||||
|
||||
.signature ul, .signature ol {
|
||||
margin: 0.8em 0 0.9em 3em;
|
||||
}
|
||||
|
||||
/* Post noticies */
|
||||
.notice {
|
||||
width: auto;
|
||||
margin-top: 1.5em;
|
||||
padding-top: 0.2em;
|
||||
border-top: 1px dashed transparent;
|
||||
clear: left;
|
||||
line-height: 130%;
|
||||
}
|
||||
|
||||
/* Jump to post link for now */
|
||||
ul.searchresults {
|
||||
list-style: none;
|
||||
text-align: right;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
/* BB Code styles
|
||||
----------------------------------------*/
|
||||
/* Quote block */
|
||||
blockquote {
|
||||
background: transparent none 6px 8px no-repeat;
|
||||
margin: 30px 1px 30px 25px;
|
||||
overflow: hidden;
|
||||
padding: 15px;
|
||||
border-left: 5px solid;
|
||||
}
|
||||
|
||||
blockquote blockquote {
|
||||
/* Nested quotes */
|
||||
margin: 15px 1px 20px 15px;
|
||||
}
|
||||
|
||||
blockquote cite {
|
||||
/* Username/source of quoter */
|
||||
margin-bottom: 5px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
blockquote cite:before {
|
||||
content: '\f10d';
|
||||
font-family: FontAwesome;
|
||||
font-weight: 300;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
blockquote.uncited {
|
||||
padding-top: 25px;
|
||||
}
|
||||
|
||||
blockquote cite > div {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.postbody .content li blockquote {
|
||||
overflow: inherit;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
/* Code block */
|
||||
.codebox {
|
||||
padding: 0px;
|
||||
margin: 30px 0;
|
||||
}
|
||||
|
||||
.codebox p {
|
||||
text-transform: uppercase;
|
||||
margin-bottom: 3px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
blockquote .codebox {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.codebox code {
|
||||
overflow: auto;
|
||||
display: block;
|
||||
height: auto;
|
||||
max-height: 200px;
|
||||
padding-top: 5px;
|
||||
line-height: 1.3em;
|
||||
margin: 2px 0;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
/* Attachments
|
||||
----------------------------------------*/
|
||||
.attachbox {
|
||||
float: left;
|
||||
width: auto;
|
||||
max-width: 100%;
|
||||
margin: 5px 5px 5px 0;
|
||||
padding: 6px;
|
||||
border: 1px dashed transparent;
|
||||
clear: left;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
/* Merlin Framework Adjustment */
|
||||
.postprofile_Left .attachbox {
|
||||
float: right;
|
||||
clear: right;
|
||||
}
|
||||
|
||||
.attachbox dt {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.attachbox dd {
|
||||
margin-top: 4px;
|
||||
padding-top: 4px;
|
||||
clear: left;
|
||||
border-top: 1px solid transparent;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
.attachbox dd dd {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.attachbox p {
|
||||
line-height: 110%;
|
||||
clear: left;
|
||||
}
|
||||
|
||||
.attachbox p.stats
|
||||
{
|
||||
line-height: 110%;
|
||||
clear: left;
|
||||
}
|
||||
|
||||
.attach-image {
|
||||
margin: 3px 0;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.attach-image img {
|
||||
/* cursor: move; */
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
/* Inline image thumbnails */
|
||||
div.inline-attachment dl.thumbnail, div.inline-attachment dl.file {
|
||||
display: block;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
dl.file {
|
||||
display: block;
|
||||
}
|
||||
|
||||
dl.file dt {
|
||||
text-transform: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
dl.file dd {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
dl.thumbnail img {
|
||||
padding: 3px;
|
||||
border: 1px solid transparent;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
dl.thumbnail dt a:hover img {
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
|
||||
/* Post poll styles
|
||||
----------------------------------------*/
|
||||
fieldset.polls dl {
|
||||
border-top: 1px solid transparent;
|
||||
padding: 10px 0;
|
||||
line-height: 120%;
|
||||
}
|
||||
|
||||
fieldset.polls dt {
|
||||
text-align: left;
|
||||
float: left;
|
||||
display: block;
|
||||
width: 30%;
|
||||
border-right: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
fieldset.polls dd {
|
||||
float: left;
|
||||
width: 10%;
|
||||
border-left: none;
|
||||
padding: 0 5px;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
fieldset.polls dd.resultbar {
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
fieldset.polls dd input {
|
||||
margin: 2px 0;
|
||||
}
|
||||
|
||||
fieldset.polls dd div {
|
||||
text-align: right;
|
||||
padding: 2px 2px 0 2px;
|
||||
overflow: visible;
|
||||
min-width: 8px;
|
||||
}
|
||||
|
||||
.pollbar1, .pollbar2, .pollbar3, .pollbar4, .pollbar5 {
|
||||
border-bottom: 1px solid transparent;
|
||||
border-right: 1px solid transparent;
|
||||
}
|
||||
|
||||
.vote-submitted {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* Poster profile block
|
||||
----------------------------------------*/
|
||||
.postprofile {
|
||||
margin: 5px 0 10px 0;
|
||||
min-height: 80px;
|
||||
border: 1px solid transparent;
|
||||
border-width: 0 0 0 1px;
|
||||
width: 22%;
|
||||
float: right;
|
||||
display: inline;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* Merlin Framework Adjustment */
|
||||
.postprofile_Left .postprofile {
|
||||
border-width: 0 1px 0 0;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.postprofile dd, .postprofile dt {
|
||||
line-height: 1.2em;
|
||||
}
|
||||
|
||||
/* Merlin Framework Adjustment */
|
||||
.postprofile_Horizontal .postprofile dt{
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.postprofile dd {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.postprofile dt.no-profile-rank, .postprofile dd.profile-rank, .postprofile .search-result-date {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
/* Post-profile avatars */
|
||||
.postprofile .has-avatar .avatar-container {
|
||||
margin-bottom: 15px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.postprofile span .avatar {
|
||||
display: block;
|
||||
max-width: 100%;
|
||||
text-align: center; /* gravatar fix */
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.postprofile .avatar img {
|
||||
display: block;
|
||||
height: auto !important;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
dd.profile-contact {
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
.profile-contact .dropdown-container {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.profile-contact .icon_contact {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.profile-contact .dropdown {
|
||||
margin-right: -14px;
|
||||
}
|
||||
|
||||
.online {
|
||||
background-image: none;
|
||||
background-position: 100% 0;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
/* Poster profile used by search*/
|
||||
.search .postprofile {
|
||||
width: 30%;
|
||||
}
|
||||
|
||||
/* Profile used on view-profile */
|
||||
.profile-avatar img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
/* pm list in compose message if mass pm is enabled */
|
||||
dl.pmlist dt {
|
||||
width: 60% !important;
|
||||
}
|
||||
|
||||
dl.pmlist dt textarea {
|
||||
width: 95%;
|
||||
}
|
||||
|
||||
dl.pmlist dd {
|
||||
margin-left: 61% !important;
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
|
||||
.action-bar div.dl_links {
|
||||
padding: 10px 0 0 10px;
|
||||
}
|
||||
|
||||
div.dl_links {
|
||||
display: inline-block;
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
.dl_links ul {
|
||||
list-style-type: none;
|
||||
margin: 0;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.dl_links li {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.attachment-filename {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.ellipsis-text {
|
||||
display: inline-block;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
table.fixed-width-table {
|
||||
table-layout: fixed;
|
||||
}
|
||||
|
||||
/* Show scrollbars for items with overflow on iOS devices
|
||||
----------------------------------------*/
|
||||
.postbody .content::-webkit-scrollbar, .topicreview::-webkit-scrollbar, .post_details::-webkit-scrollbar, .codebox code::-webkit-scrollbar, .attachbox dd::-webkit-scrollbar, .attach-image::-webkit-scrollbar, .dropdown-extended ul::-webkit-scrollbar {
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
-webkit-appearance: none;
|
||||
background: rgba(0, 0, 0, .1);
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.postbody .content::-webkit-scrollbar-thumb, .topicreview::-webkit-scrollbar-thumb, .post_details::-webkit-scrollbar-thumb, .codebox code::-webkit-scrollbar-thumb, .attachbox dd::-webkit-scrollbar-thumb, .attach-image::-webkit-scrollbar-thumb, .dropdown-extended ul::-webkit-scrollbar-thumb {
|
||||
background: rgba(0, 0, 0, .3);
|
||||
border-radius: 3px;
|
||||
}
|
||||
338
styles/Milk_v2/theme/cp.css
Normal file
@@ -0,0 +1,338 @@
|
||||
/* Control Panel Styles
|
||||
---------------------------------------- */
|
||||
|
||||
|
||||
/* Main CP box
|
||||
----------------------------------------*/
|
||||
.cp-menu {
|
||||
float:left;
|
||||
width: 19%;
|
||||
margin-top: 1em;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.cp-main {
|
||||
float: left;
|
||||
width: 81%;
|
||||
}
|
||||
|
||||
.cp-main .content {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.panel-container .panel ol {
|
||||
margin-left: 2em;
|
||||
}
|
||||
|
||||
.panel-container .panel li.row {
|
||||
border-bottom: 1px solid transparent;
|
||||
border-top: 1px solid transparent;
|
||||
}
|
||||
|
||||
ul.cplist {
|
||||
margin-bottom: 30px;
|
||||
border-top: 1px solid transparent;
|
||||
}
|
||||
|
||||
.panel-container .panel li.header dd, .panel-container .panel li.header dt {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.panel-container table.table1 {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
.panel-container table.table1 thead th {
|
||||
border-bottom: 1px solid transparent;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.panel-container table.table1 tbody th {
|
||||
background-color: transparent !important;
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
.cp-main .pm-message {
|
||||
border: 1px solid transparent;
|
||||
margin: 10px 0;
|
||||
width: auto;
|
||||
float: none;
|
||||
}
|
||||
|
||||
.pm-message h2 {
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
.cp-main .postbody h3, .cp-main .box2 h3 {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.cp-main .buttons {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.cp-main ul.linklist {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/* MCP Specific tweaks */
|
||||
.mcp-main .postbody {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.tabs-container h2 {
|
||||
float: left;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
/* CP tabs shared
|
||||
----------------------------------------*/
|
||||
.tabs, .minitabs {
|
||||
line-height: normal;
|
||||
}
|
||||
|
||||
.tabs > ul, .minitabs > ul {
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.tabs .tab, .minitabs .tab {
|
||||
display: block;
|
||||
float: left;
|
||||
line-height: 1.4em;
|
||||
}
|
||||
|
||||
.tabs .tab > a, .minitabs .tab > a {
|
||||
display: block;
|
||||
padding: 8px 14px;
|
||||
position: relative;
|
||||
text-decoration: none;
|
||||
white-space: nowrap;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/* CP tabbed menu
|
||||
----------------------------------------*/
|
||||
.tabs {
|
||||
margin: 20px 0 0 7px;
|
||||
}
|
||||
|
||||
.tabs .tab > a {
|
||||
border: 1px solid transparent;
|
||||
margin: 1px 1px 0 0;
|
||||
}
|
||||
|
||||
.tabs .activetab > a {
|
||||
margin-top: 0;
|
||||
padding-bottom: 9px;
|
||||
}
|
||||
|
||||
/* Mini tabbed menu used in MCP
|
||||
----------------------------------------*/
|
||||
.minitabs {
|
||||
float: right;
|
||||
margin: 15px 7px 0 0;
|
||||
max-width: 50%;
|
||||
}
|
||||
|
||||
.minitabs .tab {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.minitabs .tab > a {
|
||||
border-radius: 5px 5px 0 0;
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
||||
.minitabs .tab > a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/* Responsive tabs
|
||||
----------------------------------------*/
|
||||
.responsive-tab {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.responsive-tab > a.responsive-tab-link {
|
||||
display: block;
|
||||
position: relative;
|
||||
width: 16px;
|
||||
line-height: 0.9em;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.responsive-tab .responsive-tab-link:before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
left: 10px;
|
||||
top: 7px;
|
||||
height: .125em;
|
||||
width: 14px;
|
||||
border-bottom: 0.125em solid transparent;
|
||||
border-top: 0.375em double transparent;
|
||||
}
|
||||
|
||||
.tabs .dropdown, .minitabs .dropdown {
|
||||
top: 20px;
|
||||
margin-right: -2px;
|
||||
}
|
||||
|
||||
.minitabs .dropdown {
|
||||
margin-right: -4px;
|
||||
}
|
||||
|
||||
.tabs .dropdown-up .dropdown, .minitabs .dropdown-up .dropdown {
|
||||
bottom: 20px;
|
||||
top: auto;
|
||||
}
|
||||
|
||||
.tabs .dropdown li {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.minitabs .dropdown li {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
/* UCP navigation menu
|
||||
----------------------------------------*/
|
||||
/* Container for sub-navigation list */
|
||||
.navigation {
|
||||
width: 100%;
|
||||
padding-top: 50px;
|
||||
}
|
||||
|
||||
.navigation ul {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
/* Default list state */
|
||||
.navigation li {
|
||||
display: inline;
|
||||
margin: 1px 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/* Link styles for the sub-section links */
|
||||
.navigation a {
|
||||
display: block;
|
||||
padding: 10px;
|
||||
margin: 1px 0;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.navigation a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/* Preferences pane layout
|
||||
----------------------------------------*/
|
||||
.cp-main h2 {
|
||||
border-bottom: none;
|
||||
padding: 0;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
/* Friends list */
|
||||
.cp-mini {
|
||||
margin: 10px 15px 10px 5px;
|
||||
max-height: 200px;
|
||||
overflow-y: auto;
|
||||
padding: 5px 10px;
|
||||
border-radius: 7px;
|
||||
}
|
||||
|
||||
dl.mini dd {
|
||||
padding-top: 4px;
|
||||
}
|
||||
|
||||
/* PM Styles
|
||||
----------------------------------------*/
|
||||
/* Defined rules list for PM options */
|
||||
ol.def-rules {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
ol.def-rules li {
|
||||
line-height: 180%;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
/* PM marking colours */
|
||||
|
||||
|
||||
/* DEPRECATED 3.2.6
|
||||
.pmlist li.pm_message_reported_colour, .pm_message_reported_colour {
|
||||
border-left-color: transparent;
|
||||
border-right-color: transparent;
|
||||
}
|
||||
*/
|
||||
|
||||
.pmlist li.pm_message_reported_colour, .pm_message_reported_colour,
|
||||
.pmlist li.pm_marked_colour, .pm_marked_colour,
|
||||
.pmlist li.pm_replied_colour, .pm_replied_colour,
|
||||
.pmlist li.pm_friend_colour, .pm_friend_colour,
|
||||
.pmlist li.pm_foe_colour, .pm_foe_colour {
|
||||
border: solid 3px transparent;
|
||||
border-width: 0 3px;
|
||||
}
|
||||
|
||||
.pm-legend {
|
||||
border-left-width: 10px;
|
||||
border-left-style: solid;
|
||||
border-right-width: 0;
|
||||
margin-bottom: 3px;
|
||||
padding-left: 3px;
|
||||
}
|
||||
|
||||
/* Avatar gallery */
|
||||
.gallery label {
|
||||
position: relative;
|
||||
float: left;
|
||||
margin: 10px;
|
||||
padding: 5px;
|
||||
width: auto;
|
||||
border: 1px solid transparent;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* Responsive *CP navigation
|
||||
----------------------------------------*/
|
||||
@media only screen and (max-width: 900px), only screen and (max-device-width: 900px)
|
||||
{
|
||||
.nojs .tabs a span, .nojs .minitabs a span {
|
||||
max-width: 40px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
letter-spacing: -.5px;
|
||||
}
|
||||
|
||||
.cp-menu, .navigation, .cp-main {
|
||||
float: none;
|
||||
width: auto;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.navigation {
|
||||
padding: 0;
|
||||
margin: 0 auto;
|
||||
max-width: 320px;
|
||||
}
|
||||
|
||||
.navigation a {
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.navigation li:first-child a {
|
||||
border-top-left-radius: 5px;
|
||||
border-top-right-radius: 5px;
|
||||
}
|
||||
|
||||
.navigation li:last-child a {
|
||||
border-bottom-left-radius: 5px;
|
||||
border-bottom-right-radius: 5px;
|
||||
}
|
||||
}
|
||||
BIN
styles/Milk_v2/theme/en/icon_user_online.gif
Normal file
|
After Width: | Height: | Size: 423 B |
2
styles/Milk_v2/theme/en/stylesheet.css
Normal file
@@ -0,0 +1,2 @@
|
||||
/* Online image */
|
||||
.online { background-image: url("./icon_user_online.gif"); }
|
||||
4
styles/Milk_v2/theme/extensions.css
Normal file
@@ -0,0 +1,4 @@
|
||||
/* Enhanced Support for phpBB Advertisement Management: https://www.phpbb.com/customise/db/extension/ads/ */
|
||||
.phpbb-ads-center img {
|
||||
max-width: 100%;
|
||||
}
|
||||
99
styles/Milk_v2/theme/fonts.css
Normal file
@@ -0,0 +1,99 @@
|
||||
/* Consolidation of fonts (*shield your eyes, there are many of them!). Families, then sizes and weights */
|
||||
|
||||
/* The basics */
|
||||
html {
|
||||
font-size: 100%;
|
||||
}
|
||||
|
||||
i, em {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
b, strong {
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
body {
|
||||
|
||||
}
|
||||
|
||||
.codebox code {
|
||||
font: 0.9em Monaco, "Andale Mono","Courier New", Courier, monospace;
|
||||
}
|
||||
|
||||
|
||||
/* Sizes */
|
||||
h1 {/* Forum name */ font-size: 30px;}
|
||||
.site-description p {font-size: 14px;}
|
||||
h2 {/* Forum header titles */ font-size: 1.8em;}
|
||||
h3 {/* Sub-headers (also used as post headers, but defined later) */ font-size: 1em;}
|
||||
h4 {/* Forum and topic list titles */ font-size: 1.3em;}
|
||||
ul#nav-main > li > a, ul#nav-main > li > div > a {font-size: 1.2em;}
|
||||
dd.posts, dd.topics, dd.views, dd.extra, dd.mark, ul#nav-breadcrumbs li {font-size: 1.2em;}
|
||||
.small {font-size: 0.9em !important;}
|
||||
a.forumtitle, a.topictitle {font-size: 1.2em;}
|
||||
.badge {font-size: 10px;}
|
||||
.pagination li a {font-size: 0.9em;}
|
||||
.contact-icons {font-size: 0;}
|
||||
.topic_type {font-size: 0.9em;}
|
||||
.forumlist_grid_title {font-size: 1.2em;}
|
||||
.grid_unread {font-size: 0.8em;}
|
||||
li.row dd.simpleposts span {font-size: 1.5em;}
|
||||
|
||||
|
||||
|
||||
|
||||
/* Weights */
|
||||
h1 {/* Forum name */ font-weight: 300;}
|
||||
h2 {/* Forum header titles */ font-weight: 300;}
|
||||
li.row dd.simpleposts span {font-weight: 300;}
|
||||
h3 {/* Sub-headers (also used as post headers, but defined later) */ font-weight: 500;}
|
||||
ul#nav-breadcrumbs > li.breadcrumbs {font-weight: 300;}
|
||||
.breadcrumbs .crumb:before {font-weight: 500;}
|
||||
table.table1 thead th {font-weight: normal;}
|
||||
table.info tbody th {font-weight: normal;}
|
||||
.pagination li.active span {font-weight: normal;}
|
||||
.error {font-weight: 500;}
|
||||
.dropdown-extended .header {font-weight: 500;}
|
||||
.dropdown-extended .header .header_settings {font-weight: normal;}
|
||||
.notification_list p.notifications_title strong {font-weight: 500;}
|
||||
.button {font-weight: normal;}
|
||||
ul.topiclist dt {font-weight: normal;}
|
||||
li.header dt, li.header dd {font-weight: 500;}
|
||||
li.header dt {font-weight: 500;}
|
||||
dd.posts, dd.topics, dd.views, dd.extra, dd.mark {font-weight: 300;}
|
||||
li.row dd.simpleposts span {font-weight: 300;}
|
||||
dl.faq dt {font-weight: 500;}
|
||||
blockquote cite {/* Username/source of quoter */ font-style: normal; font-weight: 500;}
|
||||
blockquote cite > div {font-weight: normal;}
|
||||
.codebox p {font-weight: 500;}
|
||||
.attachbox p {font-weight: normal;}
|
||||
.attachbox p.stats {font-weight: normal;}
|
||||
dl.file dt {font-weight: 500;}
|
||||
dl.thumbnail dd {font-style: italic;}
|
||||
fieldset.polls dl.voted {font-weight: 500;}
|
||||
dd.profile-warnings {font-weight: 500;}
|
||||
.dl_links strong {font-weight: 500;}
|
||||
#memberlist tr.inactive, #team tr.inactive {font-style: italic;}
|
||||
.panel-container table.table1 tbody th {font-style: italic;}
|
||||
.tabs .tab, .minitabs .tab {font-weight: 500;}
|
||||
.tabs .dropdown, .minitabs .dropdown {font-weight: normal;}
|
||||
.navigation li {font-weight: 500;}
|
||||
dl.mini dt {font-weight: 500;}
|
||||
.friend-online {font-weight: 500;}
|
||||
.friend-offline {font-style: italic;}
|
||||
.tabs .dropdown, .minitabs .dropdown {font-weight: normal;}
|
||||
input {font-weight: normal;}
|
||||
select {font-weight: normal;}
|
||||
dt label {font-weight: 500;}
|
||||
a.button1, input.button1 {font-weight: 500;}
|
||||
input.button3 {font-variant: small-caps;}
|
||||
input.disabled {font-weight: normal;}
|
||||
.jumpbox-cat-link, .jumpbox-forum-link { font-weight: 500; }
|
||||
a.forumtitle {font-weight: 500;}
|
||||
a.topictitle {font-weight: 500;}
|
||||
a.lastsubject {font-weight: 500;text-decoration: none;}
|
||||
.postprofile a, .postprofile dt.author a {font-weight: 500; text-decoration: none;}
|
||||
.search .postprofile a {font-weight: normal;}
|
||||
.username-coloured {font-weight: 500;}
|
||||
.grid_unread {font-weight: 300;}
|
||||
422
styles/Milk_v2/theme/forms.css
Normal file
@@ -0,0 +1,422 @@
|
||||
/* Form Styles
|
||||
---------------------------------------- */
|
||||
|
||||
/* General form styles
|
||||
----------------------------------------*/
|
||||
fieldset {
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
input {
|
||||
vertical-align: middle;
|
||||
padding: 0 3px;
|
||||
}
|
||||
|
||||
input:hover {
|
||||
transition:.2s;
|
||||
}
|
||||
|
||||
select {
|
||||
cursor: pointer;
|
||||
vertical-align: middle;
|
||||
border: 1px solid transparent;
|
||||
padding: 7px 7px 6px;
|
||||
}
|
||||
|
||||
select:focus {
|
||||
outline-style: none;
|
||||
}
|
||||
|
||||
option {
|
||||
padding-right: 1em;
|
||||
}
|
||||
|
||||
select optgroup option {
|
||||
padding-right: 1em;
|
||||
}
|
||||
|
||||
textarea {
|
||||
width: 60%;
|
||||
padding: 2px;
|
||||
line-height: 1.4em;
|
||||
}
|
||||
|
||||
label {
|
||||
cursor: default;
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
label input {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
label img {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
/* Definition list layout for forms
|
||||
---------------------------------------- */
|
||||
fieldset dl {
|
||||
padding: 4px 0;
|
||||
}
|
||||
|
||||
fieldset dt {
|
||||
float: left;
|
||||
width: 40%;
|
||||
text-align: left;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.login_form fieldset dt {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
fieldset dd {
|
||||
margin-left: 41%;
|
||||
vertical-align: top;
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
|
||||
/* Specific layout 1 */
|
||||
fieldset.fields1 dt {
|
||||
width: 15em;
|
||||
border-right-width: 0;
|
||||
padding: 5px 0;
|
||||
}
|
||||
|
||||
fieldset.fields1 dd {
|
||||
margin-left: 15em;
|
||||
border-left-width: 0;
|
||||
}
|
||||
|
||||
fieldset.fields1 div {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
/* Set it back to 0px for the reCaptcha divs: PHPBB3-9587 */
|
||||
fieldset.fields1 .live-search div {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
/* Specific layout 2 */
|
||||
fieldset.fields2 dt {
|
||||
width: 15em;
|
||||
border-right-width: 0;
|
||||
padding: 5px 0;
|
||||
}
|
||||
|
||||
fieldset.fields2 dd {
|
||||
margin-left: 16em;
|
||||
border-left-width: 0;
|
||||
}
|
||||
|
||||
/* Form elements */
|
||||
dt label {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
dd label {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
dd input, dd textarea {
|
||||
margin-right: 3px;
|
||||
}
|
||||
|
||||
dd select {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
dd select[multiple] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
dd textarea {
|
||||
width: 85%;
|
||||
}
|
||||
|
||||
/* Hover effects */
|
||||
.timezone {
|
||||
width: 95%;
|
||||
}
|
||||
|
||||
/* Browser-specific tweaks */
|
||||
button::-moz-focus-inner {
|
||||
padding: 0;
|
||||
border: 0
|
||||
}
|
||||
|
||||
/* Quick-login on index page */
|
||||
fieldset.quick-login {
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
fieldset.quick-login input {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
fieldset.quick-login input.inputbox {
|
||||
width: 15%;
|
||||
vertical-align: middle;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
fieldset.quick-login label {
|
||||
white-space: nowrap;
|
||||
padding-right: 2px;
|
||||
}
|
||||
|
||||
/* Display options on viewtopic/viewforum pages */
|
||||
fieldset.display-options {
|
||||
text-align: center;
|
||||
margin: 3px 0 5px 0;
|
||||
}
|
||||
|
||||
fieldset.display-options label {
|
||||
white-space: nowrap;
|
||||
padding-right: 2px;
|
||||
}
|
||||
|
||||
fieldset.display-options a {
|
||||
margin-top: 3px;
|
||||
}
|
||||
|
||||
.dropdown fieldset.display-options {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.dropdown fieldset.display-options label {
|
||||
display: block;
|
||||
margin: 4px;
|
||||
padding: 0;
|
||||
text-align: right;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.dropdown fieldset.display-options select {
|
||||
min-width: 120px;
|
||||
}
|
||||
|
||||
/* Display actions for ucp and mcp pages */
|
||||
fieldset.display-actions {
|
||||
text-align: right;
|
||||
line-height: 2em;
|
||||
white-space: nowrap;
|
||||
padding-right: 1em;
|
||||
}
|
||||
|
||||
fieldset.display-actions label {
|
||||
white-space: nowrap;
|
||||
padding-right: 2px;
|
||||
}
|
||||
|
||||
fieldset.sort-options {
|
||||
line-height: 2em;
|
||||
}
|
||||
|
||||
/* MCP forum selection*/
|
||||
fieldset.forum-selection {
|
||||
margin: 5px 0 3px 0;
|
||||
float: right;
|
||||
}
|
||||
|
||||
fieldset.forum-selection2 {
|
||||
margin: 13px 0 3px 0;
|
||||
float: right;
|
||||
}
|
||||
|
||||
/* Submit button fieldset */
|
||||
fieldset.submit-buttons {
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
margin: 5px 0;
|
||||
}
|
||||
|
||||
fieldset.submit-buttons input {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
/* Posting page styles
|
||||
----------------------------------------*/
|
||||
|
||||
/* Buttons used in the editor */
|
||||
.format-buttons {
|
||||
margin: 15px 0 2px 0;
|
||||
}
|
||||
|
||||
.format-buttons input, .format-buttons select {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
/* Main message box */
|
||||
.message-box {
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
.message-box textarea {
|
||||
width: 450px;
|
||||
height: 270px;
|
||||
min-width: 100%;
|
||||
max-width: 100%;
|
||||
resize: vertical;
|
||||
outline: 3px dashed transparent;
|
||||
outline-offset: -4px;
|
||||
-webkit-transition: all .5s ease;
|
||||
-moz-transition: all .5s ease;
|
||||
-ms-transition: all .5s ease;
|
||||
-o-transition: all .5s ease;
|
||||
transition: all .5s ease;
|
||||
}
|
||||
|
||||
/* Emoticons panel */
|
||||
.smiley-box {
|
||||
width: 18%;
|
||||
float: right;
|
||||
}
|
||||
|
||||
.smiley-box img {
|
||||
margin: 3px;
|
||||
}
|
||||
|
||||
/* Input field styles
|
||||
---------------------------------------- */
|
||||
.inputbox {
|
||||
border: 1px solid transparent;
|
||||
padding: 7px;
|
||||
}
|
||||
|
||||
.inputbox:hover, .inputbox:focus {
|
||||
border: 1px solid transparent;
|
||||
outline-style: none;
|
||||
}
|
||||
|
||||
input.inputbox {
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
input.medium { width: 50%; }
|
||||
input.narrow { width: 25%; }
|
||||
input.tiny { width: 150px; }
|
||||
input.sidebar_search { width: 225px; }
|
||||
|
||||
textarea.inputbox {
|
||||
width: 85%;
|
||||
}
|
||||
|
||||
.autowidth {
|
||||
width: auto !important;
|
||||
}
|
||||
|
||||
input[type="number"] {
|
||||
-moz-padding-end: 0;
|
||||
}
|
||||
|
||||
input[type="search"] {
|
||||
-webkit-appearance: textfield;
|
||||
-webkit-box-sizing: content-box;
|
||||
}
|
||||
|
||||
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
|
||||
display: none;
|
||||
}
|
||||
|
||||
input[type="search"]::-webkit-search-cancel-button {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/* Form button styles
|
||||
---------------------------------------- */
|
||||
a.button1, input.button1, input.button3, a.button2, input.button2 {
|
||||
width: auto !important;
|
||||
padding: 7px;
|
||||
background: transparent none repeat-x top left;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
a.button1, input.button1 {
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
|
||||
input.button3 {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
line-height: 5px;
|
||||
height: 12px;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
input[type="button"], input[type="submit"], input[type="reset"], input[type="checkbox"], input[type="radio"] {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/* Alternative button */
|
||||
a.button2, input.button2, input.button3 {
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
|
||||
/* <a> button in the style of the form buttons */
|
||||
a.button1, a.button2 {
|
||||
text-decoration: none;
|
||||
padding: 7px;
|
||||
vertical-align: text-bottom;
|
||||
}
|
||||
|
||||
/* Hover states */
|
||||
a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
|
||||
/* Focus states */
|
||||
input.button1:focus, input.button2:focus, input.button3:focus {
|
||||
outline-style: none;
|
||||
}
|
||||
|
||||
/* Topic and forum Search */
|
||||
.search-box {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.search-box .inputbox {
|
||||
background-image: none;
|
||||
border-right-width: 0;
|
||||
float: left;
|
||||
padding: 0 8px;
|
||||
height: 37px;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
-webkit-border-radius:0;
|
||||
border-radius:0;
|
||||
}
|
||||
|
||||
/* Search box (header)
|
||||
--------------------------------------------- */
|
||||
.search-header {
|
||||
border-radius: 4px;
|
||||
display: block;
|
||||
float: right;
|
||||
margin-right: 5px;
|
||||
margin-top: 50px;
|
||||
}
|
||||
|
||||
.search-header .inputbox {
|
||||
border: 0;
|
||||
-webkit-border-radius:0;
|
||||
border-radius:0;
|
||||
}
|
||||
|
||||
li.responsive-search { display: none; }
|
||||
|
||||
input.search {
|
||||
background-image: none;
|
||||
background-repeat: no-repeat;
|
||||
background-position: left 1px;
|
||||
padding-left: 17px;
|
||||
}
|
||||
|
||||
.full { width: 95%; }
|
||||
.medium { width: 50%;}
|
||||
.narrow { width: 25%;}
|
||||
.tiny { width: 10%;}
|
||||
87
styles/Milk_v2/theme/icons.css
Normal file
@@ -0,0 +1,87 @@
|
||||
/* --------------------------------------------------------------
|
||||
$Icons
|
||||
-------------------------------------------------------------- */
|
||||
|
||||
/* Global module setup
|
||||
--------------------------------*/
|
||||
|
||||
/* Renamed version of .fa class for agnostic useage of icon fonts.
|
||||
* Just change the name of the font after the 14/1 to the name of
|
||||
* the font you wish to use.
|
||||
*/
|
||||
.icon, .button .icon {
|
||||
display: inline-block;
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-variant: normal;
|
||||
font-family: FontAwesome;
|
||||
font-size: 14px;
|
||||
line-height: 1;
|
||||
text-rendering: auto; /* optimizelegibility throws things off #1094 */
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.icon:before { padding-right: 2px; }
|
||||
|
||||
.button .icon:before {
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
/* Icon size classes - Default size is 14px, use these for small variations */
|
||||
|
||||
.icon.icon-xl {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.icon.icon-lg {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.icon.icon-md {
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
.icon.icon-sm {
|
||||
font-size: 8px;
|
||||
}
|
||||
|
||||
/* icon modifiers */
|
||||
.icon-tiny {
|
||||
width: 12px;
|
||||
transform: scale(0.65, 0.75);
|
||||
vertical-align: text-bottom;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.arrow-left .icon {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.arrow-left:hover .icon {
|
||||
margin-left: -5px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.arrow-right .icon {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.arrow-right:hover .icon {
|
||||
margin-left: 5px;
|
||||
margin-right: -5px;
|
||||
}
|
||||
|
||||
.post-buttons .dropdown-contents .icon {
|
||||
float: right;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.alert_close .icon:before {
|
||||
padding: 0;
|
||||
border-radius: 50%;
|
||||
width: 11px;
|
||||
display: block;
|
||||
line-height: .9;
|
||||
height: 12px;
|
||||
}
|
||||
219
styles/Milk_v2/theme/icons_forums_topics.css
Normal file
@@ -0,0 +1,219 @@
|
||||
|
||||
/* Icon images
|
||||
---------------------------------------- */
|
||||
|
||||
.contact-icon { background-image: url("./images/icons_contact.png"); }
|
||||
|
||||
/* Profile & navigation icons */
|
||||
.pm-icon { background-position: 0 0; }
|
||||
.email-icon { background-position: -21px 0; }
|
||||
.jabber-icon { background-position: -80px 0; }
|
||||
.phpbb_icq-icon { background-position: -61px 0 ; }
|
||||
.phpbb_wlm-icon { background-position: -182px 0; }
|
||||
.phpbb_aol-icon { background-position: -244px 0; }
|
||||
.phpbb_website-icon { background-position: -40px 0; }
|
||||
.phpbb_youtube-icon { background-position: -98px 0; }
|
||||
.phpbb_facebook-icon { background-position: -119px 0; }
|
||||
.phpbb_googleplus-icon { background-position: -140px 0; }
|
||||
.phpbb_skype-icon { background-position: -161px 0; }
|
||||
.phpbb_twitter-icon { background-position: -203px 0; }
|
||||
.phpbb_yahoo-icon { background-position: -224px 0; }
|
||||
|
||||
/* Forum icons & Topic icons */
|
||||
.global_read {
|
||||
background-image: url("./images/icons/png/icon_read.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/icon_read.svg"); /* Modern browsers */
|
||||
}
|
||||
.global_read_mine {
|
||||
background-image: url("./images/icons/png/icon_read_mine.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/icon_read_mine.svg"); /* Modern browsers */
|
||||
}
|
||||
.global_read_locked {
|
||||
background-image: url("./images/icons/png/icon_read_locked.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/icon_read_locked.svg"); /* Modern browsers */
|
||||
}
|
||||
.global_read_locked_mine {
|
||||
background-image: url("./images/icons/png/icon_read_locked_mine.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/icon_read_locked_mine.svg"); /* Modern browsers */
|
||||
}
|
||||
|
||||
.global_unread {
|
||||
background-image: url("./images/icons/png/icon_unread.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/icon_unread.svg"); /* Modern browsers */
|
||||
}
|
||||
.global_unread_mine {
|
||||
background-image: url("./images/icons/png/icon_unread_mine.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/icon_unread_mine.svg"); /* Modern browsers */
|
||||
}
|
||||
.global_unread_locked {
|
||||
background-image: url("./images/icons/png/icon_unread_locked.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/icon_unread_locked.svg"); /* Modern browsers */
|
||||
}
|
||||
.global_unread_locked_mine {
|
||||
background-image: url("./images/icons/png/icon_unread_locked_mine.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/icon_unread_locked_mine.svg"); /* Modern browsers */
|
||||
}
|
||||
|
||||
.announce_read {
|
||||
background-image: url("./images/icons/png/icon_read.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/icon_read.svg"); /* Modern browsers */
|
||||
}
|
||||
.announce_read_mine {
|
||||
background-image: url("./images/icons/png/icon_read_mine.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/icon_read_mine.svg"); /* Modern browsers */
|
||||
}
|
||||
.announce_read_locked {
|
||||
background-image: url("./images/icons/png/icon_read_locked.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/icon_read_locked.svg"); /* Modern browsers */
|
||||
}
|
||||
.announce_read_locked_mine {
|
||||
background-image: url("./images/icons/png/icon_read_locked_mine.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/icon_read_locked_mine.svg"); /* Modern browsers */
|
||||
}
|
||||
|
||||
.announce_unread {
|
||||
background-image: url("./images/icons/png/icon_unread.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/icon_unread.svg"); /* Modern browsers */
|
||||
}
|
||||
.announce_unread_mine {
|
||||
background-image: url("./images/icons/png/icon_unread_mine.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/icon_unread_mine.svg"); /* Modern browsers */
|
||||
}
|
||||
.announce_unread_locked {
|
||||
background-image: url("./images/icons/png/icon_unread_locked.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/icon_unread_locked.svg"); /* Modern browsers */
|
||||
}
|
||||
.announce_unread_locked_mine {
|
||||
background-image: url("./images/icons/png/icon_unread_locked_mine.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/icon_unread_locked_mine.svg"); /* Modern browsers */
|
||||
}
|
||||
|
||||
.forum_link {
|
||||
background-image: url("./images/icons/png/forum_link.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/forum_link.svg"); /* Modern browsers */
|
||||
}
|
||||
|
||||
.forum_read {
|
||||
background-image: url("./images/icons/png/icon_read.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/icon_read.svg"); /* Modern browsers */
|
||||
}
|
||||
.forum_read_locked {
|
||||
background-image: url("./images/icons/png/icon_read_locked.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/icon_read_locked.svg"); /* Modern browsers */
|
||||
}
|
||||
.forum_read_subforum {
|
||||
background-image: url("./images/icons/png/icon_read.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/icon_read.svg"); /* Modern browsers */
|
||||
}
|
||||
|
||||
.forum_unread {
|
||||
background-image: url("./images/icons/png/icon_unread.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/icon_unread.svg"); /* Modern browsers */
|
||||
}
|
||||
.forum_unread_locked {
|
||||
background-image: url("./images/icons/png/icon_unread_locked.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/icon_unread_locked.svg"); /* Modern browsers */
|
||||
}
|
||||
.forum_unread_subforum {
|
||||
background-image: url("./images/icons/png/icon_unread.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/icon_unread.svg"); /* Modern browsers */
|
||||
}
|
||||
|
||||
|
||||
.sticky_read {
|
||||
background-image: url("./images/icons/png/icon_read.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/icon_read.svg"); /* Modern browsers */
|
||||
}
|
||||
.sticky_read_mine {
|
||||
background-image: url("./images/icons/png/icon_read_mine.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/icon_read_mine.svg"); /* Modern browsers */
|
||||
}
|
||||
.sticky_read_locked {
|
||||
background-image: url("./images/icons/png/icon_read_locked.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/icon_read_locked.svg"); /* Modern browsers */
|
||||
}
|
||||
.sticky_read_locked_mine {
|
||||
background-image: url("./images/icons/png/icon_read_locked_mine.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/icon_read_locked_mine.svg"); /* Modern browsers */
|
||||
}
|
||||
|
||||
.sticky_unread {
|
||||
background-image: url("./images/icons/png/icon_unread.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/icon_unread.svg"); /* Modern browsers */
|
||||
}
|
||||
.sticky_unread_mine {
|
||||
background-image: url("./images/icons/png/icon_unread_mine.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/icon_unread_mine.svg"); /* Modern browsers */
|
||||
}
|
||||
.sticky_unread_locked {
|
||||
background-image: url("./images/icons/png/icon_unread_locked.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/icon_unread_locked.svg"); /* Modern browsers */
|
||||
}
|
||||
.sticky_unread_locked_mine {
|
||||
background-image: url("./images/icons/png/icon_unread_locked_mine.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/icon_unread_locked_mine.svg"); /* Modern browsers */
|
||||
}
|
||||
|
||||
.topic_moved {
|
||||
background-image: url("./images/icons/png/forum_link.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/forum_link.svg"); /* Modern browsers */
|
||||
}
|
||||
|
||||
.topic_read {
|
||||
background-image: url("./images/icons/png/icon_read.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/icon_read.svg"); /* Modern browsers */
|
||||
}
|
||||
.topic_read_mine {
|
||||
background-image: url("./images/icons/png/icon_read_mine.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/icon_read_mine.svg"); /* Modern browsers */
|
||||
}
|
||||
.topic_read_hot {
|
||||
background-image: url("./images/icons/png/icon_read_hot.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/icon_read_hot.svg"); /* Modern browsers */
|
||||
}
|
||||
.topic_read_hot_mine {
|
||||
background-image: url("./images/icons/png/icon_read_hot_mine.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/icon_read_hot_mine.svg"); /* Modern browsers */
|
||||
}
|
||||
.topic_read_locked {
|
||||
background-image: url("./images/icons/png/icon_read_locked.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/icon_read_locked.svg"); /* Modern browsers */
|
||||
}
|
||||
.topic_read_locked_mine {
|
||||
background-image: url("./images/icons/png/icon_read_locked_mine.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/icon_read_locked_mine.svg"); /* Modern browsers */
|
||||
}
|
||||
|
||||
.topic_unread {
|
||||
background-image: url("./images/icons/png/icon_unread.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/icon_unread.svg"); /* Modern browsers */
|
||||
}
|
||||
.topic_unread_mine {
|
||||
background-image: url("./images/icons/png/icon_unread_mine.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/icon_unread_mine.svg"); /* Modern browsers */
|
||||
}
|
||||
.topic_unread_hot {
|
||||
background-image: url("./images/icons/png/icon_unread_hot.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/icon_unread_hot.svg"); /* Modern browsers */
|
||||
}
|
||||
.topic_unread_hot_mine {
|
||||
background-image: url("./images/icons/png/icon_unread_hot_mine.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/icon_unread_hot_mine.svg"); /* Modern browsers */
|
||||
}
|
||||
.topic_unread_locked {
|
||||
background-image: url("./images/icons/png/icon_unread_locked.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/icon_unread_locked.svg"); /* Modern browsers */
|
||||
}
|
||||
.topic_unread_locked_mine {
|
||||
background-image: url("./images/icons/png/icon_unread_locked_mine.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/icon_unread_locked_mine.svg"); /* Modern browsers */
|
||||
}
|
||||
|
||||
.pm_read {
|
||||
background-image: url("./images/icons/png/icon_read.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/icon_read.svg"); /* Modern browsers */
|
||||
}
|
||||
.pm_unread {
|
||||
background-image: url("./images/icons/png/icon_unread.png"); /* IE8 + below */
|
||||
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/icon_unread.svg"); /* Modern browsers */
|
||||
}
|
||||
1
styles/Milk_v2/theme/images/dna.svg
Normal file
@@ -0,0 +1 @@
|
||||
<?xml version="1.0" ?><!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'><svg enable-background="new 0 0 24 24" height="24px" id="Layer_1" version="1.1" viewBox="0 0 24 24" width="24px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M17.7,6.3c-1.1-2.2-1.3-4.5-0.3-6.3h-2.2c-0.6,1.6-0.6,3.5,0,5.2C12.2,4.4,9.2,4.9,7,7.1s-2.7,5.2-1.8,8.1 c-1.8-0.5-3.6-0.5-5.2,0v2.2c1.9-1,4.1-0.8,6.3,0.3c1.1,2.2,1.3,4.5,0.3,6.3h2.2c0.6-1.6,0.6-3.5,0-5.2c2.9,0.9,5.9,0.4,8.1-1.8 s2.7-5.2,1.8-8.1c1.8,0.5,3.6,0.5,5.2,0V6.7C22.1,7.7,19.9,7.5,17.7,6.3z M16.2,7.8c0.5,1,0.8,2,0.9,3l-3.9-3.9 C14.3,7,15.2,7.3,16.2,7.8z M7.8,16.2c-0.5-1.1-0.9-2.1-1-3.2l4.1,4.1C9.9,17.1,8.8,16.8,7.8,16.2z M13.5,16.9 c0.3-0.1,0.6-0.3,0.9-0.4C14,16.6,13.8,16.8,13.5,16.9z M14.4,16.4L7.6,9.6c-0.2,0.3-0.3,0.6-0.5,1l6.3,6.3 c-0.4,0.1-0.8,0.2-1.1,0.3l-5.4-5.4c0,0.2,0,0.4-0.1,0.6c0-1.4,0.6-2.7,1.7-3.9C8.4,8.6,8.3,8.7,8.2,8.8l7,7 C14.9,16,14.7,16.2,14.4,16.4z M15.9,15.1l-7-7c0.3-0.2,0.5-0.4,0.8-0.6l6.8,6.8C16.3,14.6,16.1,14.8,15.9,15.1z M16.9,13.3 l-6.2-6.2c0.4-0.1,0.8-0.2,1.2-0.3l5.3,5.3C17.1,12.5,17,12.9,16.9,13.3z"/></svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
BIN
styles/Milk_v2/theme/images/icon_download.gif
Normal file
|
After Width: | Height: | Size: 198 B |
BIN
styles/Milk_v2/theme/images/icon_offline.gif
Normal file
|
After Width: | Height: | Size: 322 B |
BIN
styles/Milk_v2/theme/images/icon_online.gif
Normal file
|
After Width: | Height: | Size: 331 B |
BIN
styles/Milk_v2/theme/images/icon_rate_bad.gif
Normal file
|
After Width: | Height: | Size: 465 B |
BIN
styles/Milk_v2/theme/images/icon_rate_good.gif
Normal file
|
After Width: | Height: | Size: 462 B |
0
styles/Milk_v2/theme/images/icons/index.htm
Normal file
BIN
styles/Milk_v2/theme/images/icons/png/dark/icon_read.png
Normal file
|
After Width: | Height: | Size: 525 B |
BIN
styles/Milk_v2/theme/images/icons/png/dark/icon_read_hot.png
Normal file
|
After Width: | Height: | Size: 708 B |
|
After Width: | Height: | Size: 859 B |
BIN
styles/Milk_v2/theme/images/icons/png/dark/icon_read_locked.png
Normal file
|
After Width: | Height: | Size: 585 B |
|
After Width: | Height: | Size: 781 B |
BIN
styles/Milk_v2/theme/images/icons/png/dark/icon_read_mine.png
Normal file
|
After Width: | Height: | Size: 723 B |
BIN
styles/Milk_v2/theme/images/icons/png/dark/icon_unread_hot.png
Normal file
|
After Width: | Height: | Size: 760 B |
|
After Width: | Height: | Size: 906 B |
|
After Width: | Height: | Size: 764 B |
BIN
styles/Milk_v2/theme/images/icons/png/dark/icon_unread_mine.png
Normal file
|
After Width: | Height: | Size: 760 B |
BIN
styles/Milk_v2/theme/images/icons/png/forum_link.png
Normal file
|
After Width: | Height: | Size: 366 B |
BIN
styles/Milk_v2/theme/images/icons/png/icon_read.png
Normal file
|
After Width: | Height: | Size: 357 B |
BIN
styles/Milk_v2/theme/images/icons/png/icon_read_hot.png
Normal file
|
After Width: | Height: | Size: 461 B |
BIN
styles/Milk_v2/theme/images/icons/png/icon_read_hot_mine.png
Normal file
|
After Width: | Height: | Size: 497 B |
BIN
styles/Milk_v2/theme/images/icons/png/icon_read_locked.png
Normal file
|
After Width: | Height: | Size: 376 B |
BIN
styles/Milk_v2/theme/images/icons/png/icon_read_locked_mine.png
Normal file
|
After Width: | Height: | Size: 437 B |
BIN
styles/Milk_v2/theme/images/icons/png/icon_read_mine.png
Normal file
|
After Width: | Height: | Size: 417 B |
BIN
styles/Milk_v2/theme/images/icons/png/icon_unread.png
Normal file
|
After Width: | Height: | Size: 389 B |
BIN
styles/Milk_v2/theme/images/icons/png/icon_unread_hot.png
Normal file
|
After Width: | Height: | Size: 508 B |
BIN
styles/Milk_v2/theme/images/icons/png/icon_unread_hot_mine.png
Normal file
|
After Width: | Height: | Size: 546 B |
BIN
styles/Milk_v2/theme/images/icons/png/icon_unread_locked.png
Normal file
|
After Width: | Height: | Size: 375 B |
|
After Width: | Height: | Size: 441 B |
BIN
styles/Milk_v2/theme/images/icons/png/icon_unread_mine.png
Normal file
|
After Width: | Height: | Size: 454 B |
0
styles/Milk_v2/theme/images/icons/png/index.htm
Normal file
92
styles/Milk_v2/theme/images/icons/svg/dark/icon_read.svg
Normal file
@@ -0,0 +1,92 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="30px"
|
||||
height="30px" viewBox="0 0 30 30" style="enable-background:new 0 0 30 30;" xml:space="preserve">
|
||||
<g id="forum_x5F_link" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#0090F5;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,10.038"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,10.038"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#0090F5;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="15" x2="19.961" y2="15"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#0090F5;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="15" x2="15" y2="10.038"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#0090F5;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="15" x2="15" y2="19.961"/>
|
||||
</g>
|
||||
<g id="icon_x5F_unread_x5F_locked" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#BD0000;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#BD0000;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="10.038" x2="19.961" y2="19.961"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#BD0000;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="10.038" x2="10.038" y2="19.961"/>
|
||||
</g>
|
||||
<g id="icon_x5F_read_x5F_locked" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#90A3C0;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#90A3C0;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="10.038" x2="19.961" y2="19.961"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#90A3C0;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="10.038" x2="10.038" y2="19.961"/>
|
||||
</g>
|
||||
<g id="icon_x5F_unread" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#84BD00;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,10.038"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,10.038"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#84BD00;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="15" x2="15" y2="19.961"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#84BD00;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="15" y1="19.961" x2="19.961" y2="10.038"/>
|
||||
</g>
|
||||
<g id="icon_x5F_read">
|
||||
<g>
|
||||
<path style="fill:#90A3C0;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
<path style="fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="M19.961,19.961"/>
|
||||
<path style="fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="M10.038,10.038"/>
|
||||
<path style="fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="M10.038,19.961"/>
|
||||
<path style="fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="M19.961,10.038"/>
|
||||
|
||||
<line style="fill:none;stroke:#90A3C0;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="15" x2="19.961" y2="15"/>
|
||||
</g>
|
||||
<g id="mine__x28_unread_x29_" style="display:none;">
|
||||
|
||||
<circle style="display:inline;fill:#84BD00;stroke:#FFFFFF;stroke-width:2;stroke-miterlimit:10;" cx="25.019" cy="5.127" r="3.4"/>
|
||||
</g>
|
||||
<g id="mine__x28_locked_x29_" style="display:none;">
|
||||
|
||||
<circle style="display:inline;fill:#BD0000;stroke:#FFFFFF;stroke-width:2;stroke-miterlimit:10;" cx="25.019" cy="5.127" r="3.4"/>
|
||||
</g>
|
||||
<g id="mine__x28_read_x29_" style="display:none;">
|
||||
|
||||
<circle style="display:inline;fill:#CCCCCC;stroke:#FFFFFF;stroke-width:2;stroke-miterlimit:10;" cx="25.019" cy="5.127" r="3.4"/>
|
||||
</g>
|
||||
<g id="hot" style="display:none;">
|
||||
|
||||
<circle style="display:inline;fill:#FFA200;stroke:#FFFFFF;stroke-width:2;stroke-miterlimit:10;" cx="5.113" cy="24.899" r="3.401"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 5.7 KiB |
91
styles/Milk_v2/theme/images/icons/svg/dark/icon_read_hot.svg
Normal file
@@ -0,0 +1,91 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="30px"
|
||||
height="30px" viewBox="0 0 30 30" style="enable-background:new 0 0 30 30;" xml:space="preserve">
|
||||
<g id="forum_x5F_link" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#0090F5;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,10.038"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,10.038"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#0090F5;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="15" x2="19.961" y2="15"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#0090F5;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="15" x2="15" y2="10.038"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#0090F5;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="15" x2="15" y2="19.961"/>
|
||||
</g>
|
||||
<g id="icon_x5F_unread_x5F_locked" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#BD0000;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#BD0000;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="10.038" x2="19.961" y2="19.961"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#BD0000;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="10.038" x2="10.038" y2="19.961"/>
|
||||
</g>
|
||||
<g id="icon_x5F_read_x5F_locked" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#90A3C0;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#90A3C0;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="10.038" x2="19.961" y2="19.961"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#90A3C0;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="10.038" x2="10.038" y2="19.961"/>
|
||||
</g>
|
||||
<g id="icon_x5F_unread" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#84BD00;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,10.038"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,10.038"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#84BD00;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="15" x2="15" y2="19.961"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#84BD00;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="15" y1="19.961" x2="19.961" y2="10.038"/>
|
||||
</g>
|
||||
<g id="icon_x5F_read">
|
||||
<g>
|
||||
<path style="fill:#90A3C0;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
<path style="fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="M19.961,19.961"/>
|
||||
<path style="fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="M10.038,10.038"/>
|
||||
<path style="fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="M10.038,19.961"/>
|
||||
<path style="fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="M19.961,10.038"/>
|
||||
|
||||
<line style="fill:none;stroke:#90A3C0;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="15" x2="19.961" y2="15"/>
|
||||
</g>
|
||||
<g id="mine__x28_unread_x29_" style="display:none;">
|
||||
|
||||
<circle style="display:inline;fill:#84BD00;stroke:#FFFFFF;stroke-width:2;stroke-miterlimit:10;" cx="25.019" cy="5.127" r="3.4"/>
|
||||
</g>
|
||||
<g id="mine__x28_locked_x29_" style="display:none;">
|
||||
|
||||
<circle style="display:inline;fill:#BD0000;stroke:#FFFFFF;stroke-width:2;stroke-miterlimit:10;" cx="25.019" cy="5.127" r="3.4"/>
|
||||
</g>
|
||||
<g id="mine__x28_read_x29_" style="display:none;">
|
||||
|
||||
<circle style="display:inline;fill:#CCCCCC;stroke:#FFFFFF;stroke-width:2;stroke-miterlimit:10;" cx="25.019" cy="5.127" r="3.4"/>
|
||||
</g>
|
||||
<g id="hot">
|
||||
<circle style="fill:#FFA200;stroke:#252F39;stroke-width:2;stroke-miterlimit:10;" cx="5.113" cy="24.899" r="3.401"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 5.7 KiB |
@@ -0,0 +1,90 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="30px"
|
||||
height="30px" viewBox="0 0 30 30" style="enable-background:new 0 0 30 30;" xml:space="preserve">
|
||||
<g id="forum_x5F_link" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#0090F5;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,10.038"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,10.038"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#0090F5;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="15" x2="19.961" y2="15"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#0090F5;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="15" x2="15" y2="10.038"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#0090F5;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="15" x2="15" y2="19.961"/>
|
||||
</g>
|
||||
<g id="icon_x5F_unread_x5F_locked" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#BD0000;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#BD0000;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="10.038" x2="19.961" y2="19.961"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#BD0000;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="10.038" x2="10.038" y2="19.961"/>
|
||||
</g>
|
||||
<g id="icon_x5F_read_x5F_locked" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#90A3C0;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#90A3C0;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="10.038" x2="19.961" y2="19.961"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#90A3C0;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="10.038" x2="10.038" y2="19.961"/>
|
||||
</g>
|
||||
<g id="icon_x5F_unread" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#84BD00;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,10.038"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,10.038"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#84BD00;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="15" x2="15" y2="19.961"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#84BD00;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="15" y1="19.961" x2="19.961" y2="10.038"/>
|
||||
</g>
|
||||
<g id="icon_x5F_read">
|
||||
<g>
|
||||
<path style="fill:#90A3C0;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
<path style="fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="M19.961,19.961"/>
|
||||
<path style="fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="M10.038,10.038"/>
|
||||
<path style="fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="M10.038,19.961"/>
|
||||
<path style="fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="M19.961,10.038"/>
|
||||
|
||||
<line style="fill:none;stroke:#90A3C0;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="15" x2="19.961" y2="15"/>
|
||||
</g>
|
||||
<g id="mine__x28_unread_x29_" style="display:none;">
|
||||
|
||||
<circle style="display:inline;fill:#84BD00;stroke:#FFFFFF;stroke-width:2;stroke-miterlimit:10;" cx="25.019" cy="5.127" r="3.4"/>
|
||||
</g>
|
||||
<g id="mine__x28_locked_x29_" style="display:none;">
|
||||
|
||||
<circle style="display:inline;fill:#BD0000;stroke:#FFFFFF;stroke-width:2;stroke-miterlimit:10;" cx="25.019" cy="5.127" r="3.4"/>
|
||||
</g>
|
||||
<g id="mine__x28_read_x29_">
|
||||
<circle style="fill:#90A3C0;stroke:#252F39;stroke-width:2;stroke-miterlimit:10;" cx="25.019" cy="5.127" r="3.4"/>
|
||||
</g>
|
||||
<g id="hot">
|
||||
<circle style="fill:#FFA200;stroke:#252F39;stroke-width:2;stroke-miterlimit:10;" cx="5.113" cy="24.899" r="3.401"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 5.6 KiB |
@@ -0,0 +1,96 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="30px"
|
||||
height="30px" viewBox="0 0 30 30" style="enable-background:new 0 0 30 30;" xml:space="preserve">
|
||||
<g id="forum_x5F_link" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#0090F5;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,10.038"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,10.038"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#0090F5;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="15" x2="19.961" y2="15"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#0090F5;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="15" x2="15" y2="10.038"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#0090F5;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="15" x2="15" y2="19.961"/>
|
||||
</g>
|
||||
<g id="icon_x5F_unread_x5F_locked" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#BD0000;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#BD0000;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="10.038" x2="19.961" y2="19.961"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#BD0000;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="10.038" x2="10.038" y2="19.961"/>
|
||||
</g>
|
||||
<g id="icon_x5F_read_x5F_locked">
|
||||
<g>
|
||||
<path style="fill:#90A3C0;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
|
||||
<line style="fill:none;stroke:#90A3C0;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="10.038" x2="19.961" y2="19.961"/>
|
||||
|
||||
<line style="fill:none;stroke:#90A3C0;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="10.038" x2="10.038" y2="19.961"/>
|
||||
</g>
|
||||
<g id="icon_x5F_unread" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#84BD00;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,10.038"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,10.038"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#84BD00;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="15" x2="15" y2="19.961"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#84BD00;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="15" y1="19.961" x2="19.961" y2="10.038"/>
|
||||
</g>
|
||||
<g id="icon_x5F_read" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#90A3C0;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,10.038"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,10.038"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#90A3C0;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="15" x2="19.961" y2="15"/>
|
||||
</g>
|
||||
<g id="mine__x28_unread_x29_" style="display:none;">
|
||||
|
||||
<circle style="display:inline;fill:#84BD00;stroke:#FFFFFF;stroke-width:2;stroke-miterlimit:10;" cx="25.019" cy="5.127" r="3.4"/>
|
||||
</g>
|
||||
<g id="mine__x28_locked_x29_" style="display:none;">
|
||||
|
||||
<circle style="display:inline;fill:#BD0000;stroke:#FFFFFF;stroke-width:2;stroke-miterlimit:10;" cx="25.019" cy="5.127" r="3.4"/>
|
||||
</g>
|
||||
<g id="mine__x28_read_x29_" style="display:none;">
|
||||
|
||||
<circle style="display:inline;fill:#90A3C0;stroke:#252F39;stroke-width:2;stroke-miterlimit:10;" cx="25.019" cy="5.127" r="3.4"/>
|
||||
</g>
|
||||
<g id="hot" style="display:none;">
|
||||
|
||||
<circle style="display:inline;fill:#FFA200;stroke:#252F39;stroke-width:2;stroke-miterlimit:10;" cx="5.113" cy="24.899" r="3.401"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 5.8 KiB |
@@ -0,0 +1,95 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="30px"
|
||||
height="30px" viewBox="0 0 30 30" style="enable-background:new 0 0 30 30;" xml:space="preserve">
|
||||
<g id="forum_x5F_link" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#0090F5;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,10.038"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,10.038"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#0090F5;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="15" x2="19.961" y2="15"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#0090F5;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="15" x2="15" y2="10.038"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#0090F5;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="15" x2="15" y2="19.961"/>
|
||||
</g>
|
||||
<g id="icon_x5F_unread_x5F_locked">
|
||||
<g>
|
||||
<path style="fill:#BD0000;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
|
||||
<line style="fill:none;stroke:#BD0000;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="10.038" x2="19.961" y2="19.961"/>
|
||||
|
||||
<line style="fill:none;stroke:#BD0000;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="10.038" x2="10.038" y2="19.961"/>
|
||||
</g>
|
||||
<g id="icon_x5F_read_x5F_locked">
|
||||
<g>
|
||||
<path style="fill:#90A3C0;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
|
||||
<line style="fill:none;stroke:#90A3C0;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="10.038" x2="19.961" y2="19.961"/>
|
||||
|
||||
<line style="fill:none;stroke:#90A3C0;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="10.038" x2="10.038" y2="19.961"/>
|
||||
</g>
|
||||
<g id="icon_x5F_unread" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#84BD00;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,10.038"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,10.038"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#84BD00;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="15" x2="15" y2="19.961"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#84BD00;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="15" y1="19.961" x2="19.961" y2="10.038"/>
|
||||
</g>
|
||||
<g id="icon_x5F_read" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#90A3C0;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,10.038"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,10.038"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#90A3C0;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="15" x2="19.961" y2="15"/>
|
||||
</g>
|
||||
<g id="mine__x28_unread_x29_" style="display:none;">
|
||||
|
||||
<circle style="display:inline;fill:#84BD00;stroke:#252F39;stroke-width:2;stroke-miterlimit:10;" cx="25.019" cy="5.127" r="3.4"/>
|
||||
</g>
|
||||
<g id="mine__x28_locked_x29_" style="display:none;">
|
||||
|
||||
<circle style="display:inline;fill:#BD0000;stroke:#252F39;stroke-width:2;stroke-miterlimit:10;" cx="25.019" cy="5.127" r="3.4"/>
|
||||
</g>
|
||||
<g id="mine__x28_read_x29_">
|
||||
<circle style="fill:#90A3C0;stroke:#252F39;stroke-width:2;stroke-miterlimit:10;" cx="25.019" cy="5.127" r="3.4"/>
|
||||
</g>
|
||||
<g id="hot" style="display:none;">
|
||||
|
||||
<circle style="display:inline;fill:#FFA200;stroke:#252F39;stroke-width:2;stroke-miterlimit:10;" cx="5.113" cy="24.899" r="3.401"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 5.7 KiB |
@@ -0,0 +1,91 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="30px"
|
||||
height="30px" viewBox="0 0 30 30" style="enable-background:new 0 0 30 30;" xml:space="preserve">
|
||||
<g id="forum_x5F_link" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#0090F5;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,10.038"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,10.038"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#0090F5;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="15" x2="19.961" y2="15"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#0090F5;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="15" x2="15" y2="10.038"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#0090F5;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="15" x2="15" y2="19.961"/>
|
||||
</g>
|
||||
<g id="icon_x5F_unread_x5F_locked" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#BD0000;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#BD0000;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="10.038" x2="19.961" y2="19.961"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#BD0000;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="10.038" x2="10.038" y2="19.961"/>
|
||||
</g>
|
||||
<g id="icon_x5F_read_x5F_locked" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#90A3C0;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#90A3C0;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="10.038" x2="19.961" y2="19.961"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#90A3C0;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="10.038" x2="10.038" y2="19.961"/>
|
||||
</g>
|
||||
<g id="icon_x5F_unread" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#84BD00;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,10.038"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,10.038"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#84BD00;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="15" x2="15" y2="19.961"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#84BD00;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="15" y1="19.961" x2="19.961" y2="10.038"/>
|
||||
</g>
|
||||
<g id="icon_x5F_read">
|
||||
<g>
|
||||
<path style="fill:#90A3C0;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
<path style="fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="M19.961,19.961"/>
|
||||
<path style="fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="M10.038,10.038"/>
|
||||
<path style="fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="M10.038,19.961"/>
|
||||
<path style="fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="M19.961,10.038"/>
|
||||
|
||||
<line style="fill:none;stroke:#90A3C0;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="15" x2="19.961" y2="15"/>
|
||||
</g>
|
||||
<g id="mine__x28_unread_x29_" style="display:none;">
|
||||
|
||||
<circle style="display:inline;fill:#84BD00;stroke:#FFFFFF;stroke-width:2;stroke-miterlimit:10;" cx="25.019" cy="5.127" r="3.4"/>
|
||||
</g>
|
||||
<g id="mine__x28_locked_x29_" style="display:none;">
|
||||
|
||||
<circle style="display:inline;fill:#BD0000;stroke:#FFFFFF;stroke-width:2;stroke-miterlimit:10;" cx="25.019" cy="5.127" r="3.4"/>
|
||||
</g>
|
||||
<g id="mine__x28_read_x29_">
|
||||
<circle style="fill:#90A3C0;stroke:#252F39;stroke-width:2;stroke-miterlimit:10;" cx="25.019" cy="5.127" r="3.4"/>
|
||||
</g>
|
||||
<g id="hot" style="display:none;">
|
||||
|
||||
<circle style="display:inline;fill:#FFA200;stroke:#252F39;stroke-width:2;stroke-miterlimit:10;" cx="5.113" cy="24.899" r="3.401"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 5.7 KiB |
@@ -0,0 +1,91 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="30px"
|
||||
height="30px" viewBox="0 0 30 30" style="enable-background:new 0 0 30 30;" xml:space="preserve">
|
||||
<g id="forum_x5F_link" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#0090F5;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,10.038"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,10.038"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#0090F5;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="15" x2="19.961" y2="15"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#0090F5;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="15" x2="15" y2="10.038"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#0090F5;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="15" x2="15" y2="19.961"/>
|
||||
</g>
|
||||
<g id="icon_x5F_unread_x5F_locked" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#BD0000;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#BD0000;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="10.038" x2="19.961" y2="19.961"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#BD0000;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="10.038" x2="10.038" y2="19.961"/>
|
||||
</g>
|
||||
<g id="icon_x5F_read_x5F_locked" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#90A3C0;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#90A3C0;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="10.038" x2="19.961" y2="19.961"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#90A3C0;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="10.038" x2="10.038" y2="19.961"/>
|
||||
</g>
|
||||
<g id="icon_x5F_unread">
|
||||
<g>
|
||||
<path style="fill:#84BD00;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
<path style="fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="M19.961,19.961"/>
|
||||
<path style="fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="M10.038,10.038"/>
|
||||
<path style="fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="M10.038,19.961"/>
|
||||
<path style="fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="M19.961,10.038"/>
|
||||
|
||||
<line style="fill:none;stroke:#84BD00;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="15" x2="15" y2="19.961"/>
|
||||
|
||||
<line style="fill:none;stroke:#84BD00;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="15" y1="19.961" x2="19.961" y2="10.038"/>
|
||||
</g>
|
||||
<g id="icon_x5F_read" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#90A3C0;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,10.038"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,10.038"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#90A3C0;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="15" x2="19.961" y2="15"/>
|
||||
</g>
|
||||
<g id="mine__x28_unread_x29_" style="display:none;">
|
||||
|
||||
<circle style="display:inline;fill:#84BD00;stroke:#FFFFFF;stroke-width:2;stroke-miterlimit:10;" cx="25.019" cy="5.127" r="3.4"/>
|
||||
</g>
|
||||
<g id="mine__x28_locked_x29_" style="display:none;">
|
||||
|
||||
<circle style="display:inline;fill:#BD0000;stroke:#FFFFFF;stroke-width:2;stroke-miterlimit:10;" cx="25.019" cy="5.127" r="3.4"/>
|
||||
</g>
|
||||
<g id="mine__x28_read_x29_" style="display:none;">
|
||||
|
||||
<circle style="display:inline;fill:#90A3C0;stroke:#252F39;stroke-width:2;stroke-miterlimit:10;" cx="25.019" cy="5.127" r="3.4"/>
|
||||
</g>
|
||||
<g id="hot">
|
||||
<circle style="fill:#FFA200;stroke:#252F39;stroke-width:2;stroke-miterlimit:10;" cx="5.113" cy="24.899" r="3.401"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 5.7 KiB |
@@ -0,0 +1,90 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="30px"
|
||||
height="30px" viewBox="0 0 30 30" style="enable-background:new 0 0 30 30;" xml:space="preserve">
|
||||
<g id="forum_x5F_link" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#0090F5;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,10.038"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,10.038"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#0090F5;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="15" x2="19.961" y2="15"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#0090F5;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="15" x2="15" y2="10.038"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#0090F5;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="15" x2="15" y2="19.961"/>
|
||||
</g>
|
||||
<g id="icon_x5F_unread_x5F_locked" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#BD0000;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#BD0000;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="10.038" x2="19.961" y2="19.961"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#BD0000;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="10.038" x2="10.038" y2="19.961"/>
|
||||
</g>
|
||||
<g id="icon_x5F_read_x5F_locked" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#90A3C0;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#90A3C0;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="10.038" x2="19.961" y2="19.961"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#90A3C0;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="10.038" x2="10.038" y2="19.961"/>
|
||||
</g>
|
||||
<g id="icon_x5F_unread">
|
||||
<g>
|
||||
<path style="fill:#84BD00;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
<path style="fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="M19.961,19.961"/>
|
||||
<path style="fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="M10.038,10.038"/>
|
||||
<path style="fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="M10.038,19.961"/>
|
||||
<path style="fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="M19.961,10.038"/>
|
||||
|
||||
<line style="fill:none;stroke:#84BD00;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="15" x2="15" y2="19.961"/>
|
||||
|
||||
<line style="fill:none;stroke:#84BD00;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="15" y1="19.961" x2="19.961" y2="10.038"/>
|
||||
</g>
|
||||
<g id="icon_x5F_read" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#90A3C0;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,10.038"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,10.038"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#90A3C0;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="15" x2="19.961" y2="15"/>
|
||||
</g>
|
||||
<g id="mine__x28_unread_x29_">
|
||||
<circle style="fill:#84BD00;stroke:#252F39;stroke-width:2;stroke-miterlimit:10;" cx="25.019" cy="5.127" r="3.4"/>
|
||||
</g>
|
||||
<g id="mine__x28_locked_x29_" style="display:none;">
|
||||
|
||||
<circle style="display:inline;fill:#BD0000;stroke:#FFFFFF;stroke-width:2;stroke-miterlimit:10;" cx="25.019" cy="5.127" r="3.4"/>
|
||||
</g>
|
||||
<g id="mine__x28_read_x29_" style="display:none;">
|
||||
|
||||
<circle style="display:inline;fill:#90A3C0;stroke:#252F39;stroke-width:2;stroke-miterlimit:10;" cx="25.019" cy="5.127" r="3.4"/>
|
||||
</g>
|
||||
<g id="hot">
|
||||
<circle style="fill:#FFA200;stroke:#252F39;stroke-width:2;stroke-miterlimit:10;" cx="5.113" cy="24.899" r="3.401"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 5.6 KiB |
@@ -0,0 +1,95 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="30px"
|
||||
height="30px" viewBox="0 0 30 30" style="enable-background:new 0 0 30 30;" xml:space="preserve">
|
||||
<g id="forum_x5F_link" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#0090F5;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,10.038"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,10.038"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#0090F5;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="15" x2="19.961" y2="15"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#0090F5;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="15" x2="15" y2="10.038"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#0090F5;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="15" x2="15" y2="19.961"/>
|
||||
</g>
|
||||
<g id="icon_x5F_unread_x5F_locked">
|
||||
<g>
|
||||
<path style="fill:#BD0000;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
|
||||
<line style="fill:none;stroke:#BD0000;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="10.038" x2="19.961" y2="19.961"/>
|
||||
|
||||
<line style="fill:none;stroke:#BD0000;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="10.038" x2="10.038" y2="19.961"/>
|
||||
</g>
|
||||
<g id="icon_x5F_read_x5F_locked" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#90A3C0;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#90A3C0;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="10.038" x2="19.961" y2="19.961"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#90A3C0;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="10.038" x2="10.038" y2="19.961"/>
|
||||
</g>
|
||||
<g id="icon_x5F_unread" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#84BD00;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,10.038"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,10.038"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#84BD00;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="15" x2="15" y2="19.961"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#84BD00;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="15" y1="19.961" x2="19.961" y2="10.038"/>
|
||||
</g>
|
||||
<g id="icon_x5F_read" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#90A3C0;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,10.038"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,10.038"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#90A3C0;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="15" x2="19.961" y2="15"/>
|
||||
</g>
|
||||
<g id="mine__x28_unread_x29_" style="display:none;">
|
||||
|
||||
<circle style="display:inline;fill:#84BD00;stroke:#252F39;stroke-width:2;stroke-miterlimit:10;" cx="25.019" cy="5.127" r="3.4"/>
|
||||
</g>
|
||||
<g id="mine__x28_locked_x29_">
|
||||
<circle style="fill:#BD0000;stroke:#252F39;stroke-width:2;stroke-miterlimit:10;" cx="25.019" cy="5.127" r="3.4"/>
|
||||
</g>
|
||||
<g id="mine__x28_read_x29_" style="display:none;">
|
||||
|
||||
<circle style="display:inline;fill:#90A3C0;stroke:#252F39;stroke-width:2;stroke-miterlimit:10;" cx="25.019" cy="5.127" r="3.4"/>
|
||||
</g>
|
||||
<g id="hot" style="display:none;">
|
||||
|
||||
<circle style="display:inline;fill:#FFA200;stroke:#252F39;stroke-width:2;stroke-miterlimit:10;" cx="5.113" cy="24.899" r="3.401"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 5.7 KiB |
@@ -0,0 +1,91 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="30px"
|
||||
height="30px" viewBox="0 0 30 30" style="enable-background:new 0 0 30 30;" xml:space="preserve">
|
||||
<g id="forum_x5F_link" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#0090F5;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,10.038"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,10.038"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#0090F5;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="15" x2="19.961" y2="15"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#0090F5;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="15" x2="15" y2="10.038"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#0090F5;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="15" x2="15" y2="19.961"/>
|
||||
</g>
|
||||
<g id="icon_x5F_unread_x5F_locked" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#BD0000;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#BD0000;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="10.038" x2="19.961" y2="19.961"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#BD0000;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="10.038" x2="10.038" y2="19.961"/>
|
||||
</g>
|
||||
<g id="icon_x5F_read_x5F_locked" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#90A3C0;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#90A3C0;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="10.038" x2="19.961" y2="19.961"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#90A3C0;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="10.038" x2="10.038" y2="19.961"/>
|
||||
</g>
|
||||
<g id="icon_x5F_unread">
|
||||
<g>
|
||||
<path style="fill:#84BD00;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
<path style="fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="M19.961,19.961"/>
|
||||
<path style="fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="M10.038,10.038"/>
|
||||
<path style="fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="M10.038,19.961"/>
|
||||
<path style="fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="M19.961,10.038"/>
|
||||
|
||||
<line style="fill:none;stroke:#84BD00;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="15" x2="15" y2="19.961"/>
|
||||
|
||||
<line style="fill:none;stroke:#84BD00;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="15" y1="19.961" x2="19.961" y2="10.038"/>
|
||||
</g>
|
||||
<g id="icon_x5F_read" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#90A3C0;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,10.038"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,10.038"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#90A3C0;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="15" x2="19.961" y2="15"/>
|
||||
</g>
|
||||
<g id="mine__x28_unread_x29_">
|
||||
<circle style="fill:#84BD00;stroke:#252F39;stroke-width:2;stroke-miterlimit:10;" cx="25.019" cy="5.127" r="3.4"/>
|
||||
</g>
|
||||
<g id="mine__x28_locked_x29_" style="display:none;">
|
||||
|
||||
<circle style="display:inline;fill:#BD0000;stroke:#FFFFFF;stroke-width:2;stroke-miterlimit:10;" cx="25.019" cy="5.127" r="3.4"/>
|
||||
</g>
|
||||
<g id="mine__x28_read_x29_" style="display:none;">
|
||||
|
||||
<circle style="display:inline;fill:#90A3C0;stroke:#252F39;stroke-width:2;stroke-miterlimit:10;" cx="25.019" cy="5.127" r="3.4"/>
|
||||
</g>
|
||||
<g id="hot" style="display:none;">
|
||||
|
||||
<circle style="display:inline;fill:#FFA200;stroke:#252F39;stroke-width:2;stroke-miterlimit:10;" cx="5.113" cy="24.899" r="3.401"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 5.7 KiB |
92
styles/Milk_v2/theme/images/icons/svg/forum_link.svg
Normal file
@@ -0,0 +1,92 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="30px"
|
||||
height="30px" viewBox="0 0 30 30" style="enable-background:new 0 0 30 30;" xml:space="preserve">
|
||||
<g id="forum_x5F_unread_x5F_locked" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#BD0000;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#BD0000;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="10.038" x2="19.961" y2="19.961"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#BD0000;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="10.038" x2="10.038" y2="19.961"/>
|
||||
</g>
|
||||
<g id="forum_x5F_read_x5F_subforum" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#E3E3E3;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,10.038"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,10.038"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#E3E3E3;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="15" x2="19.961" y2="15"/>
|
||||
</g>
|
||||
<g id="forum_x5F_read_x5F_locked" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#E3E3E3;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#E3E3E3;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="10.038" x2="19.961" y2="19.961"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#E3E3E3;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="10.038" x2="10.038" y2="19.961"/>
|
||||
</g>
|
||||
<g id="forum_x5F_read" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#E3E3E3;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,10.038"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,10.038"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#E3E3E3;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="15" x2="19.961" y2="15"/>
|
||||
</g>
|
||||
<g id="forum_x5F_unread" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#84BD00;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,10.038"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,10.038"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#84BD00;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="15" x2="15" y2="19.961"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#84BD00;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="15" y1="19.961" x2="19.961" y2="10.038"/>
|
||||
</g>
|
||||
<g id="forum_x5F_link">
|
||||
<g>
|
||||
<path style="fill:#0090F5;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
<path style="fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="M19.961,19.961"/>
|
||||
<path style="fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="M10.038,10.038"/>
|
||||
<path style="fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="M10.038,19.961"/>
|
||||
<path style="fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="M19.961,10.038"/>
|
||||
|
||||
<line style="fill:none;stroke:#0090F5;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="15" x2="19.961" y2="15"/>
|
||||
|
||||
<line style="fill:none;stroke:#0090F5;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="15" x2="15" y2="10.038"/>
|
||||
|
||||
<line style="fill:none;stroke:#0090F5;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="15" x2="15" y2="19.961"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 6.0 KiB |
92
styles/Milk_v2/theme/images/icons/svg/icon_read.svg
Normal file
@@ -0,0 +1,92 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="30px"
|
||||
height="30px" viewBox="0 0 30 30" style="enable-background:new 0 0 30 30;" xml:space="preserve">
|
||||
<g id="forum_x5F_unread_x5F_locked" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#BD0000;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#BD0000;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="10.038" x2="19.961" y2="19.961"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#BD0000;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="10.038" x2="10.038" y2="19.961"/>
|
||||
</g>
|
||||
<g id="forum_x5F_read_x5F_subforum" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#E3E3E3;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,10.038"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,10.038"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#E3E3E3;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="15" x2="19.961" y2="15"/>
|
||||
</g>
|
||||
<g id="forum_x5F_read_x5F_locked" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#E3E3E3;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#E3E3E3;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="10.038" x2="19.961" y2="19.961"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#E3E3E3;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="10.038" x2="10.038" y2="19.961"/>
|
||||
</g>
|
||||
<g id="forum_x5F_read">
|
||||
<g>
|
||||
<path style="fill:#CCCCCC;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
<path style="fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="M19.961,19.961"/>
|
||||
<path style="fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="M10.038,10.038"/>
|
||||
<path style="fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="M10.038,19.961"/>
|
||||
<path style="fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="M19.961,10.038"/>
|
||||
|
||||
<line style="fill:none;stroke:#CCCCCC;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="15" x2="19.961" y2="15"/>
|
||||
</g>
|
||||
<g id="forum_x5F_unread" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#84BD00;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,10.038"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,10.038"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#84BD00;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="15" x2="15" y2="19.961"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#84BD00;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="15" y1="19.961" x2="19.961" y2="10.038"/>
|
||||
</g>
|
||||
<g id="forum_x5F_link" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#0090F5;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,10.038"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,10.038"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#0090F5;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="15" x2="19.961" y2="15"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#0090F5;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="15" x2="15" y2="10.038"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#0090F5;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="15" x2="15" y2="19.961"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 6.0 KiB |
139
styles/Milk_v2/theme/images/icons/svg/icon_read_hot.svg
Normal file
@@ -0,0 +1,139 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="30px"
|
||||
height="30px" viewBox="0 0 30 30" style="enable-background:new 0 0 30 30;" xml:space="preserve">
|
||||
<g id="icon_x5F_unread_x5F_locked" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#BD0000;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#BD0000;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="10.038" x2="19.961" y2="19.961"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#BD0000;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="10.038" x2="10.038" y2="19.961"/>
|
||||
</g>
|
||||
<g id="icon_x5F_unread_x5F_locked_x5F_mine" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#BD0000;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#BD0000;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="10.038" x2="19.961" y2="19.961"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#BD0000;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="10.038" x2="10.038" y2="19.961"/>
|
||||
|
||||
<circle style="display:inline;fill:#BD0000;stroke:#FFFFFF;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" cx="25.019" cy="5.127" r="3.401"/>
|
||||
</g>
|
||||
<g id="icon_x5F_read_x5F_hot">
|
||||
<g>
|
||||
<path style="fill:#CCCCCC;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
<path style="fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="M19.961,19.961"/>
|
||||
<path style="fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="M10.038,10.038"/>
|
||||
<path style="fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="M10.038,19.961"/>
|
||||
<path style="fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="M19.961,10.038"/>
|
||||
|
||||
<line style="fill:none;stroke:#CCCCCC;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="15" x2="19.961" y2="15"/>
|
||||
<circle style="fill:#FFA200;stroke:#FFFFFF;stroke-width:2;stroke-miterlimit:10;" cx="5.112" cy="24.899" r="3.401"/>
|
||||
</g>
|
||||
<g id="icon_x5F_read_x5F_locked" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#CCCCCC;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#CCCCCC;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="10.038" x2="19.961" y2="19.961"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#CCCCCC;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="10.038" x2="10.038" y2="19.961"/>
|
||||
</g>
|
||||
<g id="icon_x5F_read_x5F_locked_x5F_mine" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#CCCCCC;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#CCCCCC;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="10.038" x2="19.961" y2="19.961"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#CCCCCC;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="10.038" x2="10.038" y2="19.961"/>
|
||||
|
||||
<circle style="display:inline;fill:#CCCCCC;stroke:#FFFFFF;stroke-width:2;stroke-miterlimit:10;" cx="25.019" cy="5.127" r="3.401"/>
|
||||
</g>
|
||||
<g id="icon_x5F_read_x5F_mine" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#CCCCCC;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,10.038"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,10.038"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#CCCCCC;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="15" x2="19.961" y2="15"/>
|
||||
|
||||
<circle style="display:inline;fill:#CCCCCC;stroke:#FFFFFF;stroke-width:2;stroke-miterlimit:10;" cx="25.019" cy="5.127" r="3.401"/>
|
||||
</g>
|
||||
<g id="icon_x5F_unread" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#84BD00;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,10.038"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,10.038"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#84BD00;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="15" x2="15" y2="19.961"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#84BD00;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="15" y1="19.961" x2="19.961" y2="10.038"/>
|
||||
</g>
|
||||
<g id="icon_x5F_unread_x5F_mine" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#84BD00;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,10.038"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,10.038"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#84BD00;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="15" x2="15" y2="19.961"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#84BD00;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="15" y1="19.961" x2="19.961" y2="10.038"/>
|
||||
|
||||
<circle style="display:inline;fill:#84BD00;stroke:#FFFFFF;stroke-width:2;stroke-miterlimit:10;" cx="25.019" cy="5.127" r="3.4"/>
|
||||
</g>
|
||||
<g id="forum_x5F_link" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#0090F5;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,10.038"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,10.038"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#0090F5;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="15" x2="19.961" y2="15"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#0090F5;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="15" x2="15" y2="10.038"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#0090F5;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="15" x2="15" y2="19.961"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 9.1 KiB |
90
styles/Milk_v2/theme/images/icons/svg/icon_read_hot_mine.svg
Normal file
@@ -0,0 +1,90 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="30px"
|
||||
height="30px" viewBox="0 0 30 30" style="enable-background:new 0 0 30 30;" xml:space="preserve">
|
||||
<g id="forum_x5F_link" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#0090F5;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,10.038"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,10.038"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#0090F5;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="15" x2="19.961" y2="15"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#0090F5;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="15" x2="15" y2="10.038"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#0090F5;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="15" x2="15" y2="19.961"/>
|
||||
</g>
|
||||
<g id="icon_x5F_unread_x5F_locked" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#BD0000;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#BD0000;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="10.038" x2="19.961" y2="19.961"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#BD0000;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="10.038" x2="10.038" y2="19.961"/>
|
||||
</g>
|
||||
<g id="icon_x5F_read_x5F_locked" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#CCCCCC;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#CCCCCC;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="10.038" x2="19.961" y2="19.961"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#CCCCCC;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="10.038" x2="10.038" y2="19.961"/>
|
||||
</g>
|
||||
<g id="icon_x5F_unread" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#84BD00;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,10.038"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,10.038"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#84BD00;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="15" x2="15" y2="19.961"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#84BD00;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="15" y1="19.961" x2="19.961" y2="10.038"/>
|
||||
</g>
|
||||
<g id="icon_x5F_read">
|
||||
<g>
|
||||
<path style="fill:#CCCCCC;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
<path style="fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="M19.961,19.961"/>
|
||||
<path style="fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="M10.038,10.038"/>
|
||||
<path style="fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="M10.038,19.961"/>
|
||||
<path style="fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="M19.961,10.038"/>
|
||||
|
||||
<line style="fill:none;stroke:#CCCCCC;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="15" x2="19.961" y2="15"/>
|
||||
</g>
|
||||
<g id="mine__x28_unread_x29_" style="display:none;">
|
||||
|
||||
<circle style="display:inline;fill:#84BD00;stroke:#FFFFFF;stroke-width:2;stroke-miterlimit:10;" cx="25.019" cy="5.127" r="3.4"/>
|
||||
</g>
|
||||
<g id="mine__x28_locked_x29_" style="display:none;">
|
||||
|
||||
<circle style="display:inline;fill:#BD0000;stroke:#FFFFFF;stroke-width:2;stroke-miterlimit:10;" cx="25.019" cy="5.127" r="3.4"/>
|
||||
</g>
|
||||
<g id="mine__x28_read_x29_">
|
||||
<circle style="fill:#CCCCCC;stroke:#FFFFFF;stroke-width:2;stroke-miterlimit:10;" cx="25.019" cy="5.127" r="3.4"/>
|
||||
</g>
|
||||
<g id="hot">
|
||||
<circle style="fill:#FFA200;stroke:#FFFFFF;stroke-width:2;stroke-miterlimit:10;" cx="5.113" cy="24.899" r="3.401"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 5.6 KiB |
96
styles/Milk_v2/theme/images/icons/svg/icon_read_locked.svg
Normal file
@@ -0,0 +1,96 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="30px"
|
||||
height="30px" viewBox="0 0 30 30" style="enable-background:new 0 0 30 30;" xml:space="preserve">
|
||||
<g id="forum_x5F_unread_x5F_locked" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#BD0000;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#BD0000;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="10.038" x2="19.961" y2="19.961"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#BD0000;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="10.038" x2="10.038" y2="19.961"/>
|
||||
</g>
|
||||
<g id="forum_x5F_read_x5F_subforum" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#E3E3E3;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,10.038"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,10.038"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#E3E3E3;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="15" x2="19.961" y2="15"/>
|
||||
</g>
|
||||
<g id="forum_x5F_read_x5F_locked">
|
||||
<g>
|
||||
<path style="fill:#CCCCCC;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
|
||||
<line style="fill:none;stroke:#CCCCCC;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="10.038" x2="19.961" y2="19.961"/>
|
||||
|
||||
<line style="fill:none;stroke:#CCCCCC;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="10.038" x2="10.038" y2="19.961"/>
|
||||
</g>
|
||||
<g id="forum_x5F_read" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#CCCCCC;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,10.038"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,10.038"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#CCCCCC;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="15" x2="19.961" y2="15"/>
|
||||
</g>
|
||||
<g id="forum_x5F_unread" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#84BD00;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,10.038"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,10.038"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#84BD00;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="15" x2="15" y2="19.961"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#84BD00;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="15" y1="19.961" x2="19.961" y2="10.038"/>
|
||||
</g>
|
||||
<g id="forum_x5F_link" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#0090F5;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,10.038"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,10.038"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#0090F5;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="15" x2="19.961" y2="15"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#0090F5;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="15" x2="15" y2="10.038"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#0090F5;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="15" x2="15" y2="19.961"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 6.0 KiB |
109
styles/Milk_v2/theme/images/icons/svg/icon_read_locked_mine.svg
Normal file
@@ -0,0 +1,109 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="30px"
|
||||
height="30px" viewBox="0 0 30 30" style="enable-background:new 0 0 30 30;" xml:space="preserve">
|
||||
<g id="icon_x5F_unread_x5F_locked" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#BD0000;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#BD0000;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="10.038" x2="19.961" y2="19.961"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#BD0000;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="10.038" x2="10.038" y2="19.961"/>
|
||||
</g>
|
||||
<g id="icon_x5F_read_x5F_locked" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#CCCCCC;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#CCCCCC;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="10.038" x2="19.961" y2="19.961"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#CCCCCC;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="10.038" x2="10.038" y2="19.961"/>
|
||||
</g>
|
||||
<g id="icon_x5F_read_x5F_locked_x5F_mine">
|
||||
<g>
|
||||
<path style="fill:#CCCCCC;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
|
||||
<line style="fill:none;stroke:#CCCCCC;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="10.038" x2="19.961" y2="19.961"/>
|
||||
|
||||
<line style="fill:none;stroke:#CCCCCC;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="10.038" x2="10.038" y2="19.961"/>
|
||||
<circle style="fill:#CCCCCC;stroke:#FFFFFF;stroke-width:2;stroke-miterlimit:10;" cx="25.019" cy="5.127" r="3.401"/>
|
||||
</g>
|
||||
<g id="icon_x5F_read" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#CCCCCC;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,10.038"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,10.038"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#CCCCCC;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="15" x2="19.961" y2="15"/>
|
||||
</g>
|
||||
<g id="icon_x5F_read_x5F_mine" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#CCCCCC;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,10.038"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,10.038"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#CCCCCC;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="15" x2="19.961" y2="15"/>
|
||||
|
||||
<circle style="display:inline;fill:#CCCCCC;stroke:#FFFFFF;stroke-width:2;stroke-miterlimit:10;" cx="25.019" cy="5.127" r="3.401"/>
|
||||
</g>
|
||||
<g id="icon_x5F_unread" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#84BD00;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,10.038"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,10.038"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#84BD00;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="15" x2="15" y2="19.961"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#84BD00;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="15" y1="19.961" x2="19.961" y2="10.038"/>
|
||||
</g>
|
||||
<g id="forum_x5F_link" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#0090F5;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,10.038"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,10.038"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#0090F5;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="15" x2="19.961" y2="15"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#0090F5;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="15" x2="15" y2="10.038"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#0090F5;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="15" x2="15" y2="19.961"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 6.9 KiB |
93
styles/Milk_v2/theme/images/icons/svg/icon_read_mine.svg
Normal file
@@ -0,0 +1,93 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="30px"
|
||||
height="30px" viewBox="0 0 30 30" style="enable-background:new 0 0 30 30;" xml:space="preserve">
|
||||
<g id="forum_x5F_unread_x5F_locked" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#BD0000;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#BD0000;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="10.038" x2="19.961" y2="19.961"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#BD0000;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="10.038" x2="10.038" y2="19.961"/>
|
||||
</g>
|
||||
<g id="forum_x5F_read_x5F_locked" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#CCCCCC;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#CCCCCC;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="10.038" x2="19.961" y2="19.961"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#CCCCCC;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="10.038" x2="10.038" y2="19.961"/>
|
||||
</g>
|
||||
<g id="forum_x5F_read" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#CCCCCC;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,10.038"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,10.038"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#CCCCCC;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="15" x2="19.961" y2="15"/>
|
||||
</g>
|
||||
<g id="sticky_x5F_read_x5F_mine">
|
||||
<g>
|
||||
<path style="fill:#CCCCCC;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
<path style="fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="M19.961,19.961"/>
|
||||
<path style="fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="M10.038,10.038"/>
|
||||
<path style="fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="M10.038,19.961"/>
|
||||
<path style="fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="M19.961,10.038"/>
|
||||
|
||||
<line style="fill:none;stroke:#CCCCCC;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="15" x2="19.961" y2="15"/>
|
||||
<circle style="fill:#CCCCCC;stroke:#FFFFFF;stroke-width:2;stroke-miterlimit:10;" cx="25.019" cy="5.127" r="3.401"/>
|
||||
</g>
|
||||
<g id="forum_x5F_unread" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#84BD00;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,10.038"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,10.038"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#84BD00;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="15" x2="15" y2="19.961"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#84BD00;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="15" y1="19.961" x2="19.961" y2="10.038"/>
|
||||
</g>
|
||||
<g id="forum_x5F_link" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#0090F5;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,10.038"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,10.038"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#0090F5;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="15" x2="19.961" y2="15"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#0090F5;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="15" x2="15" y2="10.038"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#0090F5;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="15" x2="15" y2="19.961"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 6.1 KiB |
72
styles/Milk_v2/theme/images/icons/svg/icon_unread.svg
Normal file
@@ -0,0 +1,72 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="30px"
|
||||
height="30px" viewBox="0 0 30 30" style="enable-background:new 0 0 30 30;" xml:space="preserve">
|
||||
<g id="forum_x5F_unread_x5F_locked" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#BD0000;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#BD0000;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="10.038" x2="19.961" y2="19.961"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#BD0000;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="10.038" x2="10.038" y2="19.961"/>
|
||||
</g>
|
||||
<g id="forum_x5F_read_x5F_subforum" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#E3E3E3;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,10.038"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,10.038"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#E3E3E3;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="15" x2="19.961" y2="15"/>
|
||||
</g>
|
||||
<g id="forum_x5F_read_x5F_locked" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#E3E3E3;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#E3E3E3;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="10.038" x2="19.961" y2="19.961"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#E3E3E3;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="10.038" x2="10.038" y2="19.961"/>
|
||||
</g>
|
||||
<g id="forum_x5F_read" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#E3E3E3;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,10.038"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,10.038"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#E3E3E3;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="15" x2="19.961" y2="15"/>
|
||||
</g>
|
||||
<g id="forum_x5F_unread">
|
||||
<g>
|
||||
<path style="fill:#84BD00;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
<path style="fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="M19.961,19.961"/>
|
||||
<path style="fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="M10.038,10.038"/>
|
||||
<path style="fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="M10.038,19.961"/>
|
||||
<path style="fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="M19.961,10.038"/>
|
||||
|
||||
<line style="fill:none;stroke:#84BD00;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="15" x2="15" y2="19.961"/>
|
||||
|
||||
<line style="fill:none;stroke:#84BD00;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="15" y1="19.961" x2="19.961" y2="10.038"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 4.7 KiB |
91
styles/Milk_v2/theme/images/icons/svg/icon_unread_hot.svg
Normal file
@@ -0,0 +1,91 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="30px"
|
||||
height="30px" viewBox="0 0 30 30" style="enable-background:new 0 0 30 30;" xml:space="preserve">
|
||||
<g id="forum_x5F_link" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#0090F5;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,10.038"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,10.038"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#0090F5;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="15" x2="19.961" y2="15"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#0090F5;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="15" x2="15" y2="10.038"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#0090F5;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="15" x2="15" y2="19.961"/>
|
||||
</g>
|
||||
<g id="icon_x5F_unread_x5F_locked" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#BD0000;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#BD0000;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="10.038" x2="19.961" y2="19.961"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#BD0000;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="10.038" x2="10.038" y2="19.961"/>
|
||||
</g>
|
||||
<g id="icon_x5F_read_x5F_locked" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#CCCCCC;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#CCCCCC;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="10.038" x2="19.961" y2="19.961"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#CCCCCC;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="10.038" x2="10.038" y2="19.961"/>
|
||||
</g>
|
||||
<g id="icon_x5F_unread">
|
||||
<g>
|
||||
<path style="fill:#84BD00;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
<path style="fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="M19.961,19.961"/>
|
||||
<path style="fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="M10.038,10.038"/>
|
||||
<path style="fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="M10.038,19.961"/>
|
||||
<path style="fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="M19.961,10.038"/>
|
||||
|
||||
<line style="fill:none;stroke:#84BD00;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="15" x2="15" y2="19.961"/>
|
||||
|
||||
<line style="fill:none;stroke:#84BD00;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="15" y1="19.961" x2="19.961" y2="10.038"/>
|
||||
</g>
|
||||
<g id="icon_x5F_read" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#CCCCCC;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,10.038"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,10.038"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#CCCCCC;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="15" x2="19.961" y2="15"/>
|
||||
</g>
|
||||
<g id="mine__x28_unread_x29_" style="display:none;">
|
||||
|
||||
<circle style="display:inline;fill:#84BD00;stroke:#FFFFFF;stroke-width:2;stroke-miterlimit:10;" cx="25.019" cy="5.127" r="3.4"/>
|
||||
</g>
|
||||
<g id="mine__x28_locked_x29_" style="display:none;">
|
||||
|
||||
<circle style="display:inline;fill:#BD0000;stroke:#FFFFFF;stroke-width:2;stroke-miterlimit:10;" cx="25.019" cy="5.127" r="3.4"/>
|
||||
</g>
|
||||
<g id="mine__x28_read_x29_" style="display:none;">
|
||||
|
||||
<circle style="display:inline;fill:#CCCCCC;stroke:#FFFFFF;stroke-width:2;stroke-miterlimit:10;" cx="25.019" cy="5.127" r="3.4"/>
|
||||
</g>
|
||||
<g id="hot">
|
||||
<circle style="fill:#FFA200;stroke:#FFFFFF;stroke-width:2;stroke-miterlimit:10;" cx="5.113" cy="24.899" r="3.401"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 5.7 KiB |
@@ -0,0 +1,90 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="30px"
|
||||
height="30px" viewBox="0 0 30 30" style="enable-background:new 0 0 30 30;" xml:space="preserve">
|
||||
<g id="forum_x5F_link" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#0090F5;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,10.038"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,10.038"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#0090F5;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="15" x2="19.961" y2="15"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#0090F5;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="15" x2="15" y2="10.038"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#0090F5;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="15" x2="15" y2="19.961"/>
|
||||
</g>
|
||||
<g id="icon_x5F_unread_x5F_locked" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#BD0000;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#BD0000;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="10.038" x2="19.961" y2="19.961"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#BD0000;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="10.038" x2="10.038" y2="19.961"/>
|
||||
</g>
|
||||
<g id="icon_x5F_read_x5F_locked" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#CCCCCC;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#CCCCCC;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="10.038" x2="19.961" y2="19.961"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#CCCCCC;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="10.038" x2="10.038" y2="19.961"/>
|
||||
</g>
|
||||
<g id="icon_x5F_unread">
|
||||
<g>
|
||||
<path style="fill:#84BD00;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
<path style="fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="M19.961,19.961"/>
|
||||
<path style="fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="M10.038,10.038"/>
|
||||
<path style="fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="M10.038,19.961"/>
|
||||
<path style="fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="M19.961,10.038"/>
|
||||
|
||||
<line style="fill:none;stroke:#84BD00;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="15" x2="15" y2="19.961"/>
|
||||
|
||||
<line style="fill:none;stroke:#84BD00;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="15" y1="19.961" x2="19.961" y2="10.038"/>
|
||||
</g>
|
||||
<g id="icon_x5F_read" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#CCCCCC;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,10.038"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,10.038"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#CCCCCC;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="15" x2="19.961" y2="15"/>
|
||||
</g>
|
||||
<g id="mine__x28_unread_x29_">
|
||||
<circle style="fill:#84BD00;stroke:#FFFFFF;stroke-width:2;stroke-miterlimit:10;" cx="25.019" cy="5.127" r="3.4"/>
|
||||
</g>
|
||||
<g id="mine__x28_locked_x29_" style="display:none;">
|
||||
|
||||
<circle style="display:inline;fill:#BD0000;stroke:#FFFFFF;stroke-width:2;stroke-miterlimit:10;" cx="25.019" cy="5.127" r="3.4"/>
|
||||
</g>
|
||||
<g id="mine__x28_read_x29_" style="display:none;">
|
||||
|
||||
<circle style="display:inline;fill:#CCCCCC;stroke:#FFFFFF;stroke-width:2;stroke-miterlimit:10;" cx="25.019" cy="5.127" r="3.4"/>
|
||||
</g>
|
||||
<g id="hot">
|
||||
<circle style="fill:#FFA200;stroke:#FFFFFF;stroke-width:2;stroke-miterlimit:10;" cx="5.113" cy="24.899" r="3.401"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 5.6 KiB |
42
styles/Milk_v2/theme/images/icons/svg/icon_unread_locked.svg
Normal file
@@ -0,0 +1,42 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="30px"
|
||||
height="30px" viewBox="0 0 30 30" style="enable-background:new 0 0 30 30;" xml:space="preserve">
|
||||
<g id="forum_x5F_read" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#E3E3E3;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,10.038"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,10.038"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#E3E3E3;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="15" x2="19.961" y2="15"/>
|
||||
</g>
|
||||
<g id="forum_x5F_read_x5F_locked" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#E3E3E3;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#E3E3E3;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="10.038" x2="19.961" y2="19.961"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#E3E3E3;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="10.038" x2="10.038" y2="19.961"/>
|
||||
</g>
|
||||
<g id="forum_x5F_unread_x5F_locked">
|
||||
<g>
|
||||
<path style="fill:#BD0000;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
|
||||
<line style="fill:none;stroke:#BD0000;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="10.038" x2="19.961" y2="19.961"/>
|
||||
|
||||
<line style="fill:none;stroke:#BD0000;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="10.038" x2="10.038" y2="19.961"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.6 KiB |
@@ -0,0 +1,142 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="30px"
|
||||
height="30px" viewBox="0 0 30 30" style="enable-background:new 0 0 30 30;" xml:space="preserve">
|
||||
<g id="icon_x5F_unread_x5F_locked" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#BD0000;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#BD0000;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="10.038" x2="19.961" y2="19.961"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#BD0000;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="10.038" x2="10.038" y2="19.961"/>
|
||||
</g>
|
||||
<g id="icon_x5F_unread_x5F_locked_x5F_mine">
|
||||
<g>
|
||||
<path style="fill:#BD0000;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
|
||||
<line style="fill:none;stroke:#BD0000;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="10.038" x2="19.961" y2="19.961"/>
|
||||
|
||||
<line style="fill:none;stroke:#BD0000;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="10.038" x2="10.038" y2="19.961"/>
|
||||
|
||||
<circle style="fill:#BD0000;stroke:#FFFFFF;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" cx="25.019" cy="5.127" r="3.401"/>
|
||||
</g>
|
||||
<g id="icon_x5F_read_x5F_locked" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#CCCCCC;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#CCCCCC;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="10.038" x2="19.961" y2="19.961"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#CCCCCC;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="10.038" x2="10.038" y2="19.961"/>
|
||||
</g>
|
||||
<g id="icon_x5F_read_x5F_locked_x5F_mine" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#CCCCCC;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#CCCCCC;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="10.038" x2="19.961" y2="19.961"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#CCCCCC;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="10.038" x2="10.038" y2="19.961"/>
|
||||
|
||||
<circle style="display:inline;fill:#CCCCCC;stroke:#FFFFFF;stroke-width:2;stroke-miterlimit:10;" cx="25.019" cy="5.127" r="3.401"/>
|
||||
</g>
|
||||
<g id="icon_x5F_read" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#CCCCCC;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,10.038"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,10.038"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#CCCCCC;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="15" x2="19.961" y2="15"/>
|
||||
</g>
|
||||
<g id="icon_x5F_read_x5F_mine" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#CCCCCC;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,10.038"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,10.038"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#CCCCCC;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="15" x2="19.961" y2="15"/>
|
||||
|
||||
<circle style="display:inline;fill:#CCCCCC;stroke:#FFFFFF;stroke-width:2;stroke-miterlimit:10;" cx="25.019" cy="5.127" r="3.401"/>
|
||||
</g>
|
||||
<g id="icon_x5F_unread" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#84BD00;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,10.038"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,10.038"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#84BD00;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="15" x2="15" y2="19.961"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#84BD00;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="15" y1="19.961" x2="19.961" y2="10.038"/>
|
||||
</g>
|
||||
<g id="icon_x5F_unread_x5F_mine" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#84BD00;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,10.038"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,10.038"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#84BD00;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="15" x2="15" y2="19.961"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#84BD00;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="15" y1="19.961" x2="19.961" y2="10.038"/>
|
||||
|
||||
<circle style="display:inline;fill:#84BD00;stroke:#FFFFFF;stroke-width:2;stroke-miterlimit:10;" cx="25.019" cy="5.127" r="3.4"/>
|
||||
</g>
|
||||
<g id="forum_x5F_link" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#0090F5;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,10.038"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,10.038"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#0090F5;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="15" x2="19.961" y2="15"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#0090F5;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="15" x2="15" y2="10.038"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#0090F5;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="15" x2="15" y2="19.961"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 9.0 KiB |
125
styles/Milk_v2/theme/images/icons/svg/icon_unread_mine.svg
Normal file
@@ -0,0 +1,125 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="30px"
|
||||
height="30px" viewBox="0 0 30 30" style="enable-background:new 0 0 30 30;" xml:space="preserve">
|
||||
<g id="icon_x5F_unread_x5F_locked" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#BD0000;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#BD0000;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="10.038" x2="19.961" y2="19.961"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#BD0000;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="10.038" x2="10.038" y2="19.961"/>
|
||||
</g>
|
||||
<g id="icon_x5F_read_x5F_locked" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#CCCCCC;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#CCCCCC;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="10.038" x2="19.961" y2="19.961"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#CCCCCC;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="10.038" x2="10.038" y2="19.961"/>
|
||||
</g>
|
||||
<g id="icon_x5F_read_x5F_locked_x5F_mine" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#CCCCCC;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#CCCCCC;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="10.038" x2="19.961" y2="19.961"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#CCCCCC;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="10.038" x2="10.038" y2="19.961"/>
|
||||
|
||||
<circle style="display:inline;fill:#CCCCCC;stroke:#FFFFFF;stroke-width:2;stroke-miterlimit:10;" cx="25.019" cy="5.127" r="3.401"/>
|
||||
</g>
|
||||
<g id="icon_x5F_read" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#CCCCCC;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,10.038"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,10.038"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#CCCCCC;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="15" x2="19.961" y2="15"/>
|
||||
</g>
|
||||
<g id="icon_x5F_read_x5F_mine" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#CCCCCC;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,10.038"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,10.038"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#CCCCCC;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="15" x2="19.961" y2="15"/>
|
||||
|
||||
<circle style="display:inline;fill:#CCCCCC;stroke:#FFFFFF;stroke-width:2;stroke-miterlimit:10;" cx="25.019" cy="5.127" r="3.401"/>
|
||||
</g>
|
||||
<g id="icon_x5F_unread" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#84BD00;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,10.038"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,10.038"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#84BD00;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="15" x2="15" y2="19.961"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#84BD00;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="15" y1="19.961" x2="19.961" y2="10.038"/>
|
||||
</g>
|
||||
<g id="icon_x5F_unread_x5F_mine">
|
||||
<g>
|
||||
<path style="fill:#84BD00;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
<path style="fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="M19.961,19.961"/>
|
||||
<path style="fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="M10.038,10.038"/>
|
||||
<path style="fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="M10.038,19.961"/>
|
||||
<path style="fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="M19.961,10.038"/>
|
||||
|
||||
<line style="fill:none;stroke:#84BD00;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="15" x2="15" y2="19.961"/>
|
||||
|
||||
<line style="fill:none;stroke:#84BD00;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="15" y1="19.961" x2="19.961" y2="10.038"/>
|
||||
<circle style="fill:#84BD00;stroke:#FFFFFF;stroke-width:2;stroke-miterlimit:10;" cx="25.019" cy="5.127" r="3.4"/>
|
||||
</g>
|
||||
<g id="forum_x5F_link" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#0090F5;" d="M15,2c7.168,0,13,5.832,13,13c0,7.168-5.832,13-13,13C7.832,28,2,22.168,2,15C2,7.832,7.832,2,15,2
|
||||
M15,0C6.716,0,0,6.716,0,15s6.716,15,15,15s15-6.716,15-15S23.284,0,15,0L15,0z"/>
|
||||
</g>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,10.038"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M10.038,19.961"/>
|
||||
<path style="display:inline;fill:none;stroke:#1D1D1B;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" d="
|
||||
M19.961,10.038"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#0090F5;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="10.038" y1="15" x2="19.961" y2="15"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#0090F5;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="15" x2="15" y2="10.038"/>
|
||||
|
||||
<line style="display:inline;fill:none;stroke:#0090F5;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;" x1="19.961" y1="15" x2="15" y2="19.961"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 8.1 KiB |
0
styles/Milk_v2/theme/images/icons/svg/index.htm
Normal file
BIN
styles/Milk_v2/theme/images/icons_contact.png
Normal file
|
After Width: | Height: | Size: 8.3 KiB |
0
styles/Milk_v2/theme/images/index.htm
Normal file
BIN
styles/Milk_v2/theme/images/loading.gif
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
styles/Milk_v2/theme/images/logo.png
Normal file
|
After Width: | Height: | Size: 8.4 KiB |
BIN
styles/Milk_v2/theme/images/no_avatar.gif
Normal file
|
After Width: | Height: | Size: 930 B |
BIN
styles/Milk_v2/theme/images/plupload/done.gif
Normal file
|
After Width: | Height: | Size: 1.0 KiB |