Projet

Général

Profil

Paste
Télécharger (1,79 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / themes / adaptivetheme / at_core / css / at.settings.style.headings.css @ 74f6bef0

1
/* Case */
2
.snc-uc #site-name,.ssc-uc #site-slogan,.ptc-uc #page-title,.ntc-uc .node-title,.ctc-uc .comment-title,.btc-uc .block-title {text-transform:uppercase}
3
.snc-lc #site-name,.ssc-lc #site-slogan,.ptc-lc #page-title,.ntc-lc .node-title,.ctc-lc .comment-title,.btc-lc .block-title {text-transform:lowercase}
4
.snc-c #site-name,.ssc-c #site-slogan,.ptc-c #page-title,.ntc-c .node-title,.ctc-c .comment-title,.btc-c .block-title {text-transform:capitalize}
5
.snc-sc #site-name,.ssc-sc #site-slogan,.ptc-sc #page-title,.ntc-sc .node-title,.ctc-sc .comment-title,.btc-sc .block-title {text-transform:none;font-variant:small-caps}
6
/* Weight */
7
.snw-n #site-name,.ssw-n #site-slogan,.ptw-n #page-title,.ntw-n .node-title,.ctw-n .comment-title,.btw-n .block-title {font-weight:400}
8
.snw-b #site-name,.ssw-b #site-slogan,.ptw-b #page-title,.ntw-b .node-title,.ctw-b .comment-title,.btw-b .block-title {font-weight:700}
9
/* Alignment */
10
.sna-l #site-name,.ssa-l #site-slogan,.pta-l #page-title,.nta-l .node-title,.cta-l .comment-title,.bta-l .block-title {text-align:left}
11
.sna-r #site-name,.ssa-r #site-slogan,.pta-r #page-title,.nta-r .node-title,.cta-r .comment-title,.bta-r .block-title {text-align:right}
12
.sna-c #site-name,.ssa-c #site-slogan,.pta-c #page-title,.nta-c .node-title,.cta-c .comment-title,.bta-c .block-title {text-align:center}
13
/* Shadow */
14
.sns-l #site-name,.sss-l #site-slogan,.pts-l #page-title,.nts-l .node-title,.cts-l .comment-title,.bts-l .block-title {text-shadow:0 1px 1px rgba(0,0,0,.3)}
15
.sns-d #site-name,.sss-d #site-slogan,.pts-d #page-title,.nts-d .node-title,.cts-d .comment-title,.bts-d .block-title {text-shadow:0 1px 1px rgba(0,0,0,.6)}
16
.sns-w #site-name,.sss-w #site-slogan,.pts-w #page-title,.nts-w .node-title,.cts-w .comment-title,.bts-w .block-title {text-shadow:0 1px 1px rgba(255,255,255,.8)}