Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-1.1
Commits
b8818fb7
Commit
b8818fb7
authored
Jun 07, 2004
by
Clément Stenac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Forgot the CSS
parent
da73802e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
0 deletions
+31
-0
doc/developer/screen.css
doc/developer/screen.css
+31
-0
No files found.
doc/developer/screen.css
0 → 100644
View file @
b8818fb7
/* screen.css
*/
a
:link
{
color
:
blue
;
text-decoration
:
underline
}
a
:active
{
color
:
red
;
text-decoration
:
underline
}
a
:visited
{
color
:
darkblue
;
text-decoration
:
underline
}
body
{
font-family
:
"Verdana"
,
Georgia
,
Times
;
font-size
:
1em
;
color
:
#000000
;
background-color
:
#FFFFFF
;
margin
:
1em
1em
1em
1em
;}
h1
{
font-size
:
1.4em
;
margin
:
0em
0em
0em
0em
;}
h2
{
font-size
:
1.2em
;
margin
:
0em
0em
0em
0em
;}
h3
{
font-size
:
1em
;
margin
:
0em
0em
0em
0em
;}
h4
{
font-size
:
1em
;
margin
:
0em
0em
0em
0em
;}
h5
{
font-size
:
1em
;
margin
:
0em
0em
0em
0em
;}
p
{
font-size
:
1em
;
margin
:
0em
0em
0.5em
0em
;}
tt
{
font-family
:
"Courier New"
;
font-weight
:
bold
;}
hr
{
height
:
1px
;}
.navheader
{}
/* .navfooter {} */
.revhistory
table
{
border
:
none
;
padding
:
0px
0px
0px
0px
;
margin
:
1em
0em
1em
0em
;}
.revhistory
th
{
border
:
none
;
padding
:
0px
0px
0px
0px
;}
.revhistory
td
{
border
:
none
;
padding
:
0px
0px
0px
0px
;}
.note
{
border
:
1px
solid
#CCCC99
;
background-color
:
#F5F5E7
;
padding
:
0.5em
0.5em
0.5em
0.5em
;
margin
:
1em
0em
1em
0em
;
}
.caution
{
border
:
1px
solid
#F6EA00
;
background-color
:
#FFFFC9
;
padding
:
0.5em
0.5em
0.5em
0.5em
;
margin
:
1em
0em
1em
0em
;}
.tipp
{
background-color
:
#F5F5DC
}
.important
{
font-family
:
"Courier New"
;
font-size
:
0.8em
;
border
:
1px
solid
#F95E00
;
background-color
:
#F9CDB3
;
padding
:
0.5em
0.5em
0.5em
0.5em
;
margin
:
2em
0em
2em
0em
;}
.screen
{
font-family
:
"Courier New"
;
font-size
:
0.8em
;
border
:
1px
solid
#999999
;
background-color
:
#EBEBEB
;
padding
:
0.5em
0.5em
0.5em
0.5em
;
margin
:
2em
0em
2em
0em
;}
.programlisting
{
font-family
:
"Courier New"
;
font-size
:
0.8em
;
border
:
1px
solid
#B2DBFF
;
background-color
:
#F0F8FF
;
padding
:
0.5em
0.5em
0.5em
0.5em
;
margin
:
2em
0em
2em
0em
;}
.important
.programlisting
{
font-family
:
"Courier New"
;
font-size
:
1em
;
border
:
1px
solid
#B2DBFF
;
background-color
:
#F0F8FF
;
padding
:
0.5em
0.5em
0.5em
0.5em
;
margin
:
2em
0em
2em
0em
;}
.important
.screen
{
font-family
:
"Courier New"
;
font-size
:
1em
;
border
:
1px
solid
#999999
;
background-color
:
#EBEBEB
;
padding
:
0.5em
0.5em
0.5em
0.5em
;
margin
:
2em
0em
2em
0em
;}
.informalexample
{
font-family
:
"Courier New"
;
font-size
:
0.8em
;
border
:
1px
solid
#B2DBFF
;
background-color
:
#F0F8FF
;
padding
:
0.5em
0.5em
0.5em
0.5em
;
margin
:
2em
0em
2em
0em
;}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment