Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
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
edx
edx-platform
Commits
21d8f47a
Commit
21d8f47a
authored
Feb 16, 2012
by
kaishin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Finished styling the sidebar
parent
439f6298
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
229 additions
and
195 deletions
+229
-195
sass/discussion/_askbot-original.scss
+194
-193
sass/discussion/_sidebar.scss
+35
-2
No files found.
sass/discussion/_askbot-original.scss
View file @
21d8f47a
//
O
riginal styles
//
o
riginal styles
// body {
// background: #
FFF
;
// background: #
fff
;
// font-size: 14px;
// line-height: 150%;
// margin: 0;
// padding: 0;
// color: #000;
// font-family:
A
rial; }
// font-family:
a
rial; }
// div {
// margin: 0 auto;
...
...
@@ -27,7 +27,7 @@
// input, select {
// vertical-align: middle;
// font-family:
Trebuchet MS,"segoe ui",Helvetica,Tahoma,Verdana,MingLiu,PMingLiu,A
rial,sans-serif;
// font-family:
trebuchet ms,"segoe ui",helvetica,tahoma,verdana,mingliu,pmingliu,a
rial,sans-serif;
// margin-left: 0px; }
// textarea:focus, input:focus {
...
...
@@ -73,23 +73,23 @@
// margin: 3px 3px 4px 3px; }
// pre {
// font-family:
Consolas, Monaco, Liberation Mono, Lucida Console, M
onospace;
// font-family:
consolas, monaco, liberation mono, lucida console, m
onospace;
// font-size: 100%;
// margin-bottom: 10px;
// background-color: #
F5F5F
5;
// background-color: #
f5f5f
5;
// padding-left: 5px;
// padding-top: 5px;
// padding-bottom: 20px; }
// code {
// font-family:
Consolas, Monaco, Liberation Mono, Lucida Console, M
onospace;
// font-family:
consolas, monaco, liberation mono, lucida console, m
onospace;
// font-size: 100%; }
// blockquote {
// margin-bottom: 10px;
// margin-right: 15px;
// padding: 10px 0px 1px 10px;
// background-color: #
F5F5F
5; }
// background-color: #
f5f5f
5; }
// * html {
// .clearfix, .paginator {
...
...
@@ -148,14 +148,14 @@ body.user-messages {
text-align
:
center
;
background-color
:
#f5dd69
;
border-top
:
#fff
1px
solid
;
font-family
:
'
Yanone K
affeesatz'
,
sans-serif
;
font-family
:
'
yanone k
affeesatz'
,
sans-serif
;
p
.notification
{
margin-top
:
6px
;
margin-bottom
:
6px
;
font-size
:
16px
;
color
:
#424242
;
}
}
#close
N
otify
{
#close
n
otify
{
position
:
absolute
;
right
:
5px
;
top
:
7px
;
...
...
@@ -172,7 +172,7 @@ body.user-messages {
#header
{
margin-top
:
0px
;
background
:
#16160f
;
font-family
:
'
Yanone K
affeesatz'
,
sans-serif
;
}
font-family
:
'
yanone k
affeesatz'
,
sans-serif
;
}
/*.content-wrapper {
width: 960px;
...
...
@@ -185,7 +185,7 @@ body.user-messages {
width
:
auto
;
float
:
left
;
}
#user
ToolsN
av
{
#user
toolsn
av
{
height
:
20px
;
padding-bottom
:
5px
;
a
{
...
...
@@ -208,7 +208,7 @@ body.user-messages {
margin
:
0
;
text-decoration
:
none
;
}
}
#meta
N
av
{
#meta
n
av
{
float
:
right
;
a
{
color
:
#e2e2ae
;
...
...
@@ -225,42 +225,42 @@ body.user-messages {
text-decoration
:
underline
;
}
&
.on
{
font-weight
:
bold
;
color
:
#
FFF
;
color
:
#
fff
;
text-decoration
:
none
;
}
&
.special
{
font-size
:
18px
;
color
:
#
B02B2C
;
color
:
#
b02b2c
;
font-weight
:
bold
;
text-decoration
:
none
;
&
:hover
{
text-decoration
:
underline
;
}
}
}
#nav
T
ags
{
#nav
t
ags
{
background
:
-50px
-5px
url(../images/sprites.png)
no-repeat
;
}
#nav
U
sers
{
#nav
u
sers
{
background
:
-125px
-5px
url(../images/sprites.png)
no-repeat
;
}
#nav
B
adges
{
#nav
b
adges
{
background
:
-210px
-5px
url(../images/sprites.png)
no-repeat
;
}
}
// #header {
// &.with-logo #user
ToolsN
av {
// &.with-logo #user
toolsn
av {
// position: absolute;
// bottom: 0;
// right: 0px; }
// &.without-logo {
// #user
ToolsN
av {
// #user
toolsn
av {
// float: left;
// margin-top: 7px; }
// #meta
N
av {
// #meta
n
av {
// margin-bottom: 7px; } } }
// #secondary
H
eader {
// #secondary
h
eader {
// height: 55px;
// background: #e9e9e1;
// border-bottom: #d3d3c2 1px solid;
// border-top: #fcfcfc 1px solid;
// margin-bottom: 10px;
// font-family: '
Yanone K
affeesatz',sans-serif;
// #home
B
utton {
// font-family: '
yanone k
affeesatz',sans-serif;
// #home
b
utton {
// border-right: #afaf9e 1px solid;
// background: -6px -36px url(../images/sprites.png) no-repeat;
// height: 55px;
...
...
@@ -269,7 +269,7 @@ body.user-messages {
// float: left;
// &:hover {
// background: -51px -36px url(../images/sprites.png) no-repeat; } }
// #scope
W
rapper {
// #scope
w
rapper {
// width: 688px;
// float: left;
// a {
...
...
@@ -286,7 +286,7 @@ body.user-messages {
// .ask-message {
// font-size: 24px; } } }
#search
B
ar
{
#search
b
ar
{
display
:
inline-block
;
background-color
:
#fff
;
width
:
412px
;
...
...
@@ -294,28 +294,28 @@ body.user-messages {
float
:
right
;
height
:
42px
;
margin
:
6px
0px
0px
15px
;
.search
Input
,
.searchInputC
ancelable
{
.search
input
,
.searchinputc
ancelable
{
font-size
:
30px
;
height
:
40px
;
font-weight
:
300
;
background
:
#
FFF
;
background
:
#
fff
;
border
:
0px
;
color
:
#484848
;
padding-left
:
10px
;
font-family
:
A
rial
;
font-family
:
a
rial
;
vertical-align
:
middle
;
}
.search
I
nput
{
.search
i
nput
{
width
:
352px
;
}
.search
InputC
ancelable
{
.search
inputc
ancelable
{
width
:
317px
;
}
.logoutsearch
{
width
:
337px
;
}
.search
B
tn
{
.search
b
tn
{
font-size
:
10px
;
color
:
#666
;
background-color
:
#eee
;
height
:
42px
;
border
:
#
FFF
1px
solid
;
border
:
#
fff
1px
solid
;
line-height
:
22px
;
text-align
:
center
;
float
:
right
;
...
...
@@ -325,7 +325,7 @@ body.user-messages {
cursor
:
pointer
;
&
:hover
{
background
:
-146px
-36px
url(../images/sprites.png)
no-repeat
;
}
}
.cancel
SearchB
tn
{
.cancel
searchb
tn
{
font-size
:
30px
;
color
:
#ce8888
;
background
:
#fff
;
...
...
@@ -338,14 +338,14 @@ body.user-messages {
&
:hover
{
color
:
#d84040
;
}
}
}
body
.anon
#search
B
ar
{
body
.anon
#search
b
ar
{
width
:
500px
;
.search
I
nput
{
.search
i
nput
{
width
:
440px
;
}
.search
InputC
ancelable
{
.search
inputc
ancelable
{
width
:
405px
;
}
}
#ask
B
utton
{
#ask
b
utton
{
background
:
url(../images/bigbutton.png)
repeat-x
bottom
;
line-height
:
44px
;
text-align
:
center
;
...
...
@@ -371,18 +371,18 @@ body.anon #searchBar {
-moz-text-shadow
:
0px
1px
0px
#c6d9dd
;
-webkit-text-shadow
:
0px
1px
0px
#c6d9dd
;
}
}
/*#
ContentL
eft {
/*#
contentl
eft {
width: 730px;
float: left;
position: relative;
padding-bottom: 10px; }
#
ContentR
ight {
#
contentr
ight {
width: 200px;
float: right;
padding: 0 0px 10px 0px; }*/
#
ContentF
ull
{
#
contentf
ull
{
float
:
left
;
width
:
960px
;
}
...
...
@@ -406,14 +406,14 @@ body.anon #searchBar {
// // color: #656565;
// /*padding-right: 10px;*/
// /*margin-bottom: 10px;*/
// /*font-family: '
Yanone K
affeesatz',sans-serif;*/
// /*font-family: '
yanone k
affeesatz',sans-serif;*/
}
// h3 {
// /*color: #4a757f;*/
// /*font-size: 18px;*/
// text-align: left;
// font-weight: normal;
// /*font-family: '
Yanone K
affeesatz',sans-serif;*/
// /*font-family: '
yanone k
affeesatz',sans-serif;*/
// padding-left: 0px; }
// .contributorback {
// background: #eceeeb url(../images/contributorsback.png) no-repeat center left; }
...
...
@@ -423,10 +423,10 @@ body.anon #searchBar {
// display: block;
// float: right;
// text-align: left;
// font-family: '
Yanone K
affeesatz',sans-serif;
// font-family: '
yanone k
affeesatz',sans-serif;
// width: 80px;
// margin-right: 18px; }
// #display
TagFilterC
ontrol label {
// #display
tagfilterc
ontrol label {
// width: 160px; }
// ul {
// margin-left: 22px; }
...
...
@@ -442,16 +442,16 @@ body.anon #searchBar {
// padding: 0;
// line-height: 170%;
// display: block; }
// #display
TagFilterC
ontrol p label {
// #display
tagfilterc
ontrol p label {
// color: #707070;
// font-size: 15px; }
/*.inputs {
#interesting
TagInput, #ignoredTagI
nput {
#interesting
taginput, #ignoredtagi
nput {
width: 153px;
padding-left: 5px;
border: #c9c9b5 1px solid;
height: 25px; }
#interesting
TagAdd, #ignoredTagA
dd {
#interesting
tagadd, #ignoredtaga
dd {
background: url(../images/small-button-blue.png) repeat-x top;
border: 0;
color: #4a757f;
...
...
@@ -472,7 +472,7 @@ body.anon #searchBar {
-webkit-box-shadow: 1px 1px 2px #808080;
-moz-box-shadow: 1px 1px 2px #808080;
box-shadow: 1px 1px 2px #808080; }
#interesting
TagAdd:hover, #ignoredTagA
dd:hover {
#interesting
tagadd:hover, #ignoredtaga
dd:hover {
background: url(../images/small-button-blue.png) repeat-x bottom; } }*/
// img.gravatar {
// margin: 1px; }
...
...
@@ -483,7 +483,7 @@ body.anon #searchBar {
// line-height: 34px;
// text-align: center;
// border: 0;
// font-family: '
Yanone K
affeesatz',sans-serif;
// font-family: '
yanone k
affeesatz',sans-serif;
// color: #4a757f;
// font-weight: normal;
// font-size: 21px;
...
...
@@ -515,24 +515,25 @@ body.anon #searchBar {
// &.unfollow {
// display: inline;
// color: #a05736; } } } }
.favorite-number
{
padding
:
5px
0
0
5px
;
font-size
:
100%
;
font-family
:
Arial
;
font-weight
:
bold
;
color
:
#777
;
text-align
:
center
;
}
.notify-sidebar
#question-subscribe-sidebar
{
margin
:
7px
0
0
3px
;
}
}
.statsWidget
p
{
color
:
#707070
;
font-size
:
16px
;
border-bottom
:
#cccccc
1px
solid
;
font-size
:
13px
;
strong
{
float
:
right
;
padding-right
:
10px
;
}
}
// .favorite-number {
// padding: 5px 0 0 5px;
// font-size: 100%;
// font-family: arial;
// font-weight: bold;
// color: #777;
// text-align: center; }
// .notify-sidebar #question-subscribe-sidebar {
// margin: 7px 0 0 3px; }
}
//.statswidget p {
// color: #707070;
// font-size: 16px;
// border-bottom: #cccccc 1px solid;
// font-size: 13px;
// strong {
// float: right;
// padding-right: 10px; } }
.questions-related
{
word-wrap
:
break-word
;
...
...
@@ -553,20 +554,20 @@ body.anon #searchBar {
a
{
font-size
:
16px
;
}
}
#markdown
H
elp
{
#markdown
h
elp
{
li
{
color
:
#707070
;
font-size
:
13px
;
}
a
{
font-size
:
16px
;
}
}
// .tab
B
ar {
// .tab
b
ar {
// background-color: #eff5f6;
// height: 30px;
// margin-bottom: 3px;
// margin-top: 3px;
// float: right;
// font-family:
G
eorgia,serif;
// font-family:
g
eorgia,serif;
// font-size: 16px;
// border-radius: 5px;
// -ms-border-radius: 5px;
...
...
@@ -576,19 +577,19 @@ body.anon #searchBar {
// h2 {
// float: left; } }
// .tabs
A, .tabsC
{
// .tabs
a, .tabsc
{
// float: right;
// position: relative;
// display: block;
// height: 20px; }
// .tabs
A
{
// .tabs
a
{
// float: right; }
// .tabs
C
{
// .tabs
c
{
// float: left; }
// .tabs
A a, .tabsC
a {
// .tabs
a a, .tabsc
a {
// border-left: 1px solid #d0e1e4;
// color: #7ea9b3;
// display: block;
...
...
@@ -598,19 +599,19 @@ body.anon #searchBar {
// padding: 4px 7px 4px 7px;
// text-decoration: none; }
// .tabs
A a.on, .tabsC a.on, .tabsA a:hover, .tabsC
a:hover {
// .tabs
a a.on, .tabsc a.on, .tabsa a:hover, .tabsc
a:hover {
// color: #4a757f; }
// .tabs
A .label, .tabsC
.label {
// .tabs
a .label, .tabsc
.label {
// float: left;
// color: #646464;
// margin-top: 4px;
// margin-right: 5px; }
// .main-page .tabs
A
.label {
// .main-page .tabs
a
.label {
// margin-left: 8px; }
// .tabs
B
a {
// .tabs
b
a {
// background: #eee;
// border: 1px solid #eee;
// color: #777;
...
...
@@ -622,7 +623,7 @@ body.anon #searchBar {
// padding: 0 11px 0 11px;
// text-decoration: none; }
// .tabs
C
.first {
// .tabs
c
.first {
// border: none; }
// .rss {
...
...
@@ -635,12 +636,12 @@ body.anon #searchBar {
// padding-top: 3px;
// background: white url(../images/feed-icon-small.png) no-repeat center right;
// float: right;
// font-family:
G
eorgia,serif;
// font-family:
g
eorgia,serif;
// font-size: 16px;
// &:hover {
// color: #
F4A
731 !important; } }
// color: #
f4a
731 !important; } }
// #question
C
ount {
// #question
c
ount {
// font-weight: bold;
// font-size: 23px;
// color: #7ea9b3;
...
...
@@ -648,16 +649,16 @@ body.anon #searchBar {
// float: left;
// margin-bottom: 8px;
// padding-top: 6px;
// font-family: '
Yanone K
affeesatz',sans-serif; }
// font-family: '
yanone k
affeesatz',sans-serif; }
// #list
SearchT
ags {
// #list
searcht
ags {
// float: left;
// margin-top: 3px;
// color: #707070;
// font-size: 16px;
// font-family: '
Yanone K
affeesatz',sans-serif; }
// font-family: '
yanone k
affeesatz',sans-serif; }
// ul#search
T
ags {
// ul#search
t
ags {
// margin-left: 10px;
// float: right;
// padding-top: 2px; }
...
...
@@ -669,7 +670,7 @@ body.anon #searchBar {
// margin: 5px 0 10px 0;
// padding: 0px;
// float: left;
// font-family: '
Yanone K
affeesatz',sans-serif;
// font-family: '
yanone k
affeesatz',sans-serif;
// a {
// text-decoration: underline;
// color: #1b79bd; } }
...
...
@@ -677,7 +678,7 @@ body.anon #searchBar {
// #question-list {
// float: left;
// position: relative;
// background-color: #
FFF
;
// background-color: #
fff
;
// padding: 0;
// width: 100%; }
...
...
@@ -685,7 +686,7 @@ body.anon #searchBar {
// position: relative;
// filter: inherit;
// padding: 10px;
// border-bottom: 1px solid #
DDDBCE
;
// border-bottom: 1px solid #
dddbce
;
// margin-bottom: 1px;
// overflow: hidden;
// width: 710px;
...
...
@@ -698,13 +699,13 @@ body.anon #searchBar {
// padding-left: 0;
// margin-bottom: 6px;
// display: block;
// font-family: '
Yanone K
affeesatz',sans-serif; }
// font-family: '
yanone k
affeesatz',sans-serif; }
// a {
// color: #464646; }
// .userinfo {
// text-align: right;
// line-height: 16px;
// font-family:
A
rial;
// font-family:
a
rial;
// padding-right: 4px;
// .relativetime {
// font-size: 11px;
...
...
@@ -722,11 +723,11 @@ body.anon #searchBar {
// .counts {
// float: right;
// margin: 4px 0 0 5px;
// font-family: '
Yanone K
affeesatz',sans-serif;
// font-family: '
yanone k
affeesatz',sans-serif;
// .item-count {
// padding: 0px 5px 0px 5px;
// font-size: 25px;
// font-family: '
Yanone K
affeesatz',sans-serif; }
// font-family: '
yanone k
affeesatz',sans-serif; }
// .votes div, .views div, .answers div, .favorites div {
// margin-top: 3px;
// font-size: 14px;
...
...
@@ -773,7 +774,7 @@ body.anon #searchBar {
// background: #eab243;
// color: yellow; } }
// .even
M
ore {
// .even
m
ore {
// font-size: 13px;
// color: #707070;
// padding: 15px 0px 10px 0px;
...
...
@@ -830,8 +831,8 @@ body.anon #searchBar {
.next
a
,
.prev
a
{
color
:
#7ea9b3
;
}
.page
a
:hover
,
.curr
a
:hover
,
.prev
a
:hover
,
.next
a
:hover
{
color
:
#8
C8C8C
;
background-color
:
#
E1E1E
1
;
color
:
#8
c8c8c
;
background-color
:
#
e1e1e
1
;
text-decoration
:
none
;
}
.text
{
color
:
#777
;
...
...
@@ -901,7 +902,7 @@ body.anon #searchBar {
// ul.tags.marked-tags li, .wildcard-tags ul.tags li {
// margin-bottom: 5px; }
// #tag
S
elector div.inputs {
// #tag
s
elector div.inputs {
// clear: both;
// float: none;
// margin-bottom: 10px; }
...
...
@@ -946,7 +947,7 @@ body.anon #searchBar {
// text-align: center;
// white-space: nowrap;
// vertical-align: middle;
// font-family:
A
rial;
// font-family:
a
rial;
// color: #717179; }
// .deletable-tag {
...
...
@@ -964,7 +965,7 @@ body.anon #searchBar {
// color: #585858;
// text-decoration: none; }
// a:hover {
// color: #1
A1A1A
; } }
// color: #1
a1a1a
; } }
// .users-page h1, .tags-page h1 {
// float: left; }
...
...
@@ -984,7 +985,7 @@ body.anon #searchBar {
// cursor: default;
// color: #fff;
// border-top: #cfdbdb 1px solid;
// font-family:
A
rial;
// font-family:
a
rial;
// border-top-right-radius: 4px;
// border-bottom-right-radius: 4px;
// -moz-border-radius-topright: 4px;
...
...
@@ -1010,7 +1011,7 @@ body.anon #searchBar {
// .section-title {
// color: #7ea9b3;
// font-family: '
Yanone K
affeesatz',sans-serif;
// font-family: '
yanone k
affeesatz',sans-serif;
// font-weight: bold;
// font-size: 24px; }
...
...
@@ -1018,7 +1019,7 @@ body.anon #searchBar {
// margin-bottom: 30px;
// width: 100%; }
// #ask
FormB
ar {
// #ask
formb
ar {
// display: inline-block;
// padding: 4px 7px 5px 0px;
// margin-top: 0px;
...
...
@@ -1027,7 +1028,7 @@ body.anon #searchBar {
// font-size: 14px;
// color: #525252;
// line-height: 1.4; }
// .question
TitleI
nput {
// .question
titlei
nput {
// font-size: 24px;
// line-height: 24px;
// height: 36px;
...
...
@@ -1091,7 +1092,7 @@ body.anon #searchBar {
// background: url(../images/medium-button.png) top repeat-x;
// height: 34px;
// border: 0;
// font-family: '
Yanone K
affeesatz',sans-serif;
// font-family: '
yanone k
affeesatz',sans-serif;
// color: #4a757f;
// font-weight: normal;
// font-size: 21px;
...
...
@@ -1132,20 +1133,20 @@ body.anon #searchBar {
// .wmd-preview {
// margin: 3px 0 5px 0;
// padding: 6px;
// background-color: #
F5F5F
5;
// background-color: #
f5f5f
5;
// min-height: 20px;
// overflow: auto;
// font-size: 13px;
// font-family:
A
rial;
// font-family:
a
rial;
// p {
// margin-bottom: 14px;
// line-height: 1.4;
// font-size: 14px; }
// pre {
// background-color: #
E7F1F
8; }
// background-color: #
e7f1f
8; }
// blockquote {
// background-color: #eee; }
//
IMG
{
//
img
{
// max-width: 600px; } }
// .preview-toggle {
...
...
@@ -1173,8 +1174,8 @@ body.anon #searchBar {
vertical-align
:
text-bottom
;
}
}
.edit-content-html
{
border-top
:
1px
dotted
#
D8D2A
9
;
border-bottom
:
1px
dotted
#
D8D2A
9
;
border-top
:
1px
dotted
#
d8d2a
9
;
border-bottom
:
1px
dotted
#
d8d2a
9
;
margin
:
5px
0
5px
0
;
}
.edit-question-page
,
#fmedit
,
.wmd-preview
{
...
...
@@ -1208,7 +1209,7 @@ body.anon #searchBar {
// .question-page {
// h1 {
// padding-top: 0px;
// font-family: '
Yanone K
affeesatz',sans-serif;
// font-family: '
yanone k
affeesatz',sans-serif;
// a {
// color: #464646;
// font-size: 30px;
...
...
@@ -1223,7 +1224,7 @@ body.anon #searchBar {
// background-position: center left;
// margin-left: 0px !important;
// a {
// font-family: '
Yanone K
affeesatz',sans-serif;
// font-family: '
yanone k
affeesatz',sans-serif;
// vertical-align: top; } }
// .question-content {
// float: right;
...
...
@@ -1242,7 +1243,7 @@ body.anon #searchBar {
// width: 670px;
// padding-right: 10px;
// margin-top: 0px;
// border-bottom: 1px solid #
D4D4D
4;
// border-bottom: 1px solid #
d4d4d
4;
// float: right;
// td {
// width: 20px;
...
...
@@ -1253,7 +1254,7 @@ body.anon #searchBar {
// .question-body, .answer-body {
// overflow: auto;
// margin-top: 10px;
// font-family:
A
rial;
// font-family:
a
rial;
// color: #4b4b4b; }
// .question-body p, .answer-body p {
// margin-bottom: 14px;
...
...
@@ -1264,7 +1265,7 @@ body.anon #searchBar {
// color: #1b79bd; }
// .question-body li, .answer-body li {
// margin-bottom: 7px; }
// .question-body
IMG, .answer-body IMG
{
// .question-body
img, .answer-body img
{
// max-width: 600px; }
// .post-update-info-container {
// float: right;
...
...
@@ -1273,7 +1274,7 @@ body.anon #searchBar {
// background: white url(../images/background-user-info.png) repeat-x bottom;
// float: right;
// font-size: 9px;
// font-family:
A
rial;
// font-family:
a
rial;
// width: 158px;
// padding: 4px;
// margin: 0px 0px 5px 5px;
...
...
@@ -1316,7 +1317,7 @@ body.anon #searchBar {
// cursor: pointer;
// border: none;
// font-size: 12px;
// font-family:
A
rial;
// font-family:
a
rial;
// text-decoration: none;
// height: 18px;
// display: block;
...
...
@@ -1352,11 +1353,11 @@ body.anon #searchBar {
// background: url(../images/close.png) no-repeat center left; }
// .post-controls .permant-link, .answer-controls .permant-link {
// background: url(../images/link.png) no-repeat center left; }
// .tab
B
ar {
// .tab
b
ar {
// width: 100%; }
// #question
C
ount {
// #question
c
ount {
// float: left;
// font-family: '
Yanone K
affeesatz',sans-serif;
// font-family: '
yanone k
affeesatz',sans-serif;
// line-height: 15px; }
// .question-img-upvote, .question-img-downvote, .answer-img-upvote, .answer-img-downvote {
// width: 25px;
...
...
@@ -1390,7 +1391,7 @@ body.anon #searchBar {
// color: #7ea9b3;
// width: 200px;
// float: left;
// font-family: '
Yanone K
affeesatz',sans-serif; }
// font-family: '
yanone k
affeesatz',sans-serif; }
// .comments {
// font-size: 12px;
// clear: both;
...
...
@@ -1402,7 +1403,7 @@ body.anon #searchBar {
// .controls a {
// color: #988e4c;
// padding: 0 3px 2px 22px;
// font-family:
A
rial;
// font-family:
a
rial;
// font-size: 13px;
// background: url(../images/comment.png) no-repeat center left;
// &:hover {
...
...
@@ -1426,7 +1427,7 @@ body.anon #searchBar {
// height: 42px;
// width: 100%;
// margin: 7px 0 5px 1px;
// font-family:
A
rial;
// font-family:
a
rial;
// outline: none;
// overflow: auto;
// font-size: 12px;
...
...
@@ -1443,7 +1444,7 @@ body.anon #searchBar {
// background: url(../images/small-button-blue.png) repeat-x top;
// border: 0;
// color: #4a757f;
// font-family:
A
rial;
// font-family:
a
rial;
// font-size: 13px;
// width: 100px;
// font-weight: bold;
...
...
@@ -1473,7 +1474,7 @@ body.anon #searchBar {
// float: right;
// color: #b6a475 !important;
// vertical-align: top;
// font-family:
A
rial;
// font-family:
a
rial;
// float: right;
// text-align: right; }
// .comment {
...
...
@@ -1483,7 +1484,7 @@ body.anon #searchBar {
// margin-top: 8px;
// padding-bottom: 4px;
// overflow: auto;
// font-family:
A
rial;
// font-family:
a
rial;
// font-size: 11px;
// min-height: 25px;
// background: white url(../images/comment-background.png) bottom repeat-x;
...
...
@@ -1506,7 +1507,7 @@ body.anon #searchBar {
// width: 14px;
// height: 14px;
// &:hover {
// border: #
BC564B
2px solid;
// border: #
bc564b
2px solid;
// border-radius: 10px;
// -ms-border-radius: 10px;
// -moz-border-radius: 10px;
...
...
@@ -1562,7 +1563,7 @@ body.anon #searchBar {
// margin-bottom: 0px;
// margin-top: 0px;
// line-height: 50%; } }
// #question
T
ools {
// #question
t
ools {
// font-size: 22px;
// margin-top: 11px;
// text-align: left; }
...
...
@@ -1582,10 +1583,10 @@ body.anon #searchBar {
// // text-align: center;
// // padding-top: 2px;
// // margin: 10px 10px 0px 3px;
//
IMG
{
//
img
{
// cursor: pointer; } }
// .vote-number {
// font-family: '
Yanone K
affeesatz',sans-serif;
// font-family: '
yanone k
affeesatz',sans-serif;
// padding: 0px 0 5px 0;
// font-size: 25px;
// font-weight: bold;
...
...
@@ -1595,7 +1596,7 @@ body.anon #searchBar {
// // width: 120px;
// label {
// vertical-align: top; } }
// .tab
B
ar-answer {
// .tab
b
ar-answer {
// margin-bottom: 15px;
// padding-left: 7px;
// width: 723px;
...
...
@@ -1605,7 +1606,7 @@ body.anon #searchBar {
// }
// .accepted-answer {
// background-color: #f7fecc;
// border-bottom-color: #9
BD59B
;
// border-bottom-color: #9
bd59b
;
// // .vote-buttons {
// // width: 27px;
// // margin-right: 10px;
...
...
@@ -1614,19 +1615,19 @@ body.anon #searchBar {
// .answer .post-update-info a {
// color: #444444; }
// .answered {
// background: #
CCC
;
// background: #
ccc
;
// color: #999; }
// .answered-accepted {
// background: #
DCDCDC
;
// background: #
dcdcdc
;
// color: #763333;
// strong {
// color: #
E1E
818; } }
// color: #
e1e
818; } }
// .answered-by-owner {
// background: #
F1F1FF
;
// background: #
f1f1ff
;
// .comments {
// .button {
// background-color: #
E6ECFF
; }
// background-color: #
E6ECFF
; }
// background-color: #
e6ecff
; }
// background-color: #
e6ecff
; }
// // .vote-buttons {
// // margin-right: 10px; }
// }
...
...
@@ -1642,7 +1643,7 @@ body.anon #searchBar {
// line-height: 1.2;
// margin-top: 10px;
// h2 {
// font-family: '
Yanone K
affeesatz',sans-serif;
// font-family: '
yanone k
affeesatz',sans-serif;
// color: #7ea9b3;
// font-size: 24px; }
// label {
...
...
@@ -1689,7 +1690,7 @@ body.anon #searchBar {
font-size
:
13px
;
color
:
#707070
;
line-height
:
1
.3
;
font-family
:
A
rial
;
font-family
:
a
rial
;
color
:
#525252
;
margin-bottom
:
12px
;
}
...
...
@@ -1725,7 +1726,7 @@ body.anon #searchBar {
// color: #4a757f;
// font-weight: bold;
// font-size: 13px;
// font-family:
A
rial;
// font-family:
a
rial;
// height: 26px;
// margin: 5px 0px;
// width: 100px;
...
...
@@ -1771,7 +1772,7 @@ body.anon #searchBar {
color
:
#4a757f
;
font-weight
:
bold
;
font-size
:
13px
;
font-family
:
A
rial
;
font-family
:
a
rial
;
height
:
24px
;
margin-top
:
-2px
;
padding-left
:
10px
;
...
...
@@ -1802,7 +1803,7 @@ body.anon #searchBar {
background
:
url(../images/openid.gif)
no-repeat
0%
50%
;
padding
:
5px
5px
5px
15px
;
cursor
:
pointer
;
font-family
:
Trebuchet
MS
;
font-family
:
trebuchet
ms
;
font-weight
:
300
;
font-size
:
150%
;
width
:
500px
;
}
...
...
@@ -1816,7 +1817,7 @@ body.anon #searchBar {
font-weight
:
bold
;
font-size
:
120%
;
}
.tab
B
ar-user
{
.tab
b
ar-user
{
width
:
375px
;
}
.user
{
...
...
@@ -1841,7 +1842,7 @@ body.anon #searchBar {
margin-right
:
4px
;
display
:
inline
;
}
}
// .tab
B
ar-tags {
// .tab
b
ar-tags {
// width: 270px;
// margin-bottom: 15px; }
...
...
@@ -1853,25 +1854,25 @@ a {
color
:
#333
;
text-decoration
:
none
;
background
:
url(../images/medala.gif)
no-repeat
;
border-left
:
1px
solid
#
EEE
;
border-top
:
1px
solid
#
EEE
;
border-bottom
:
1px
solid
#
CCC
;
border-right
:
1px
solid
#
CCC
;
border-left
:
1px
solid
#
eee
;
border-top
:
1px
solid
#
eee
;
border-bottom
:
1px
solid
#
ccc
;
border-right
:
1px
solid
#
ccc
;
padding
:
4px
12px
4px
6px
;
}
&
:hover
.medal
{
color
:
#333
;
text-decoration
:
none
;
background
:
url(../images/medala_on.gif)
no-repeat
;
border-left
:
1px
solid
#
E7E
296
;
border-top
:
1px
solid
#
E7E
296
;
border-bottom
:
1px
solid
#
D1CA3D
;
border-right
:
1px
solid
#
D1CA3D
;
}
}
border-left
:
1px
solid
#
e7e
296
;
border-top
:
1px
solid
#
e7e
296
;
border-bottom
:
1px
solid
#
d1ca3d
;
border-right
:
1px
solid
#
d1ca3d
;
}
}
#award-list
.user
{
float
:
left
;
margin
:
5px
;
}
.tab
B
ar-profile
{
.tab
b
ar-profile
{
width
:
100%
;
margin-bottom
:
15px
;
float
:
left
;
}
...
...
@@ -1888,7 +1889,7 @@ a {
padding
:
5px
;
}
h2
{
padding
:
10px
0px
10px
0px
;
font-family
:
'
Yanone K
affeesatz'
,
sans-serif
;
}
}
font-family
:
'
yanone k
affeesatz'
,
sans-serif
;
}
}
.user-details
{
font-size
:
13px
;
...
...
@@ -1896,7 +1897,7 @@ a {
font-size
:
16px
;
}
}
.user-about
{
background-color
:
#
EEEEEE
;
background-color
:
#
eeeeee
;
height
:
200px
;
line-height
:
20px
;
overflow
:
auto
;
...
...
@@ -1915,7 +1916,7 @@ a {
// margin-top: -2px;
// font-size: 15px;
// cursor: pointer;
// font-family: '
Yanone K
affeesatz',sans-serif;
// font-family: '
yanone k
affeesatz',sans-serif;
// background: url(../images/small-button-blue.png) repeat-x top;
// border-radius: 4px;
// -ms-border-radius: 4px;
...
...
@@ -1945,18 +1946,18 @@ a {
// display: inline;
// color: #fff;
// font-weight: bold;
// color: #
A
05736; }
// color: #
a
05736; }
// &.unfollow-green {
// display: none; } } } }
.count
{
font-family
:
'
Yanone K
affeesatz'
,
sans-serif
;
font-family
:
'
yanone k
affeesatz'
,
sans-serif
;
font-size
:
200%
;
font-weight
:
700
;
color
:
#777777
;
}
.score
N
umber
{
font-family
:
'
Yanone K
affeesatz'
,
sans-serif
;
.score
n
umber
{
font-family
:
'
yanone k
affeesatz'
,
sans-serif
;
font-size
:
35px
;
font-weight
:
800
;
color
:
#777
;
...
...
@@ -1964,7 +1965,7 @@ a {
margin-top
:
3px
;
}
.vote-count
{
font-family
:
A
rial
;
font-family
:
a
rial
;
font-size
:
160%
;
font-weight
:
700
;
color
:
#777
;
}
...
...
@@ -1975,10 +1976,10 @@ a {
padding
:
3px
;
}
.answer-votes
{
background-color
:
#
EEEEEE
;
background-color
:
#
eeeeee
;
color
:
#555555
;
float
:
left
;
font-family
:
A
rial
;
font-family
:
a
rial
;
font-size
:
15px
;
font-weight
:
bold
;
height
:
17px
;
...
...
@@ -2060,11 +2061,11 @@ a {
line-height
:
1
.3
;
color
:
#525252
;
}
h3
{
font-family
:
'
Yanone K
affeesatz'
,
sans-serif
;
font-family
:
'
yanone k
affeesatz'
,
sans-serif
;
font-size
:
21px
;
padding-left
:
0px
;
}
.header
{
background-color
:
#
F5F5F
5
;
background-color
:
#
f5f5f
5
;
padding
:
5px
;
cursor
:
pointer
;
}
.author
{
...
...
@@ -2101,21 +2102,21 @@ a {
font-family
:
sans-serif
;
}
}
// del {
// color: #
C
34719;
// color: #
c
34719;
// .post-tag {
// color: #
C
34719; } }
// color: #
c
34719; } }
ins
{
.post-tag
,
p
{
background-color
:
#
E6F0A
2
;
}
background-color
:
#
E6F0A
2
;
}
background-color
:
#
e6f0a
2
;
}
background-color
:
#
e6f0a
2
;
}
.vote-notification
{
z-index
:
1
;
cursor
:
pointer
;
display
:
none
;
position
:
absolute
;
font-family
:
A
rial
;
font-family
:
a
rial
;
font-size
:
14px
;
font-weight
:
normal
;
color
:
white
;
...
...
@@ -2156,12 +2157,12 @@ ins {
// padding: 6px 0 0 0;
// background: #16160f;
// font-size: 16px;
// font-family: '
Yanone K
affeesatz',sans-serif;
// font-family: '
yanone k
affeesatz',sans-serif;
// p {
// margin-bottom: 0; } }
.footer-links
{
color
:
#
EEE
;
color
:
#
eee
;
text-align
:
left
;
width
:
500px
;
float
:
left
;
...
...
@@ -2202,7 +2203,7 @@ p.form-item {
margin
:
0px
;
}
.deleted
{
background
:
#
F4E7E
7
none
repeat
scroll
0
0
;
}
background
:
#
f4e7e
7
none
repeat
scroll
0
0
;
}
.form-row
{
line-height
:
25px
;
}
...
...
@@ -2283,7 +2284,7 @@ label.retag-error {
.user-action-2
{
font-weight
:
bold
;
color
:
#
CCC
;
}
color
:
#
ccc
;
}
.user-action-3
,
.user-action-4
{
color
:
#333
;
}
...
...
@@ -2297,16 +2298,16 @@ label.retag-error {
.user-action-8
{
padding
:
3px
;
font-weight
:
bold
;
background-color
:
#
CCC
;
background-color
:
#
ccc
;
color
:
#763333
;
}
.revision-summary
{
background-color
:
#
FFFE9B
;
background-color
:
#
fffe9b
;
padding
:
2px
;
}
.question-title-link
a
{
font-weight
:
bold
;
color
:
#0077
CC
;
}
color
:
#0077
cc
;
}
.answer-title-link
a
{
color
:
#333
;
}
...
...
@@ -2327,13 +2328,13 @@ label.retag-error {
background-color
:
#0ff
;
}
.gold
,
.badge1
{
color
:
#
FFCC
00
;
}
color
:
#
ffcc
00
;
}
.silver
,
.badge2
{
color
:
#
CCCCCC
;
}
color
:
#
cccccc
;
}
.bronze
,
.badge3
{
color
:
#
CC
9933
;
}
color
:
#
cc
9933
;
}
.score
{
font-weight
:
800
;
...
...
@@ -2341,7 +2342,7 @@ label.retag-error {
a
{
&
.comment
{
background
:
#
EEE
;
background
:
#
eee
;
color
:
#993300
;
padding
:
5px
;
}
&
.offensive
{
...
...
@@ -2366,7 +2367,7 @@ button::-moz-focus-inner {
// .submit {
// cursor: pointer;
// background-color: #
D4D0C
8;
// background-color: #
d4d0c
8;
// height: 30px;
// border: 1px solid #777777;
// font-weight: bold;
...
...
@@ -2399,9 +2400,9 @@ button::-moz-focus-inner {
text-align
:
center
;
font-family
:
sans-serif
;
font-size
:
120%
;
font-weight
:
B
old
;
color
:
#
FFFFFF
;
background-color
:
#
AE
0000
;
}
font-weight
:
b
old
;
color
:
#
ffffff
;
background-color
:
#
ae
0000
;
}
.big
{
font-size
:
14px
;
}
...
...
@@ -2421,7 +2422,7 @@ button::-moz-focus-inner {
border-top
:
1px
dashed
#aaaaaa
;
}
.highlight
{
background-color
:
#
FFF8C
6
;
}
background-color
:
#
fff8c
6
;
}
.nomargin
{
margin
:
0
;
}
...
...
@@ -2531,20 +2532,20 @@ ul.form-horizontal-rows {
// #question-controls .tags {
// margin: 0 0 3px 0; }
// #tag
S
elector {
// #tag
s
elector {
// padding-bottom: 2px;
// margin-bottom: 0; }
// #related-tags {
// padding-left: 3px; }
#hide
IgnoredTagsC
ontrol
{
#hide
ignoredtagsc
ontrol
{
margin
:
5px
0
0
0
;
label
{
font-size
:
12px
;
color
:
#666
;
}
}
#hide
IgnoredTagsC
b
{
#hide
ignoredtagsc
b
{
margin
:
0
2px
0
1px
;
}
#recaptcha_widget_div
{
...
...
@@ -2623,7 +2624,7 @@ p.signup_p {
.user-profile-page
{
.avatar
p
{
margin-bottom
:
0px
;
}
.tab
B
ar
a
#stats
{
.tab
b
ar
a
#stats
{
margin-left
:
0
;
}
img
.gravatar
{
margin
:
2px
0
3px
0
;
}
...
...
@@ -2631,7 +2632,7 @@ p.signup_p {
padding
:
0
;
margin-top
:
-3px
;
}
}
.user
L
ist
{
.user
l
ist
{
font-size
:
13px
;
}
img
.flag
{
...
...
sass/discussion/_sidebar.scss
View file @
21d8f47a
...
...
@@ -42,7 +42,7 @@ div.discussion-wrapper aside {
a
{
@include
border-radius
(
3px
);
border
:
1px
solid
#
888
;
border
:
1px
solid
#
aaa
;
cursor
:
pointer
;
display
:
inline-block
;
margin-right
:
6px
;
...
...
@@ -121,7 +121,7 @@ div.discussion-wrapper aside {
// Question view sopecific
div
.follow-buttons
{
margin
:
20px
0
;
margin
-top
:
20px
;
display
:
block
;
a
.button
{
...
...
@@ -131,6 +131,39 @@ div.discussion-wrapper aside {
width
:
100%
;
}
}
// div.favorite-number {
// color: #777;
// font-weight: normal;
// margin-bottom: 12px;
// margin-top: 5px;
// text-align: center;
// }
div
.notify-sidebar
{
// margin: 10px 0;
}
div
.question-stats
{
ul
{
color
:
#777
;
li
{
@include
box-shadow
(
0
1px
0
#eee
);
border-bottom
:
1px
solid
#d3d3d3
;
padding
:
7px
0
;
&
:last-child
{
@include
box-shadow
(
none
);
border
:
0
;
}
strong
{
float
:
right
;
padding-right
:
10px
;
}
}
}
}
}
...
...
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