Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
UNL_Top_Level
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Digital Experience Group
UNL_Top_Level
Commits
d1f53a48
Commit
d1f53a48
authored
Aug 17, 2015
by
skoolbus39
Browse files
Options
Downloads
Patches
Plain Diff
Add CSS for TIPS form to repo
parent
2adfa6fa
No related branches found
No related tags found
1 merge request
!108
Add CSS for TIPS form to repo
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
sharedcode/css/tips.css
+118
-0
118 additions, 0 deletions
sharedcode/css/tips.css
with
118 additions
and
0 deletions
sharedcode/css/tips.css
0 → 100644
+
118
−
0
View file @
d1f53a48
/* TIPS form CSS */
#tips_iframe
{
width
:
100%
;
border
:
0
;
}
body
{
font-family
:
"Mercury Display A"
,
"Mercury Display B"
,
Georgia
,
Baskerville
,
"Baskerville Old Face"
,
"Hoefler Text"
,
Garamond
,
"Times New Roman"
,
serif
;
font-weight
:
400
;
font-style
:
normal
;
font-size
:
13px
;
line-height
:
1.662
;
color
:
#474746
;
background-color
:
#fefdfa
;
}
@media
screen
and
(
min-width
:
768px
)
{
body
{
font-size
:
16px
;
line-height
:
1.777
;
}
}
#tips-header
{
display
:
none
;
}
.body-content
{
margin
:
0
;
padding
:
0
;
}
.container
{
width
:
100%
;
max-width
:
none
;
}
a
{
color
:
#d00000
;
}
form
legend
,
form
label
,
form
input
,
form
select
{
font-family
:
"Gotham SSm A"
,
"Gotham SSm B"
,
Verdana
,
"Verdana Ref"
,
Geneva
,
Tahoma
,
"Lucida Grande"
,
"Lucida Sans Unicode"
,
"Lucida Sans"
,
"DejaVu Sans"
,
"Bitstream Vera Sans"
,
"Liberation Sans"
,
sans-serif
;
font-weight
:
400
;
font-style
:
normal
;
}
form
fieldset
{
padding-bottom
:
1em
;
}
form
legend
{
font-size
:
13px
;
text-transform
:
uppercase
;
}
@media
screen
and
(
min-width
:
768px
)
{
form
legend
{
font-size
:
16px
;
}
}
form
label
{
font-size
:
12px
;
}
@media
screen
and
(
min-width
:
768px
)
{
form
label
{
font-size
:
13px
;
}
}
.btn
{
border
:
none
;
border-radius
:
3px
;
color
:
#fff
;
margin
:
1em
0
;
padding
:
1.069em
1.333em
1em
;
display
:
inline-block
;
text-align
:
center
;
text-decoration
:
none
;
text-transform
:
uppercase
;
font-family
:
"Gotham SSm A"
,
"Gotham SSm B"
,
Verdana
,
"Verdana Ref"
,
Geneva
,
Tahoma
,
"Lucida Grande"
,
"Lucida Sans Unicode"
,
"Lucida Sans"
,
"DejaVu Sans"
,
"Bitstream Vera Sans"
,
"Liberation Sans"
,
sans-serif
;
font-weight
:
400
;
font-style
:
normal
;
font-size
:
10px
;
line-height
:
1
;
background-color
:
#137cbd
;
}
@media
screen
and
(
min-width
:
768px
)
{
.btn
{
font-size
:
12px
;
}
}
.btn
:hover
{
color
:
#fff
;
background-color
:
#10679d
;
}
.btn
:disabled
{
cursor
:
not-allowed
;
}
.btn-sm
{
font-size
:
9px
;
}
@media
screen
and
(
min-width
:
768px
)
{
.btn-sm
{
font-size
:
10px
;
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment