Van
2019-02-11 01:06:43 +08:00
parent dd015bb41e
commit d7e9db917c
289 changed files with 4122 additions and 2277 deletions

View File

@@ -1,3 +1,20 @@
/**
* Solo - A small and beautiful blogging system written in Java.
* Copyright (c) 2010-2019, b3log.org & hacpai.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
@charset "utf-8";
body {
margin:0;
@@ -540,74 +557,6 @@ cursor: hand;
border-color:#76B33A #98C64C #98C64C #76B33A;
color:#074A7E;
}
#commentURLLabel,#commentURLLabelReply {
background:url("../images/textfield.gif") repeat-x scroll 50% 0 #FFFFFF;
border:1px solid #A6A6A6;
border-right:0px;
float:left;
height:20px;
line-height:20px;
padding-left:2px;
}
#commentURL,#commentURLReply {
border-left:0 none;
width:157px;
}
.em00,.em01,.em02,.em03,.em04,.em05,.em06,.em07,.em08,.em09,.em10,.em11,.em12,.em13,.em14 {
background-image:url("../images/emotions/emotions-ease.png");
float:left;
height:24px;
margin-right:5px;
width:24px;
}
.error-msg {
color:#3366CC;
}
#emotions span {
cursor:pointer;
}
.em01 {
background-position:-24px 0;
}
.em02 {
background-position:-48px 0;
}
.em03 {
background-position:-72px 0;
}
.em04 {
background-position:-96px 0;
}
.em05 {
background-position:0px -24px;
}
.em06 {
background-position:-24px -24px;
}
.em07 {
background-position:-48px -24px;
}
.em08 {
background-position:-72px -24px;
}
.em09 {
background-position:-96px -24px;
}
.em10 {
background-position:0 -48px;
}
.em11 {
background-position:-24px -48px;
}
.em12 {
background-position:-48px -48px;
}
.em13 {
background-position:-72px -48px;
}
.em14 {
background-position:-96px -48px;
}
.em-span {
line-height:24px;
float:left;

1
skins/5styles/css/5styles.min.css vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -1,3 +1,20 @@
/**
* Solo - A small and beautiful blogging system written in Java.
* Copyright (c) 2010-2019, b3log.org & hacpai.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
#wrap{ margin:0 auto; padding:0; width:900px; border-left:3px solid #424242; border-right:3px solid #424242; background:url(../images/side-bg.gif) repeat-y right;}
#maincontent{ float:left; margin:0 0 0 -271px; padding:0; display:inline;width: 100%;}
#maincontent .forFlow{ margin:0 0 0 271px;}

1
skins/5styles/css/layout1.min.css vendored Normal file
View File

@@ -0,0 +1 @@
#maincontent,#sidebar{padding:0;display:inline}#wrap{margin:0 auto;padding:0;width:900px;border-left:3px solid #424242;border-right:3px solid #424242;background:url(../images/side-bg.gif) right repeat-y}#maincontent{float:left;margin:0 0 0 -271px;width:100%}#maincontent .forFlow{margin:0 0 0 271px}#sidebar{float:right;margin:10px;width:250px}

View File

@@ -1,3 +1,20 @@
/**
* Solo - A small and beautiful blogging system written in Java.
* Copyright (c) 2010-2019, b3log.org & hacpai.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
#wrap{ margin:0 auto; padding:0; width:900px; border-left:3px solid #424242; border-right:3px solid #424242; background:url(../images/side-bg.gif) repeat-y left;}
#maincontent{ float:right; margin:0 0 0 -271px; padding:0; display:inline;width: 100%;}
#maincontent .forFlow{ margin:0 0 0 271px; float: none; width: auto;}

1
skins/5styles/css/layout2.min.css vendored Normal file
View File

@@ -0,0 +1 @@
#maincontent,#sidebar{padding:0;display:inline}#wrap{margin:0 auto;padding:0;width:900px;border-left:3px solid #424242;border-right:3px solid #424242;background:url(../images/side-bg.gif) left repeat-y}#maincontent{float:right;margin:0 0 0 -271px;width:100%}#maincontent .forFlow{margin:0 0 0 271px;float:none;width:auto}#sidebar{float:left;margin:10px;width:250px}

View File

@@ -1,3 +1,20 @@
/**
* Solo - A small and beautiful blogging system written in Java.
* Copyright (c) 2010-2019, b3log.org & hacpai.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
#wrap{margin:0 auto; padding:0; width:900px; border-left:3px solid #424242; border-right:3px solid #424242;}
#maincontent{float:right; margin:0 0 0 0px; padding:0; display:inline;width: 100%;}
#maincontent .forFlow{margin:0 0 0 0px; float: none; width: auto;}

1
skins/5styles/css/layout3.min.css vendored Normal file
View File

@@ -0,0 +1 @@
#wrap{margin:0 auto;padding:0;width:900px;border-left:3px solid #424242;border-right:3px solid #424242}#maincontent{float:right;margin:0;padding:0;display:inline;width:100%}#maincontent .forFlow{margin:0;float:none;width:auto}#sidebar{display:none}

View File

@@ -1,3 +1,20 @@
/**
* Solo - A small and beautiful blogging system written in Java.
* Copyright (c) 2010-2019, b3log.org & hacpai.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
#wrap{ margin:0 auto; padding:0; width:100%; background:url(../images/side-bg.gif) repeat-y right;}
#maincontent{ float:left; margin:0 0 0 -271px; padding:0; display:inline;width: 100%;}
#maincontent .forFlow{ margin:0 0 0 271px;}

1
skins/5styles/css/layout4.min.css vendored Normal file
View File

@@ -0,0 +1 @@
#maincontent,#sidebar{padding:0;display:inline}#wrap{margin:0 auto;padding:0;width:100%;background:url(../images/side-bg.gif) right repeat-y}#maincontent{float:left;margin:0 0 0 -271px;width:100%}#maincontent .forFlow{margin:0 0 0 271px}#sidebar{float:right;margin:10px;width:250px}

View File

@@ -1,3 +1,20 @@
/**
* Solo - A small and beautiful blogging system written in Java.
* Copyright (c) 2010-2019, b3log.org & hacpai.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
#wrap{margin:0 auto;padding:0;width:100%;background:url(../images/side-bg.gif) repeat-y left;}
#maincontent{float:right;margin:0 0 0 -271px;padding:0;display:inline;width:100%;}
#maincontent .forFlow{margin:0 0 0 271px;float: none;width: auto;}

1
skins/5styles/css/layout5.min.css vendored Normal file
View File

@@ -0,0 +1 @@
#maincontent,#sidebar{padding:0;display:inline}#wrap{margin:0 auto;padding:0;width:100%;background:url(../images/side-bg.gif) left repeat-y}#maincontent{float:right;margin:0 0 0 -271px;width:100%}#maincontent .forFlow{margin:0 0 0 271px;float:none;width:auto}#sidebar{float:left;margin:10px;width:250px}