Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b18eccf

Browse files
taigacutetaigacute
taigacute
authored and
taigacute
committed
Add pro sign
1 parent cfa392f commit b18eccf

26 files changed

+48
-30
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
"gulp-jshint": "^2.1.0",
2626
"gulp-minify-css": "^1.2.4",
2727
"gulp-notify": "^3.2.0",
28-
"gulp-rename": "^1.2.2",
28+
"gulp-rename": "^1.4.0",
2929
"gulp-rev-ayou": "^1.0.1",
3030
"gulp-rev-collector-ayou": "^1.0.0",
31-
"gulp-uglify": "^3.0.0",
32-
"jshint": "^2.9.5"
31+
"gulp-uglify": "^3.0.2",
32+
"jshint": "^2.10.2"
3333
}
3434
}

static/css/main.css

100644100755
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ a.tab_current:hover {background-color: #445; color: #fff; text-decoration: none;
4343
.wrapper {margin-top: -20px;}
4444

4545
.box_white { background: #FFF; clear: both; overflow: hidden; margin-left: -5px; margin-right: -5px; }
46+
.article-prosign{width: 62px;position: absolute;z-index: 2;right: 20px;top: 110px;background-color: #6f42c1;border-radius: 2px;box-shadow: inset 0 -1px 0 rgba(27, 31, 35, 0.12);color: #fff;display: inline-block;font-weight: 600;line-height: 1;padding: 3px 4px;text-align: center;}
4647

4748
.container .header_title { height: 60px; }
4849
.container .banner { height: 20px; }
@@ -85,6 +86,7 @@ a.tab_current:hover {background-color: #445; color: #fff; text-decoration: none;
8586

8687
.sidebar .box {-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;-webkit-box-shadow: 0 0px 2px rgba(0,0,0,0.05);-moz-box-shadow: 0 0px 2px rgba(0,0,0,0.1);box-shadow: 0 0px 2px rgba(0,0,0,0.05); clear:both; overflow: hidden; margin: 5px;}
8788
.sidebar .avatar-area, .sidebar .profile-show { margin-left: 20px; }
89+
.sidebar .profile-show .pro-sign{ background-color: #6f42c1;border-radius: 2px;box-shadow: inset 0 -1px 0 rgba(27, 31, 35, 0.12);color: #fff;display: inline-block;font-size: 12px;font-weight: 600;line-height: 1;padding: 3px 4px }
8890
.sidebar .inner { margin: 0 20px 10px 15px; font-size: 12px; }
8991

9092
.sidebar .sb-content { padding-bottom: 15px; }
@@ -453,4 +455,4 @@ img.avatar { -moz-border-radius: 4px; border-radius: 4px; }
453455

454456
#bottom .nav-content {
455457
margin: 0px auto 0px auto;
456-
}
458+
}

static/css/user.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.userinfo { padding:10px; }
2+
.userinfo .user-prosign{width: 80px;position: absolute;z-index: 2;right: 20px;top: 105px;background-color: #6f42c1;border-radius: 2px;box-shadow: inset 0 -1px 0 rgba(27, 31, 35, 0.12);color: #fff;display: inline-block;font-weight: 600;line-height: 1;padding: 3px 4px;text-align: center;}
23
.userinfo .pull-right { width:80px; }
34
.userinfo .pull-right a.btn { margin: 5px 10px 0px 4px; }
45
.userinfo ul {}
@@ -33,4 +34,4 @@
3334
.form-horizontal fieldset legend {font-size: 16px;font-weight: bold;margin-left:10px;}
3435

3536
.select-avatar {padding: 15px 10px 10px 10px;}
36-
.select-avatar .title {font-size: 16px;font-weight: bold;width: 100%;padding: 0;margin-bottom: 21px;line-height: inherit;color: #333333;border: 0;border-bottom: 1px solid #e5e5e5;margin-top: 0px;}
37+
.select-avatar .title {font-size: 16px;font-weight: bold;width: 100%;padding: 0;margin-bottom: 21px;line-height: inherit;color: #333333;border: 0;border-bottom: 1px solid #e5e5e5;margin-top: 0px;}

static/dist/css/modal.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/dist/css/sg_libs.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/dist/css/sg_styles.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -556,6 +556,7 @@ a.tab_current:hover {background-color: #445; color: #fff; text-decoration: none;
556556
.wrapper {margin-top: -20px;}
557557

558558
.box_white { background: #FFF; clear: both; overflow: hidden; margin-left: -5px; margin-right: -5px; }
559+
.article-prosign{width: 62px;position: absolute;z-index: 2;right: 20px;top: 110px;background-color: #6f42c1;border-radius: 2px;box-shadow: inset 0 -1px 0 rgba(27, 31, 35, 0.12);color: #fff;display: inline-block;font-weight: 600;line-height: 1;padding: 3px 4px;text-align: center;}
559560

560561
.container .header_title { height: 60px; }
561562
.container .banner { height: 20px; }
@@ -598,6 +599,7 @@ a.tab_current:hover {background-color: #445; color: #fff; text-decoration: none;
598599

599600
.sidebar .box {-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;-webkit-box-shadow: 0 0px 2px rgba(0,0,0,0.05);-moz-box-shadow: 0 0px 2px rgba(0,0,0,0.1);box-shadow: 0 0px 2px rgba(0,0,0,0.05); clear:both; overflow: hidden; margin: 5px;}
600601
.sidebar .avatar-area, .sidebar .profile-show { margin-left: 20px; }
602+
.sidebar .profile-show .pro-sign{ background-color: #6f42c1;border-radius: 2px;box-shadow: inset 0 -1px 0 rgba(27, 31, 35, 0.12);color: #fff;display: inline-block;font-size: 12px;font-weight: 600;line-height: 1;padding: 3px 4px }
601603
.sidebar .inner { margin: 0 20px 10px 15px; font-size: 12px; }
602604

603605
.sidebar .sb-content { padding-bottom: 15px; }
@@ -966,7 +968,8 @@ img.avatar { -moz-border-radius: 4px; border-radius: 4px; }
966968

967969
#bottom .nav-content {
968970
margin: 0px auto 0px auto;
969-
}
971+
}
972+
970973
form .md-toolbar ul { margin-bottom:2px;}
971974
form .md-toolbar ul a { -moz-border-radius: 8px;-webkit-border-radius: 8px;border-radius: 8px;padding: 0 5px;line-height: 18px;font-size: 12px;margin-right: 6px;text-shadow: 0;color: #444;border: 1px solid #fff;}
972975
form .md-toolbar ul a:hover { text-decoration: none;}
@@ -1412,6 +1415,7 @@ border-bottom: 1px solid #DDD;}
14121415
.subtle {background-color: #fffff9; border-left: 3px solid #fffbc1; padding: 10px; font-size: 12px; line-height: 120%; text-align: left; border-bottom: 1px solid #e2e2e2; }
14131416
.append_content { font-size: 14px; line-height: 1.6; color: #000; word-wrap: break-word; }
14141417
.userinfo { padding:10px; }
1418+
.userinfo .user-prosign{width: 80px;position: absolute;z-index: 2;right: 20px;top: 105px;background-color: #6f42c1;border-radius: 2px;box-shadow: inset 0 -1px 0 rgba(27, 31, 35, 0.12);color: #fff;display: inline-block;font-weight: 600;line-height: 1;padding: 3px 4px;text-align: center;}
14151419
.userinfo .pull-right { width:80px; }
14161420
.userinfo .pull-right a.btn { margin: 5px 10px 0px 4px; }
14171421
.userinfo ul {}
@@ -1446,4 +1450,4 @@ border-bottom: 1px solid #DDD;}
14461450
.form-horizontal fieldset legend {font-size: 16px;font-weight: bold;margin-left:10px;}
14471451

14481452
.select-avatar {padding: 15px 10px 10px 10px;}
1449-
.select-avatar .title {font-size: 16px;font-weight: bold;width: 100%;padding: 0;margin-bottom: 21px;line-height: inherit;color: #333333;border: 0;border-bottom: 1px solid #e5e5e5;margin-top: 0px;}
1453+
.select-avatar .title {font-size: 16px;font-weight: bold;width: 100%;padding: 0;margin-bottom: 21px;line-height: inherit;color: #333333;border: 0;border-bottom: 1px solid #e5e5e5;margin-top: 0px;}

static/dist/css/sg_styles.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/dist/js/account.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)