Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F8321655
app.css
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
5 KB
Referenced Files
None
Subscribers
None
app.css
View Options
@
charset
"utf-8"
;
/* -------------------------------------------------------------
Nasqueron Tools
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Author: Dereckson
Tags: Foundation, red, gray, Ralf Lauren, vintage
Filename: app.css
Version: 1.0
Created: 2013-01-16
Updated: 2014-01-05
Licence: Creative Commons BY 3.0
------------------------------------------------------------- */
/* -------------------------------------------------------------
Table of contents
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
:: Main styles
:: Header
:: Content
:: Footer
:: Dark variation
:: Typography
:: Foundation Icons Fonts
*/
/* -------------------------------------------------------------
Main styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
body
{
background-color
:
#703030
;
font-family
:
'Source Sans Pro'
,
sans-serif
;
}
h1
,
h2
,
h3
,
h4
,
h5
,
h6
{
font-family
:
'Source Sans Pro'
,
sans-serif
;
font-weight
:
300
;
}
h1
,
h3
,
h4
,
h5
,
h6
{
}
/* -------------------------------------------------------------
Header
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
body
{
background-image
:
url
(
/images/RalfFallsIntoFoundation/topborder.png
);
background-repeat
:
repeat-x
;
margin-top
:
1.25
em
;
margin-bottom
:
0
;
}
header
{
background-color
:
#2F343B
;
background-image
:
url
(
/images/patterns/square_bg.png
);
color
:
white
}
header
h1
{
color
:
#7E827A
;
font-size
:
37
px
;
}
header
a
{
color
:
white
;
}
/* -------------------------------------------------------------
Content
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#
content
{
background-image
:
url
(
/images/RalfFallsIntoFoundation/contentborder.png
);
background-repeat
:
repeat-x
;
background-color
:
white
;
padding-top
:
1
em
;
margin-bottom
:
0
;
min-height
:
400
px
;
}
.
justify
p
{
text-align
:
justify
;
}
.
accordion
h4
,
.
accordion
h5
,
.
accordion
h6
{
color
:
black
;
}
ul
.
menu
{
display
:
block
;
list-style-type
:
disc
;
margin-before
:
1
em
;
margin-after
:
1
em
;
margin-start
:
0
;
margin-end
:
0
;
padding-start
:
40
px
;
padding-left
:
2
em
;
}
.
menu
li
{
display
:
list-item
;
}
/* -------------------------------------------------------------
Footer
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
footer
{
background-image
:
url
(
/images/RalfFallsIntoFoundation/footerborder.png
);
background-repeat
:
repeat-x
;
background-color
:
white
;
margin-bottom
:
0
;
padding-top
:
2
em
;
background-color
:
#703030
;
color
:
white
;
font-family
:
'Source Sans Pro'
,
sans-serif
;
font-weight
:
400
;
}
footer
hr
{
width
:
75
%
;
height
:
1
px
;
margin
:
0
em
auto
1
em
auto
;
background
:
url
(
/images/RalfFallsIntoFoundation/hr.png
)
top
center
;
background-repeat
:
no-repeat
;
border
:
none
!important
;
}
footer
a
{
color
:
#D6BCB1
;
}
footer
a
:
hover
{
color
:
#C77966
;
}
footer
a
:
active
{
color
:
#A35636
;
}
footer
.
site-description
{
text-align
:
center
;
}
footer
.
site-description
p
{
font-size
:
14
px
;
}
footer
dl
{
font-variant
:
small-caps
;
}
footer
dt
{
color
:
white
;
font-weight
:
600
;
}
footer
dd
{
padding-left
:
1
em
;
}
.
extrainfos
{
}
footer
.
extrainfos
strong
{
font-variant
:
small-caps
;
}
/* -------------------------------------------------------------
Dark variation
Dedicated to André Bertrand.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#
content
.
dark
{
background-color
:
black
;
background-image
:
none
;
}
.
dark
.
row
{
color
:
#7E827A
;
}
.
dark
h2
{
font-weight
:
200
;
color
:
#C77966
;
}
.
dark
h3
{
color
:
#E3CDA4
;
}
.
dark
h4
,
.
dark
h5
,
.
dark
h6
,
.
dark
h4
abbr
{
color
:
#7E827A
;
}
.
dark
a
{
color
:
#D6BCB1
;
}
.
dark
a
:
hover
{
color
:
#C77966
;
}
.
dark
a
:
active
{
color
:
#A35636
;
}
.
dark
hr
{
background-color
:
#101010
;
border
:
none
;
height
:
1
px
;
}
.
dark
.
accordion
a
{
color
:
#2F343B
;
}
.
dark
form
{
background-color
:
#2F343B
;
background-image
:
url
(
/images/patterns/square_bg.png
);
padding
:
1.125
em
1
em
0.6
em
1
em
;
border
:
solid
1
px
#111
;
}
.
dark
form
label
{
color
:
#ddd
;
}
.
dark
table
{
background
:
none
repeat
scroll
0
%
0
%
rgb
(
0
,
0
,
0
);
border
:
1
px
solid
rgb
(
34
,
34
,
34
);
}
.
dark
table
thead
,
.
dark
table
tfoot
{
background-color
:
#131313
;
}
.
dark
table
thead
tr
th
,
.
dark
table
tfoot
tr
td
{
color
:
white
;
}
.
dark
table
tbody
tr
td
{
color
:
#7E827A
;
}
.
dark
table
tbody
tr
.
even
,
table
tbody
tr
.
alt
,
.
dark
table
tbody
tr
:
nth-child
(
even
)
{
background-color
:
#0f0f0f
;
}
/* -------------------------------------------------------------
Typography
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.
ampersand
{
font-family
:
'Caslon Ampersand'
;
margin-right
:
0.1
em
;
}
/* -------------------------------------------------------------
Foundation Icons Fonts
www.zurb.com/playground/foundation-icons
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
[
class
*=
"social foundicon-"
]
:
before
{
font-family
:
"SocialFoundicons"
;
}
[
class
*=
"general foundicon-"
]
:
before
{
font-family
:
"GeneralFoundicons"
;
}
[
class
*=
"gen-enclosed foundicon-"
]
:
before
{
font-family
:
"GeneralEnclosedFoundicons"
;
}
[
class
*=
"accessibility foundicon-"
]
:
before
{
font-family
:
"AccessibilityFoundicons"
;
}
i
{
font-style
:
normal
;
}
i
:
hover
{
color
:
#703030
;
}
footer
i
:
hover
{
color
:
#2F343B
;
}
#
action-icons
{
padding
:
1
em
1
em
;
font-size
:
2
em
;
float
:
right
;
}
header
h1
i
{
margin-right
:
0.25
em
;
color
:
#C77966
;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, May 13, 16:48 (17 h, 4 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2584971
Default Alt Text
app.css (5 KB)
Attached To
Mode
rTOOLS Nasqueron Tools
Attached
Detach File
Event Timeline
Log In to Comment