oocss-compass 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/LICENSE +30 -0
- data/lib/oocss-compass.rb +4 -0
- data/stylesheets/_definitions.scss +64 -0
- data/stylesheets/_mixins.scss +13 -0
- data/stylesheets/_oocss-compass.scss +61 -0
- data/stylesheets/core/_libraries.scss +82 -0
- data/stylesheets/core/grid/_grids.scss +59 -0
- data/stylesheets/core/grid/_grids_debug.scss +36 -0
- data/stylesheets/core/module/_mod.scss +120 -0
- data/stylesheets/core/module/_mod_debug.scss +28 -0
- data/stylesheets/core/template/_template.scss +69 -0
- data/stylesheets/core/template/_template_debug.scss +19 -0
- data/stylesheets/plugins/breadcrumb/_breadcrumb.scss +15 -0
- data/stylesheets/plugins/breadcrumb/breadcrumb.css +4 -0
- data/stylesheets/plugins/tabs/_tabs.scss +146 -0
- data/stylesheets/plugins/talk/_talk.scss +76 -0
- data/stylesheets/plugins/talk/talk.css +20 -0
- data/templates/project/default.scss +19 -0
- data/templates/project/demos/core/grids/grids_all.html +362 -0
- data/templates/project/demos/core/grids/grids_doc.html +225 -0
- data/templates/project/demos/core/module/mod_doc.html +352 -0
- data/templates/project/demos/core/template/template.html +53 -0
- data/templates/project/demos/core/template/template_doc.html +108 -0
- data/templates/project/demos/plugins/breadcrumb/breadcrumb.html +42 -0
- data/templates/project/demos/plugins/tabs/tabs_doc.html +105 -0
- data/templates/project/demos/plugins/talk/talk_doc.html +158 -0
- data/templates/project/manifest.rb +13 -0
- data/templates/project/partials/_base.scss +0 -0
- data/templates/project/partials/core/_content.scss +261 -0
- data/templates/project/partials/core/_mod_skins.scss +405 -0
- data/templates/project/partials/core/content.css +73 -0
- data/templates/project/partials/core/mod_skins.css +113 -0
- data/templates/project/partials/plugins/_talk_skins.scss +54 -0
- data/templates/project/partials/plugins/talk_skins.css +18 -0
- data/templates/project/skin/about.png +0 -0
- data/templates/project/skin/author.png +0 -0
- data/templates/project/skin/even.png +0 -0
- data/templates/project/skin/even_borders.psd +0 -0
- data/templates/project/skin/even_lr.png +0 -0
- data/templates/project/skin/even_tb.png +0 -0
- data/templates/project/skin/excerpt.png +0 -0
- data/templates/project/skin/faq.png +0 -0
- data/templates/project/skin/gc.png +0 -0
- data/templates/project/skin/gc_header.png +0 -0
- data/templates/project/skin/gc_header2.png +0 -0
- data/templates/project/skin/glow.png +0 -0
- data/templates/project/skin/glow_7px.png +0 -0
- data/templates/project/skin/glow_test.png +0 -0
- data/templates/project/skin/glow_thin.png +0 -0
- data/templates/project/skin/grab.png +0 -0
- data/templates/project/skin/header.png +0 -0
- data/templates/project/skin/header_glossy.png +0 -0
- data/templates/project/skin/header_gradient_light.png +0 -0
- data/templates/project/skin/help.png +0 -0
- data/templates/project/skin/highlight.png +0 -0
- data/templates/project/skin/info.png +0 -0
- data/templates/project/skin/kakapo.png +0 -0
- data/templates/project/skin/me.png +0 -0
- data/templates/project/skin/noted.png +0 -0
- data/templates/project/skin/online.png +0 -0
- data/templates/project/skin/photo.png +0 -0
- data/templates/project/skin/round.png +0 -0
- data/templates/project/skin/simple_corners.png +0 -0
- data/templates/project/skin/simple_extended.png +0 -0
- data/templates/project/skin/store.png +0 -0
- data/templates/project/skin/talk.png +0 -0
- data/templates/project/skin/universe.png +0 -0
- data/templates/project/skin/universe_gray.png +0 -0
- data/templates/project/skin/universe_login.png +0 -0
- metadata +147 -0
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
body{font-family:"Myriad Pro","Segoe UI",Helvetica, Arial, sans-serif;}
|
|
2
|
+
/* **************** CONTENT OBJECTS ***************** */
|
|
3
|
+
/* ====== Default spacing ====== */
|
|
4
|
+
h1, h2, h3, h4, h5, h6, ul, ol,dl, p,blockquote {padding:10px;}
|
|
5
|
+
h1, h2, h3, h4, h5, h6,img{padding-bottom:0px;}
|
|
6
|
+
pre{margin: 10px;}
|
|
7
|
+
table h1,table h2,table h3, table h4, table h5, table h6, table p, table ul, table ol, table dl{padding:0;}
|
|
8
|
+
/* ====== Elements ====== */
|
|
9
|
+
img{display:block;}
|
|
10
|
+
em{font-style: italic;}
|
|
11
|
+
strong{font-weight:bold;}
|
|
12
|
+
hr{border: 5px solid #e2e2e2; border-width: 0 0 5px 0; margin: 20px 10px 10px 10px;}
|
|
13
|
+
code{color:#0B8C8F;}
|
|
14
|
+
/* ====== Headings ====== */
|
|
15
|
+
/* .h1-.h6 classes should be used to maintain the semantically appropriate heading levels - NOT for use on non-headings */
|
|
16
|
+
h1, .h1{font-size:196%; font-weight:normal; font-style: normal; color:#AE0345;}
|
|
17
|
+
h2, .h2{font-size:167%; font-weight:normal; font-style: normal; color:#AE0345;}
|
|
18
|
+
h3, .h3{font-size:146.5%; font-weight:normal; font-style: normal; color:#DF2B72;}
|
|
19
|
+
h4, .h4{font-size:123.1%; font-weight:normal; font-style: normal; color: #333;}
|
|
20
|
+
h5, .h5{font-size:108%; font-weight:bold; font-style: normal; color:#AE0345;}
|
|
21
|
+
h6, .h6{font-size:108%; font-weight:normal; font-style: italic; color:#333;}
|
|
22
|
+
/* if additional headings are needed they should be created via additional classes, never via location dependant styling */
|
|
23
|
+
.category{font-size:108%; font-weight:normal; font-style: normal; text-transform:uppercase; color: #333;}
|
|
24
|
+
.category a{color: #333;}
|
|
25
|
+
.important a{font-weight:bold;}
|
|
26
|
+
/* links */
|
|
27
|
+
a {color: #2c4460; text-decoration: none;}
|
|
28
|
+
a:focus, a:hover {text-decoration: underline;}
|
|
29
|
+
a:focus{background-color:#FFFFCC;}
|
|
30
|
+
a:visited { color:#005a9c; }
|
|
31
|
+
/* ====== Lists ======*/
|
|
32
|
+
/* numbered list */
|
|
33
|
+
ol.simpleList li{list-style-type: decimal; margin-left:40px;}
|
|
34
|
+
/* standard list */
|
|
35
|
+
ul.simpleList li{list-style-type:disc; margin-left:40px;}
|
|
36
|
+
/* ====== Tables ====== */
|
|
37
|
+
.data{padding: 20px; position:relative; zoom:1;vertical-align: top;border-right:solid 1px transparent;/* border fixes a FF2 bug which causes the data table to overlay its borders*/}
|
|
38
|
+
.data table {width:100%;border:1px solid #AE0345;}
|
|
39
|
+
th, td{vertical-align:top;border:1px solid #AE0345;}
|
|
40
|
+
.txtC, .data .txtC td, .data .txtC th{text-align:center;}
|
|
41
|
+
.txtL, .data .txtL td, .data .txtL th{text-align:left;}
|
|
42
|
+
.txtR, .data .txtR td, .data .txtR th{text-align:right;}
|
|
43
|
+
.txtT, .data .txtT td, .data .txtT th{vertical-align:top;}
|
|
44
|
+
.txtB, .data .txtB td, .data .txtB th{vertical-align:bottom;}
|
|
45
|
+
.txtM, .data .txtM td, .data .txtM th{vertical-align:middle;}
|
|
46
|
+
.data th,.data td{padding:3px 20px}
|
|
47
|
+
.data thead tr{background-color: #fff0f8;}
|
|
48
|
+
.data th{color: #000; font-weight:bold}
|
|
49
|
+
/* specification table - extends data table */
|
|
50
|
+
.spec{padding:10px;}
|
|
51
|
+
.spec table{border-top: 1px solid #e2e2e2; border-bottom-color:#fff; border-left:none; border-right:none;}
|
|
52
|
+
.spec th, .spec td{border:1px solid #e2e2e2; border-width: 1px 0; padding-left:0;}
|
|
53
|
+
.spec .odd, .spec .even{background-color: #fff;}
|
|
54
|
+
/* ====== blockquote ====== */
|
|
55
|
+
cite{display:block; text-align:right; padding-top: 10px;}
|
|
56
|
+
/* ====== callout ====== */
|
|
57
|
+
.callout{font-size:189%;color:#999999; font-style:italic;}
|
|
58
|
+
.callout cite{display:block; text-align:right;padding-top: 30px; font-size:69.25%;}
|
|
59
|
+
.callout span.quot{font-size: 500%; vertical-align: sub; color:#e2e2e2; line-height:25px; font-weight:bold;}
|
|
60
|
+
.callout span.quotLast{vertical-align:middle;}
|
|
61
|
+
/* ====== image treatments (get more from jason santa maria) ====== */
|
|
62
|
+
.caption{font-size:13px; color:#666666; font-style:italic;padding-top:0;}
|
|
63
|
+
/* will need to either
|
|
64
|
+
1. find a way to capture the width of the caption in the width of the image or flash
|
|
65
|
+
2. Set some default widths, mby use flickr widths?
|
|
66
|
+
*/
|
|
67
|
+
/* ====== media ====== */
|
|
68
|
+
.media{overflow:hidden; overflow:visible; zoom:1;margin:10px;}
|
|
69
|
+
.media .img{float:left;margin-right: 10px;}
|
|
70
|
+
.media .img img{display:block;}
|
|
71
|
+
.media .imgExt{float:right; margin-left: 10px;}
|
|
72
|
+
/* ====== special formatting classes ====== */
|
|
73
|
+
.detail{color: #777; font-size:11px;display:block;}
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
/* **************** BLOCK SKINS ***************** */
|
|
2
|
+
/* ====== Contour blocks ====== */
|
|
3
|
+
/* remove background-image:" to default to square corners for IE */
|
|
4
|
+
/* ----- simple (extends mod) ----- */
|
|
5
|
+
.simple .inner {border:1px solid #D7D7D7;-moz-border-radius: 7px;-webkit-border-radius: 7px;border-radius: 7px;}
|
|
6
|
+
.simple b{*background-image:url(skin/simple_corners.png);}
|
|
7
|
+
/* ----- basic (extends mod) ----- */
|
|
8
|
+
.basic .inner {-moz-border-radius: 7px;-webkit-border-radius: 7px;border-radius: 7px;}
|
|
9
|
+
.basic b{*background-image:url(skin/round.png);}
|
|
10
|
+
/* ----- simpleExt (extends mod) ----- */
|
|
11
|
+
.simpleExt,.simpleExt .inner{border:1px solid #c7c7c7;-moz-border-radius: 7px;-webkit-border-radius: 7px;border-radius: 7px; }
|
|
12
|
+
.simpleExt .inner{border-color:#fff; border-width:4px; background-color:#e2e2e2;}
|
|
13
|
+
.simpleExt b{*background-image:url(skin/simple_extended.png);}
|
|
14
|
+
.simpleExt .tl{left:-1px;top:-1px;height:12px; width:12px;}
|
|
15
|
+
.simpleExt .tr{right:-1px;top:-1px;height:12px; width:12px;}
|
|
16
|
+
.simpleExt .bl{left:-1px;bottom:-1px;height:12px; width:12px;margin-top:-12px;}
|
|
17
|
+
.simpleExt .br{right:-1px;bottom:-1px;height:12px; width:12px;margin-top:-12px;}
|
|
18
|
+
/* ----- me (extends mod) use for my comments ----- */
|
|
19
|
+
.me,.me .inner{border:1px solid #909090;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}
|
|
20
|
+
.me .inner{border-color:#d76a84;}
|
|
21
|
+
.me b{*background-image:url(skin/me.png);}
|
|
22
|
+
.me .tl{left:-1px;top:-1px;}
|
|
23
|
+
.me .tr{right:-1px;top:-1px;}
|
|
24
|
+
.me .bl{left:-1px;bottom:-1px;}
|
|
25
|
+
.me .br{right:-1px;bottom:-1px;}
|
|
26
|
+
/* ----- noted (extends mod) ----- */
|
|
27
|
+
.noted,.noted .inner{border:1px solid #c2c2c2;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}
|
|
28
|
+
.noted .inner{border-color:#eded68;}
|
|
29
|
+
.noted b{*background-image:url(skin/noted.png);}
|
|
30
|
+
.noted .tl{left:-1px;top:-1px;}
|
|
31
|
+
.noted .tr{right:-1px;top:-1px;}
|
|
32
|
+
.noted .bl{left:-1px;bottom:-1px;}
|
|
33
|
+
.noted .br{right:-1px;bottom:-1px;}
|
|
34
|
+
/* ----- grab (extends mod) ----- */
|
|
35
|
+
.grab .inner{border: 3px solid #00477a; border-bottom-width:10px;}/* can't be done w border radius */
|
|
36
|
+
.grab b{background-image:url(skin/grab.png);}
|
|
37
|
+
/*.grab .tl, .grab .tr{height:10px; width:10px;}*/
|
|
38
|
+
.grab .bl, .grab .br{height:16px;/*if height is set, margin set*/margin-top:-16px;}
|
|
39
|
+
/* ----- faq (extends mod) ----- */
|
|
40
|
+
.faq .inner{border: 3px solid #b20029; border-bottom-width:10px;}/* can't be done w border radius */
|
|
41
|
+
.faq b{background-image:url(skin/faq.png);}
|
|
42
|
+
.faq .bl, .faq .br{height:16px;/*if height is set, margin set*/margin-top:-16px;}
|
|
43
|
+
/* ----- onlinestore (extends mod) ----- */
|
|
44
|
+
.onlinestore .inner{border: 3px solid #9a9800; border-bottom-width:10px;}/* can't be done w border radius */
|
|
45
|
+
.onlinestore b{background-image:url(skin/store.png);}
|
|
46
|
+
.onlinestore .bl, .onlinestore .br{height:16px;/*if height is set, margin set*/margin-top:-16px;}
|
|
47
|
+
/* ----- about (extends mod) ----- */
|
|
48
|
+
.about .inner{border: 3px solid #494949; border-bottom-width:10px;}/* can't be done w border radius */
|
|
49
|
+
.about b{background-image:url(skin/about.png);}
|
|
50
|
+
.about .bl, .about .br{height:16px;/*if height is set, margin set*/margin-top:-16px;}
|
|
51
|
+
/* ----- talk (extends mod) ----- */
|
|
52
|
+
.talk,.talk .inner{border:1px solid #c7c7c7;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}
|
|
53
|
+
.talk .inner{border-color:#ededed;}
|
|
54
|
+
.talk b{*background-image:url(skin/talk.png);}
|
|
55
|
+
.talk .tl{left:-1px;top:-1px;}
|
|
56
|
+
.talk .tr{right:-1px;top:-1px;}
|
|
57
|
+
.talk .bl{left:-1px;bottom:-1px;}
|
|
58
|
+
.talk .br{right:-1px;bottom:-1px;}
|
|
59
|
+
/* ----- photo (extends complex) ----- */
|
|
60
|
+
.photo .inner{border:solid 10px #fff;margin:0 4px;}/* muck with margins to change how the block will align with other blocks, any value between 0-10px */
|
|
61
|
+
.photo b{background-image:url(skin/photo.png);}
|
|
62
|
+
.photo .tr, .photo .tl{width:20px;}
|
|
63
|
+
.photo .top, .photo .bottom{height:4px;margin-top:0px;}
|
|
64
|
+
.photo .bl, .photo .br{height:16px;margin-top: -12px;}
|
|
65
|
+
/* ----- flow (extends complex) ----- */
|
|
66
|
+
.flow{margin:6px;}
|
|
67
|
+
.flow b{background-image:url(skin/even.png);}
|
|
68
|
+
.flow .inner{padding:0 4px;}
|
|
69
|
+
.flow .top{height:4px;}
|
|
70
|
+
.flow .bottom{height:4px;margin-top:-4px;}
|
|
71
|
+
.flow .br,.flow .bl{margin-top:-6px;}/* margin top = bottom height - corner height */
|
|
72
|
+
/* ----- shadow test (experimental attempt to match "flow" cross browser w no img)----- */
|
|
73
|
+
.boo{-webkit-box-shadow: 0px 0px 1px rgba(0,0,0,33);-moz-box-shadow: black 2px 2px 2px 2px;/*-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;*/border:solid 1px #949494;background:#fff;}
|
|
74
|
+
/* ----- .excerpt (extends complex) ----- */
|
|
75
|
+
.excerpt b{background-image:url(skin/excerpt.png);}
|
|
76
|
+
.excerpt .top{height:1px;}
|
|
77
|
+
.excerpt .bottom{height:6px;margin-top:-6px;}/* margin top equal to - height of bottom */
|
|
78
|
+
.excerpt .br,.excerpt .bl{height:12px;margin-top:-6px;}/* margin top = bottom height - corner height */
|
|
79
|
+
/* ----- sommers (extends pop) ----- */
|
|
80
|
+
.sommers .inner{_border:3px solid #D7D7D7;}/*IE6 backup no alpha transparency */
|
|
81
|
+
.sommers,.sommers .inner,.sommers b{background-image:url(skin/glow_7px.png);_background-image:none;}
|
|
82
|
+
.sommers{margin:3px 20px 20px 3px;}
|
|
83
|
+
/* ----- gonzalo ----- */
|
|
84
|
+
.gonzalo, .gonzalo .inner, .gonzalo b{background-image:url(skin/gc.png);}
|
|
85
|
+
/* ====== Background blocks ====== */
|
|
86
|
+
.sale .inner{background:red none;}
|
|
87
|
+
.nicole .inner{background:#c01c41 none; color:#fff;}
|
|
88
|
+
.nicole *, .login *{ color:#fff;}
|
|
89
|
+
.highlight .inner{background:#e3e36f none;}
|
|
90
|
+
.universe .inner{background:url(skin/universe.png) repeat left top;}
|
|
91
|
+
.foo .inner{background: url(skin/universe_gray.png) repeat left top;}
|
|
92
|
+
.login .inner{background: url(skin/universe_login.png) repeat left top;}
|
|
93
|
+
.comment .inner{background:#e2e2e2 none;}
|
|
94
|
+
/* ====== Block headers and footers ====== */
|
|
95
|
+
.hd h1, .hd h2, .hd h3, .hd h4, .hd h5, .hd h6{padding: 5px 10px;}
|
|
96
|
+
.section{background: #e9e9e9 url(skin/header.png) repeat-x left bottom; color:#de2c72;font-size:120%;padding:5px 10px;}
|
|
97
|
+
.section h1,.section h2,.section h3,.section h4,.section h5,.section h6{font-size:100%;color:#de2c72;padding:0;}
|
|
98
|
+
.act{background-color:#e9e9e9;}
|
|
99
|
+
.topper{background: #fff url(skin/header_gradient_light.png) repeat-x left bottom;color: #4D4D4D;font-size:120%;padding:5px 10px;}
|
|
100
|
+
.topper h1,.topper h2,.topper h3,.topper h4,.topper h5,.topper h6{font-size:100%;color:#4D4D4D;padding:0;}
|
|
101
|
+
.tabPosLeft .topper li,.tabPosRight .topper li{background: #fff url(skin/header_gradient_light.png) repeat-x left bottom;/* belongs in topper */}
|
|
102
|
+
.tabPosBottom .topper{
|
|
103
|
+
background-image:-webkit-gradient(linear, 0% 0%, 0% 40%, from(#E2E2E2), to(#FFFFFF));
|
|
104
|
+
background-image:-moz-linear-gradient(0% 8% 270deg, #E2E2E2, #FFFFFF, #FFFFFF 77%);}
|
|
105
|
+
.bam{background: #00477a url(skin/header_glossy.png) repeat-x left top;color: #fff;font-size:120%;padding:5px 10px;}
|
|
106
|
+
.bam h1,.bam h2,.bam h3,.bam h4,.bam h5,.bam h6{font-size:100%;color:#fff;padding:0;}
|
|
107
|
+
.gonz{background:url(skin/gc_header.png) no-repeat left top;}/* messed up */
|
|
108
|
+
.online{background: #9a9400 url(skin/online.png) repeat-x left top;color: #000;font-size:120%;padding:5px 10px;}
|
|
109
|
+
.online h1,.online h2,.online h3,.online h4,.online h5,.online h6{font-size:100%;color:#000;padding:0;}
|
|
110
|
+
.help{background: #b20029 url(skin/help.png) repeat-x left top;color: #fff;font-size:120%;padding:5px 10px;}
|
|
111
|
+
.help h1,.help h2,.help h3,.help h4,.help h5,.help h6{font-size:100%;color:#fff;padding:0;}
|
|
112
|
+
.info{background: #636363 url(skin/info.png) repeat-x left top;color: #fff;font-size:120%;padding:5px 10px;}
|
|
113
|
+
.info h1,.info h2,.info h3,.info h4,.info h5,.info h6{font-size:100%;color:#fff;padding:0;}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
/* yowza (extends bubbleTop) */
|
|
2
|
+
|
|
3
|
+
.yowza {
|
|
4
|
+
.inner {
|
|
5
|
+
background-color: #d4494f; }
|
|
6
|
+
b b {
|
|
7
|
+
border-bottom-color: #d4494f; } }
|
|
8
|
+
|
|
9
|
+
/* discuss (extends bubbleBottom) */
|
|
10
|
+
|
|
11
|
+
.discuss {
|
|
12
|
+
.inner {
|
|
13
|
+
background-color: #CCC; }
|
|
14
|
+
b b {
|
|
15
|
+
border-top-color: #CCC; } }
|
|
16
|
+
|
|
17
|
+
/* lol (extends bubbleLeft) */
|
|
18
|
+
|
|
19
|
+
.lol {
|
|
20
|
+
.inner {
|
|
21
|
+
background-color: #845B4E;
|
|
22
|
+
color: #fff; }
|
|
23
|
+
b b {
|
|
24
|
+
border-right-color: #845B4E; } }
|
|
25
|
+
|
|
26
|
+
/* meep (extends bubbleRight) */
|
|
27
|
+
|
|
28
|
+
.meep {
|
|
29
|
+
.inner {
|
|
30
|
+
background-color: #6cc6c6; }
|
|
31
|
+
b b {
|
|
32
|
+
border-left-color: #6cc6c6; } }
|
|
33
|
+
|
|
34
|
+
/* yoyo (extends bubbleBottom) */
|
|
35
|
+
|
|
36
|
+
.yoyo {
|
|
37
|
+
.inner {
|
|
38
|
+
background-color: #52a583; }
|
|
39
|
+
b b {
|
|
40
|
+
border-top-color: #52a583; } }
|
|
41
|
+
|
|
42
|
+
/* header */
|
|
43
|
+
|
|
44
|
+
.fire {
|
|
45
|
+
color: #000;
|
|
46
|
+
font-size: 18px;
|
|
47
|
+
border-bottom: 1px dashed #fff;
|
|
48
|
+
* {
|
|
49
|
+
color: #000;
|
|
50
|
+
font-size: 18px;
|
|
51
|
+
border-bottom: 1px dashed #fff; } }
|
|
52
|
+
|
|
53
|
+
.attribution {
|
|
54
|
+
margin-left: 27px; }
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/* yowza (extends bubbleTop) */
|
|
2
|
+
.yowza .inner{background-color:#d4494f;}
|
|
3
|
+
.yowza b b{border-bottom-color:#d4494f;}
|
|
4
|
+
/* discuss (extends bubbleBottom) */
|
|
5
|
+
.discuss .inner{background-color:#CCC;}
|
|
6
|
+
.discuss b b{border-top-color:#CCC;}
|
|
7
|
+
/* lol (extends bubbleLeft) */
|
|
8
|
+
.lol .inner{background-color:#845B4E; color:#fff;}
|
|
9
|
+
.lol b b{border-right-color:#845B4E;}
|
|
10
|
+
/* meep (extends bubbleRight) */
|
|
11
|
+
.meep .inner{background-color:#6cc6c6;}
|
|
12
|
+
.meep b b{border-left-color:#6cc6c6;}
|
|
13
|
+
/* yoyo (extends bubbleBottom) */
|
|
14
|
+
.yoyo .inner{background-color:#52a583;}
|
|
15
|
+
.yoyo b b{border-top-color:#52a583;}
|
|
16
|
+
/* header */
|
|
17
|
+
.fire, .fire *{color: #000; font-size:18px; border-bottom: 1px dashed #fff;}
|
|
18
|
+
.attribution{margin-left:27px;}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
metadata
ADDED
|
@@ -0,0 +1,147 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: oocss-compass
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
hash: 27
|
|
5
|
+
prerelease:
|
|
6
|
+
segments:
|
|
7
|
+
- 0
|
|
8
|
+
- 0
|
|
9
|
+
- 2
|
|
10
|
+
version: 0.0.2
|
|
11
|
+
platform: ruby
|
|
12
|
+
authors:
|
|
13
|
+
- Cedric Michaux
|
|
14
|
+
autorequire:
|
|
15
|
+
bindir: bin
|
|
16
|
+
cert_chain: []
|
|
17
|
+
|
|
18
|
+
date: 2012-03-05 00:00:00 Z
|
|
19
|
+
dependencies:
|
|
20
|
+
- !ruby/object:Gem::Dependency
|
|
21
|
+
name: compass
|
|
22
|
+
prerelease: false
|
|
23
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
|
24
|
+
none: false
|
|
25
|
+
requirements:
|
|
26
|
+
- - ">="
|
|
27
|
+
- !ruby/object:Gem::Version
|
|
28
|
+
hash: 29
|
|
29
|
+
segments:
|
|
30
|
+
- 0
|
|
31
|
+
- 11
|
|
32
|
+
version: "0.11"
|
|
33
|
+
type: :runtime
|
|
34
|
+
version_requirements: *id001
|
|
35
|
+
description: The implementation of OOCSS into Compass using SCSS
|
|
36
|
+
email: cedric@he8us.be
|
|
37
|
+
executables: []
|
|
38
|
+
|
|
39
|
+
extensions: []
|
|
40
|
+
|
|
41
|
+
extra_rdoc_files: []
|
|
42
|
+
|
|
43
|
+
files:
|
|
44
|
+
- LICENSE
|
|
45
|
+
- lib/oocss-compass.rb
|
|
46
|
+
- stylesheets/_definitions.scss
|
|
47
|
+
- stylesheets/_mixins.scss
|
|
48
|
+
- stylesheets/_oocss-compass.scss
|
|
49
|
+
- stylesheets/core/_libraries.scss
|
|
50
|
+
- stylesheets/core/grid/_grids.scss
|
|
51
|
+
- stylesheets/core/grid/_grids_debug.scss
|
|
52
|
+
- stylesheets/core/module/_mod.scss
|
|
53
|
+
- stylesheets/core/module/_mod_debug.scss
|
|
54
|
+
- stylesheets/core/template/_template.scss
|
|
55
|
+
- stylesheets/core/template/_template_debug.scss
|
|
56
|
+
- stylesheets/plugins/breadcrumb/_breadcrumb.scss
|
|
57
|
+
- stylesheets/plugins/breadcrumb/breadcrumb.css
|
|
58
|
+
- stylesheets/plugins/tabs/_tabs.scss
|
|
59
|
+
- stylesheets/plugins/talk/_talk.scss
|
|
60
|
+
- stylesheets/plugins/talk/talk.css
|
|
61
|
+
- templates/project/default.scss
|
|
62
|
+
- templates/project/demos/core/grids/grids_all.html
|
|
63
|
+
- templates/project/demos/core/grids/grids_doc.html
|
|
64
|
+
- templates/project/demos/core/module/mod_doc.html
|
|
65
|
+
- templates/project/demos/core/template/template.html
|
|
66
|
+
- templates/project/demos/core/template/template_doc.html
|
|
67
|
+
- templates/project/demos/plugins/breadcrumb/breadcrumb.html
|
|
68
|
+
- templates/project/demos/plugins/tabs/tabs_doc.html
|
|
69
|
+
- templates/project/demos/plugins/talk/talk_doc.html
|
|
70
|
+
- templates/project/manifest.rb
|
|
71
|
+
- templates/project/partials/_base.scss
|
|
72
|
+
- templates/project/partials/core/_content.scss
|
|
73
|
+
- templates/project/partials/core/_mod_skins.scss
|
|
74
|
+
- templates/project/partials/core/content.css
|
|
75
|
+
- templates/project/partials/core/mod_skins.css
|
|
76
|
+
- templates/project/partials/plugins/_talk_skins.scss
|
|
77
|
+
- templates/project/partials/plugins/talk_skins.css
|
|
78
|
+
- templates/project/skin/about.png
|
|
79
|
+
- templates/project/skin/author.png
|
|
80
|
+
- templates/project/skin/even.png
|
|
81
|
+
- templates/project/skin/even_borders.psd
|
|
82
|
+
- templates/project/skin/even_lr.png
|
|
83
|
+
- templates/project/skin/even_tb.png
|
|
84
|
+
- templates/project/skin/excerpt.png
|
|
85
|
+
- templates/project/skin/faq.png
|
|
86
|
+
- templates/project/skin/gc.png
|
|
87
|
+
- templates/project/skin/gc_header.png
|
|
88
|
+
- templates/project/skin/gc_header2.png
|
|
89
|
+
- templates/project/skin/glow.png
|
|
90
|
+
- templates/project/skin/glow_7px.png
|
|
91
|
+
- templates/project/skin/glow_test.png
|
|
92
|
+
- templates/project/skin/glow_thin.png
|
|
93
|
+
- templates/project/skin/grab.png
|
|
94
|
+
- templates/project/skin/header.png
|
|
95
|
+
- templates/project/skin/header_glossy.png
|
|
96
|
+
- templates/project/skin/header_gradient_light.png
|
|
97
|
+
- templates/project/skin/help.png
|
|
98
|
+
- templates/project/skin/highlight.png
|
|
99
|
+
- templates/project/skin/info.png
|
|
100
|
+
- templates/project/skin/kakapo.png
|
|
101
|
+
- templates/project/skin/me.png
|
|
102
|
+
- templates/project/skin/noted.png
|
|
103
|
+
- templates/project/skin/online.png
|
|
104
|
+
- templates/project/skin/photo.png
|
|
105
|
+
- templates/project/skin/round.png
|
|
106
|
+
- templates/project/skin/simple_corners.png
|
|
107
|
+
- templates/project/skin/simple_extended.png
|
|
108
|
+
- templates/project/skin/store.png
|
|
109
|
+
- templates/project/skin/talk.png
|
|
110
|
+
- templates/project/skin/universe.png
|
|
111
|
+
- templates/project/skin/universe_gray.png
|
|
112
|
+
- templates/project/skin/universe_login.png
|
|
113
|
+
homepage: http://www.he8us.be/
|
|
114
|
+
licenses: []
|
|
115
|
+
|
|
116
|
+
post_install_message:
|
|
117
|
+
rdoc_options: []
|
|
118
|
+
|
|
119
|
+
require_paths:
|
|
120
|
+
- lib
|
|
121
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
122
|
+
none: false
|
|
123
|
+
requirements:
|
|
124
|
+
- - ">="
|
|
125
|
+
- !ruby/object:Gem::Version
|
|
126
|
+
hash: 3
|
|
127
|
+
segments:
|
|
128
|
+
- 0
|
|
129
|
+
version: "0"
|
|
130
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
131
|
+
none: false
|
|
132
|
+
requirements:
|
|
133
|
+
- - ">="
|
|
134
|
+
- !ruby/object:Gem::Version
|
|
135
|
+
hash: 3
|
|
136
|
+
segments:
|
|
137
|
+
- 0
|
|
138
|
+
version: "0"
|
|
139
|
+
requirements: []
|
|
140
|
+
|
|
141
|
+
rubyforge_project:
|
|
142
|
+
rubygems_version: 1.8.10
|
|
143
|
+
signing_key:
|
|
144
|
+
specification_version: 3
|
|
145
|
+
summary: OOCSS Compass implementation
|
|
146
|
+
test_files: []
|
|
147
|
+
|