123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870 |
- // Thread view
- // -------------------------
- .thread-buttons {
- overflow: auto;
- .pull-right {
- margin-left: @baseFontSize;
- }
- .thread-signin-message {
- float: right;
- a:link, a:visited {
- color: @textColor;
- }
- }
- }
- <<<<<<< HEAD
- .thread-poll-body {
- background-color: @categoryBackground;
- border: 1px solid @categoryBorder;
- border-radius: @borderRadiusSmall;
- .box-shadow(0px 0px 0px 3px @categoryShadow);
- margin-bottom: @baseLineHeight;
- padding: (@baseLineHeight / 2) @baseLineHeight;
- h2 {
- margin-left: @horizontalComponentOffset;
- margin-bottom: @baseLineHeight;
- }
- form {
- margin: 0px;
- padding: 0px;
- }
- .options-form {
- margin-left: @horizontalComponentOffset;
- margin-bottom: @baseLineHeight;
- label {
- padding: 2px 0px;
- font-size: @fontSizeLarge;
- }
- .poll-voting-help {
- color: @grayLight;
- }
- }
- .poll-options {
- dd {
- padding-top: 2px;
- .progress {
- background: none;
- border: 1px solid darken(@bodyBackground, 15%);
- border-radius: 10px;
- .box-shadow(none);
- height: auto;
- margin: 0px;
- padding: 2px;
- .bar {
- border-radius: 5px;
- height: 10px;
- min-width: 10px;
- }
- }
- .option-details {
- padding-left: 6px;
- color: @grayLight;
- font-size: @fontSizeSmall;
- strong {
- padding-right: @fontSizeSmall;
- color: @bluePale;
- font-weight: normal;
- }
- }
- }
- }
- .poll-footer {
- overflow: auto;
- margin-top: @baseLineHeight * -0.5;
- margin-bottom: @baseLineHeight * 0.5;
- margin-left: @horizontalComponentOffset;
- .btn, p {
- float: left;
- margin-right: @baseFontSize / 2;
- }
- p {
- margin-left: @baseFontSize / 2;
- position: relative;
- top: @baseLineHeight / 3;
- color: @grayLight;
- }
- }
- }
- =======
- >>>>>>> master
- // Thread body styles
- .thread-body {
- .post-wrapper {
- // Post body
- .post-body {
- margin-bottom: @baseLineHeight;
- overflow: auto;
- .user-avatar {
- border-radius: @borderRadiusLarge;
- float: left;
- width: 100px;
- height: 100px;
- }
- .post-content {
- background-color: @postBackground;
- border: 1px solid @postBorder;
- border-radius: @borderRadiusLarge;
- margin-left: 100px + (@baseFontSize * 1.5);
- min-height: 100px;
- position: relative;
- &:after, &:before {
- right: 100%;
- border: solid transparent;
- content: "";
- height: 0; width: 0;
- position: absolute;
- pointer-events: none;
- }
- &:after {
- border-color: transparent;
- border-right-color: @postBackground;
- border-width: @fontSizeMini;
- top: @baseFontSize;
- margin-top: (@baseFontSize * -1) + @baseFontSize;
- }
- &:before {
- border-color: transparent;
- border-right-color: @postBorder;
- <<<<<<< HEAD
- border-width: @fontSizeMini + 2;
- top: @baseFontSize - 1;
- =======
- border-width: @fontSizeMini + 1;
- top: @baseFontSize;
- >>>>>>> master
- margin-top: (@baseFontSize * -1) + @baseFontSize - 1px;
- }
- .post-header {
- padding: (@baseFontSize / 2) @baseFontSize;
- padding-bottom: 0px;
- color: grayLighter;
- .post-author {
- color: @textColor;
- font-weight: bold;
- }
- .post-author-label {
- text-shadow: none;
- &.post-label-guest {
- background-color: @grayLighter;
- color: @grayLight;
- }
- }
- .separator {
- color: @grayLighter;
- font-size: @fontSizeLarge;
- line-height: 5px;
- }
- .post-date {
- color: @grayLight;
- }
- .post-changelog {
- color: @grayLight;
- &:hover, &:active {
- color: @textColor;
- }
- }
- .post-perma {
- display: block;
- float: right;
- padding-left: 6px;
- color: @grayLight;
- font-weight: bold;
- &:hover, &:active {
- color: @textColor;
- }
- }
- .post-checkbox {
- float: right;
- position: relative;
- left: @baseFontSize - 4px;
- }
- .post-extra {
- float: right;
- .label {
- margin-left: @baseFontSize / 4;
- text-shadow: none;
- &.label-purple {
- background-color: #7e2ecf;
- }
- }
- }
- }
- .post-message {
- .markdown {
- padding: @baseFontSize;
- }
- <<<<<<< HEAD
- .post-attachments {
- margin: 0px @baseFontSize;
- h3 {
- border-bottom: 1px dotted darken(@postBackground, 25%);
- margin: 0px;
- padding: 0px;
- color: @grayLight;
- font-size: @baseFontSize;
- line-height: @baseLineHeight;
- }
- hr {
- background: none;
- border-top: 1px dotted darken(@postBackground, 15%) !important;
- margin: 0px;
- padding: 0px;
- }
- .post-attachment {
- padding: (@baseLineHeight / 2) 0px;
- .attachment-image {
- float: left;
- i {
- display: block;
- height: 40px;
- width: 40px;
- color: @grayLight;
- font-size: 42px;
- text-align: center;
- }
- img {
- background-size: cover;
- border-radius: 3px;
- height: 40px;
- width: 40px;
- }
- }
- .attachment-body {
- margin-left: 52px;
- h4 {
- margin: 0px;
- padding: 0px;
- font-size: @baseFontSize;
- }
- .attachment-details {
- color: @grayLight;
- font-size: @fontSizeSmall;
- a:link, a:visited {
- color: @gray;
- }
- a:hover, a:active {
- color: @grayDarker;
- }
- .attachment-removed-message {
- color: @red;
- }
- }
- }
- }
- }
- =======
- >>>>>>> master
- .post-signature {
- border-top: 1px dotted darken(@postBackground, 25%);
- .opacity(60);
- margin: 0px @baseFontSize;
- font-size: 80%;
- .markdown {
- padding: 0px;
- padding-top: @baseLineHeight / 4;
- padding-bottom: @baseFontSize;
- }
- }
- }
- .post-footer {
- border-top: 1px solid @postBorder;
- overflow: auto;
- &:empty {
- display: none;
- }
- .post-rating {
- float: left;
- overflow: auto;
- padding: (@baseFontSize / 2) @baseFontSize;
- border-right: 1px dotted @postBorder;
- a {
- color: @grayLight;
- &:hover, a:active {
- color: @textColor;
- }
- }
- span {
- float: left;
- &.post-score {
- color: @grayLight;
- font-weight: bold;
- &.post-score-good {
- color: @green;
- }
- &.post-score-bad {
- color: @red;
- }
- }
- &.post-neutral, &.post-like, &.post-hate {
- <<<<<<< HEAD
- margin-left: (@baseFontSize / 4);
- =======
- margin-left: (@baseFontSize / 4);
- >>>>>>> master
- }
- &.post-neutral {
- color: @grayLight;
- }
- &.post-like {
- color: @green;
- }
- &.post-hate {
- color: @red;
- }
- }
- form {
- float: left;
- margin: 0px;
- padding: 0px;
- .btn-link {
- float: right;
- margin: 0px;
- margin-left: (@baseFontSize / 4);
- .opacity(100);
- padding: 0px;
- color: @grayLight;
- font-weight: normal;
- &:hover, &:active, &:focus {
- text-decoration: underline;
- }
- &.post-like {
- &:hover, &:active, &:focus, &:disabled {
- color: @green;
- }
- }
- &.post-hate {
- &:hover, &:active, &:focus, &:disabled {
- color: @red;
- }
- }
- &:disabled {
- &:hover, &:active, &:focus {
- text-decoration: none;
- }
- }
- }
- }
- }
- .post-actions {
- border-left: 1px dotted @postBorder;
- float: right;
- padding: (@baseFontSize / 2) @baseFontSize;
- color: @grayLight;
- a, span, form {
- float: left;
- overflow: auto;
- }
- form {
- margin: 0px;
- padding: 0px;
- .btn {
- float: right;
- margin: 0px;
- margin-left: @baseFontSize;
- .opacity(100);
- padding: 0px;
- color: @grayLight;
- font-weight: normal;
- &:hover, &:active, &:focus {
- color: @red;
- text-decoration: underline;
- }
- &.btn-report {
- &:disabled {
- color: @green;
- }
- }
- &.btn-hide {
- &:hover, &:active, &:focus {
- color: @orange;
- }
- }
- }
- &:first-child .btn {
- margin-left: 0px;
- }
- }
- a {
- margin-left: @baseFontSize;
- color: @grayLight;
- &:hover, a:active {
- color: @textColor;
- }
- &:first-child {
- margin-left: 0px;
- }
- &.post-reply {
- color: @gray;
- &:hover, a:active {
- color: @blue;
- }
- }
- }
- }
- }
- }
- <<<<<<< HEAD
- &.post-muted {
- =======
- &.post-muted {
- >>>>>>> master
- .user-avatar {
- width: 50px;
- height: 50px;
- .opacity(75);
- }
- .post-content {
- margin-left: 50px + (@baseFontSize * 1.5);
- min-height: 0px;
- .opacity(75);
- padding: @baseFontSize;
- .post-header {
- float: right;
- margin: 0px;
- margin-top: ((@baseFontSize / 2) * -1);
- margin-right: @baseFontSize * -1;
- .post-header-compact {
- float: left;
- margin-right: @baseFontSize;
- }
- }
- .post-message {
- color: @grayLight;
- font-size: @fontSizeLarge;
- strong, a {
- color: @textColor;
- font-weight: normal;
- }
- }
- }
- }
- }
- }
- .post-checkpoints {
- .post-checkpoint {
- text-align: center;
- margin-bottom: @baseLineHeight;
- &.checkpoint-deleted {
- .opacity(30);
- &:hover {
- .opacity(60);
- }
- }
- hr {
- background-color: @grayLight;
- background-image: -webkit-gradient(linear, 0 0, 100% 100%,
- color-stop(.25, rgba(255, 255, 255, .2)), color-stop(.25, transparent),
- color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .2)),
- color-stop(.75, rgba(255, 255, 255, .2)), color-stop(.75, transparent),
- to(transparent));
- background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
- transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
- transparent 75%, transparent);
- background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
- transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
- transparent 75%, transparent);
- background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
- transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
- transparent 75%, transparent);
- background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
- transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
- transparent 75%, transparent);
- background-image: linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
- transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
- transparent 75%, transparent);
- -webkit-background-size: 10px 10px;
- -moz-background-size: 10px 10px;
- background-size: 10px 10px;
- border: none;
- height: 4px;
- margin-bottom: (@baseLineHeight * -1) + (@baseFontSize / 2) + 1px;
- }
- span {
- background-color: @bodyBackground;
- padding: 0px @baseFontSize;
- color: @grayLight;
- a {
- color: @textColor;
- }
- i {
- <<<<<<< HEAD
- margin-right: 2px;
- position: relative;
- top: 2px;
- width: @fontSizeLarge;
- font-size: @fontSizeLarge;
- text-align: center;
- =======
- .opacity(43);
- >>>>>>> master
- }
- form {
- display: inline-block;
- margin: 0px;
- margin-top: -3px;
- margin-left: @baseFontSize / 2;
- padding: 0px;
- .btn {
- margin-top: -2px;
- padding: 0px;
- font-weight: normal;
- &:active, &:hover {
- text-decoration: underline;
- &.btn-show, &.btn-hide {
- color: @orange;
- }
- &.btn-delete {
- color: @red;
- }
- }
- }
- }
- form:first-of-type {
- margin-left: @baseFontSize;
- }
- }
- }
- }
- }
- // Thread moderation
- .thread-moderation {
- background-color: @categoryBackground;
- border: 1px solid @categoryBorder;
- border-radius: @baseBorderRadius;
- .box-shadow(0px 0px 0px 3px @categoryShadow);
- margin-bottom: @baseLineHeight;
- overflow: auto;
- padding: (@baseFontSize / 2);
- form {
- margin: 0px;
- }
- }
- // Quick reply styles
- .thread-quick-reply {
- overflow: auto;
- margin-top: @baseLineHeight;
- .user-avatar {
- border-radius: @baseBorderRadius;
- float: left;
- width: 100px;
- height: 100px;
- overflow: visible;
- }
- .editor {
- margin-left: 100px + (@baseFontSize * 1.5);
- position: relative;
- &:after, &:before {
- right: 100%;
- border: solid transparent;
- content: "";
- height: 0; width: 0;
- position: absolute;
- pointer-events: none;
- }
- &:after {
- border-color: transparent;
- border-right-color: @editorBackground;
- border-width: @fontSizeMini;
- top: @baseFontSize;
- margin-top: (@baseFontSize * -1) + @baseFontSize;
- }
- &:before {
- border-color: transparent;
- border-right-color: darken(@editorBackground, 10%);
- <<<<<<< HEAD
- border-width: @fontSizeMini + 2;
- top: @baseFontSize - 1;
- =======
- border-width: @fontSizeMini + 1;
- top: @baseFontSize;
- >>>>>>> master
- margin-top: (@baseFontSize * -1) + @baseFontSize - 1px;
- }
- }
- }
- // Thread participants list
- .thread-participants {
- h3 {
- margin: 0px;
- margin-top: (@baseLineHeight - @baseFontSize) * -1;
- padding: 0px;
- color: @gray;
- font-size: @fontSizeLarge;
- font-weight: bold;
- }
- ul {
- background-color: @white;
- border: 1px solid darken(@bodyBackground, 10%);
- border-radius: @baseBorderRadius;
- margin: 0px;
- margin-bottom: @baseLineHeight;
- padding: 0px;
- li {
- border-bottom: 1px dotted darken(@bodyBackground, 10%);
- margin: 0px;
- padding: 6px 8px;
- font-weight: bold;
- img {
- border-radius: @borderRadiusSmall;
- width: 24px;
- height: 24px;
- <<<<<<< HEAD
- position: relative;
- bottom: 1px;
- =======
- >>>>>>> master
- }
- a:link, a:active, a:visited, a:hover {
- margin: 0px 4px;
- <<<<<<< HEAD
- position: relative;
- top: 2px;
- color: @textColor;
- font-size: @fontSizeLarge;
- =======
- color: @textColor;
- >>>>>>> master
- font-weight: bold;
- }
- &:last-child {
- border-bottom: none;
- }
- form {
- float: right;
- margin: 0px;
- padding: 0px;
- button {
- <<<<<<< HEAD
- float: left;
- padding-left: 0px;
- padding-right: 0px;
- margin-left: 12px;
- width: 28px;
- text-align: center;
- i {
- margin: 0px;
- position: relative;
- top: 1px;
- font-size: @fontSizeLarge;
- =======
- padding-left: 5px;
- padding-right: 5px;
- i {
- position: relative;
- top: 1px;
- >>>>>>> master
- }
- }
- }
- }
- }
- h4 {
- margin: 0px;
- padding: 0px;
- color: @gray;
- font-size: @baseFontSize * 1.2;
- font-weight: bold;
- }
- .no-participants {
- margin-bottom: @baseLineHeight;
- }
- .invite-participant {
- background-color: @white;
- border: 1px solid darken(@bodyBackground, 15%);
- border-radius: @baseBorderRadius;
- margin-top: @baseLineHeight - @baseFontSize;
- padding: 1px;
- form {
- margin: 0px;
- padding: 0px;
- input, button {
- border: none;
- background: none;
- box-shadow: none;
- }
- input {
- width: 70%;
- }
- button {
- float: right;
- <<<<<<< HEAD
- position: relative;
- top: 2px;
- left: 2px;
- i {
- margin: 0px;
- color: @grayLight;
- font-size: @fontSizeLarge;
- }
- &:hover, &:active {
- i {
- color: @textColor;
- }
- }
- =======
- >>>>>>> master
- }
- }
- }
- }
|