aboutsummaryrefslogtreecommitdiff
path: root/public/ng/less/gogs/profile.less
diff options
context:
space:
mode:
authorMichael Boke <michael@mbict.nl>2014-10-03 22:51:07 +0200
committerMichael Boke <michael@mbict.nl>2014-10-03 22:51:07 +0200
commitba1270df2d3d835b397317f133963e7b517242f1 (patch)
tree1265a142a1fd9951d30ae11648e7fbfb5806e594 /public/ng/less/gogs/profile.less
parentba0feadc34400cb91ff23f66096884d862651cdd (diff)
parent405ee14711ab946bd709ec28a526890c40cbc03b (diff)
Merge remote-tracking branch 'upstream/master'
Conflicts: conf/app.ini
Diffstat (limited to 'public/ng/less/gogs/profile.less')
-rw-r--r--public/ng/less/gogs/profile.less57
1 files changed, 57 insertions, 0 deletions
diff --git a/public/ng/less/gogs/profile.less b/public/ng/less/gogs/profile.less
new file mode 100644
index 00000000..f618d260
--- /dev/null
+++ b/public/ng/less/gogs/profile.less
@@ -0,0 +1,57 @@
+.profile-avatar {
+ width: 200px;
+ height: 200px;
+ border-radius: 6px;
+}
+#profile-name {
+ padding: 10px 0;
+}
+#profile-fullname {
+ font-size: 1.6em;
+}
+#profile-username {
+ font-size: 1.6em;
+ font-weight: bold;
+}
+.profile-info {
+ padding: 0 50px;
+ font-size: 14px;
+ ul {
+ padding-bottom: 10px;
+ .list-group-item {
+ background-color: transparent;
+ padding-top: 5px;
+ color: #666;
+ }
+ .profile-rel {
+ width: 31%;
+ text-align: center;
+ display: inline-block;
+ strong {
+ display: block;
+ font-size: 28px;
+ font-weight: bold;
+ line-height: 1;
+ }
+ p {
+ font-size: 12px;
+ }
+ }
+ }
+}
+#profile-header {
+ li {
+ a {
+ font-size: 1.2em;
+ color: #444444;
+ padding: .4em .8em;
+ &:hover {
+ background-color: transparent;
+ color: @dashboardHeaderLinkHoverColor;
+ }
+ }
+ .current {
+ border-bottom: 2px solid #D26911;
+ }
+ }
+} \ No newline at end of file