Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
coopwire-hypothesis
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
孙灵跃 Leon Sun
coopwire-hypothesis
Commits
4f6f6799
Commit
4f6f6799
authored
Sep 20, 2013
by
Randall Leeds
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #740 from RawKStar77/CSStweaks
CSS Improvements
parents
d442316c
305f6c82
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
70 additions
and
22 deletions
+70
-22
common.scss
h/css/common.scss
+42
-17
sidebar.scss
h/css/sidebar.scss
+4
-2
site.scss
h/css/site.scss
+24
-3
No files found.
h/css/common.scss
View file @
4f6f6799
...
...
@@ -161,12 +161,23 @@ button, input[type=submit], .btn {
}
//Notifications///////////////////////////////
.notifications
{
padding
:
1em
0em
1em
1em
;
.paper
{
border
:
1px
solid
#75b8f3
;
}
}
//FLASH/TOAST/ALERTS///////////////////////////////
.toast
,
.annotator-notice
{
@include
border-radius
(
0
.1em
);
@include
border-radius
(
.1em
);
@include
smallshadow
;
@include
single-transition
(
opacity
,
.2s
);
padding
:
0
.3em
;
padding
:
.3em
;
font-family
:
$sansFontFamily
;
border
:
solid
1px
;
bottom
:
18%
;
...
...
@@ -286,7 +297,7 @@ blockquote {
font-family
:
$serifFontFamily
;
font-size
:
1em
;
margin-bottom
:
1em
;
padding
:
0
1
em
;
padding
:
0
.8
em
;
&
:before
,
&
:after
{
color
:
$grayLighter
;
...
...
@@ -325,7 +336,6 @@ blockquote {
.dropdown-toggle
{
@include
fonticon
(
"\002f"
,
right
,
0
);
cursor
:
pointer
;
padding
:
.5em
;
&
:active
{
outline
:
0
;
...
...
@@ -487,6 +497,19 @@ blockquote {
@include
fonticon
(
"\2a"
,
left
);
}
.cancel-icon
{
position
:
relative
;
top
:
2px
;
width
:
11px
;
height
:
11px
;
background-position
:
center
0
;
background-repeat
:
no-repeat
;
background-image
:
url(../images/embed/icons/cancel_search.png?1311104738)
;
cursor
:
pointer
;
&
:hover
{
background-position
:
center
-11px
;
}
}
//Controlbar Icons
.alwaysonhighlights-icon
{
@include
fonticon
(
"\e01b"
,
left
);
...
...
@@ -495,7 +518,6 @@ blockquote {
bottom
:
1px
;
left
:
3px
;
position
:
absolute
;
// text-shadow: -0.1em -0.1em #999;
}
.highlighter-icon
{
...
...
@@ -505,7 +527,6 @@ blockquote {
bottom
:
1px
;
left
:
3px
;
position
:
absolute
;
// text-shadow: -0.1em -0.1em #999;
}
.commenter-icon
{
...
...
@@ -515,7 +536,6 @@ blockquote {
bottom
:
1px
;
left
:
3px
;
position
:
absolute
;
// text-shadow: -0.1em -0.1em #999;
}
//VISIBILITY
...
...
@@ -671,6 +691,10 @@ blockquote {
padding
:
1em
;
padding-top
:
3
.5em
;
.domain
{
margin
:
.2em
0
.3em
;
}
.domain
.favicon
{
margin
:
0
.5em
;
}
...
...
@@ -698,6 +722,7 @@ blockquote {
&
:hover
{
color
:
$linkColorHover
;
cursor
:
pointer
;
text-decoration
:
underline
;
}
}
...
...
@@ -753,6 +778,7 @@ blockquote {
&
:hover
{
color
:
$linkColorHover
;
cursor
:
pointer
;
text-decoration
:
underline
;
}
}
}
...
...
@@ -823,8 +849,7 @@ blockquote {
white-space
:
nowrap
;
margin-top
:
0
;
margin-bottom
:
0
;
font-size
:
0
.95em
;
opacity
:
0
.8
;
font-size
:
.95em
;
}
.indicators
{
...
...
@@ -870,9 +895,9 @@ blockquote {
&
.pull-right
{
text-align
:
right
;
clear
:
both
;
&
>
*
{
padding-left
:
.8em
;
padding-right
:
0
;
}
}
...
...
@@ -895,7 +920,7 @@ blockquote {
position
:
relative
;
.go-icon
{
position
:
absolute
;
top
:
0
.33em
;
top
:
.33em
;
}
.share-div
{
margin-left
:
1
.5em
;
...
...
@@ -938,8 +963,8 @@ blockquote {
.button_controls
{
margin-left
:
1em
;
margin-right
:
1em
;
margin-bottom
:
0
.5em
;
margin-top
:
0
.5em
;
margin-bottom
:
.5em
;
margin-top
:
.5em
;
}
.stream-list
{
...
...
@@ -1062,12 +1087,12 @@ pre {outline: 1px solid #ccc; padding: 5px; margin: 5px; }
}
.annotation-header-border
{
padding
:
0
.5em
;
padding
:
.5em
;
overflow
:
hidden
;
}
.annotation-header-width
{
padding
:
0
.2em
;
padding
:
.2em
;
overflow
:
hidden
;
}
...
...
@@ -1143,7 +1168,7 @@ pre {outline: 1px solid #ccc; padding: 5px; margin: 5px; }
position
:
relative
;
right
:
2px
;
font-size
:
12px
;
opacity
:
0
.8
;
opacity
:
.8
;
&
:hover
{
opacity
:
1
;
}
...
...
@@ -1190,7 +1215,7 @@ h3.stream {
}
.small-inner
{
margin
:
0px
0
.5em
0px
1em
;
margin
:
0px
.5em
0px
1em
;
}
.search-container
{
...
...
h/css/sidebar.scss
View file @
4f6f6799
...
...
@@ -105,7 +105,7 @@ svg { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
.notification-counter
{
font-family
:
$sansFontFamily
;
position
:
absolute
;
margin-left
:
.
8
em
;
margin-left
:
.
75
em
;
float
:
left
;
margin-top
:
0
.37em
;
z-index
:
2
;
...
...
@@ -134,7 +134,7 @@ svg { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
.notif-list
{
margin-right
:
3
.85em
;
padding-top
:
.5em
;
box-shadow
:
1px
1px
9px
#b5d4ff
;
}
.top-padding
{
...
...
@@ -146,6 +146,8 @@ svg { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
.notif-text
{
font-family
:
$sansFontFamily
;
position
:
relative
;
bottom
:
2px
;
}
}
...
...
h/css/site.scss
View file @
4f6f6799
...
...
@@ -73,10 +73,31 @@ ol {
}
}
.topbar
.inner
{
@include
respond-to
(
tablets
)
{
padding-left
:
3
.6em
;
.topbar
{
position
:
relative
;
.inner
{
padding-left
:
.6em
;
margin
:
0
auto
;
max-width
:
$break-large
;
@include
respond-to
(
tablets
)
{
padding-left
:
3
.6em
;
margin
:
0
auto
;
max-width
:
$break-large
;
}
@include
respond-to
(
handhelds
)
{
padding
:
0
.6em
;
margin
:
0
auto
;
max-width
:
$break-large
;
}
}
}
.user
{
font-weight
:
bold
;
font-size
:
1
.1em
;
&
:hover
{
color
:
$linkColorHover
;
cursor
:
pointer
;
text-decoration
:
underline
;
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment