Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
doctrine-dbal
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tomáš Trávníček
doctrine-dbal
Commits
b28a63e4
Commit
b28a63e4
authored
Jul 17, 2007
by
pookey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tabs to spaces
parent
fb58fb65
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
66 additions
and
66 deletions
+66
-66
basic.css
manual/new/styles/basic.css
+66
-66
No files found.
manual/new/styles/basic.css
View file @
b28a63e4
body
,
html
{
margin
:
0
;
padding
:
0
;
font-family
:
"Trebuchet MS"
,
sans-serif
;
font-size
:
medium
;
margin
:
0
;
padding
:
0
;
font-family
:
"Trebuchet MS"
,
sans-serif
;
font-size
:
medium
;
background
:
white
;
color
:
black
;
}
h1
,
h2
,
h3
,
h4
,
h5
,
h6
{
font-family
:
"Lucida Bright"
,
"Times New Roman"
,
serif
;
font-family
:
"Lucida Bright"
,
"Times New Roman"
,
serif
;
}
h1
{
text-align
:
center
;
font-size
:
2em
;
margin-bottom
:
1em
;
margin-top
:
0
;
text-align
:
center
;
font-size
:
2em
;
margin-bottom
:
1em
;
margin-top
:
0
;
}
h2
{
font-size
:
1.5em
;
text-align
:
left
;
margin
:
0.67em
0
;
font-size
:
1.5em
;
text-align
:
left
;
margin
:
0.67em
0
;
}
h3
{
font-size
:
1.17em
;
margin
:
1em
0
;
font-size
:
1.17em
;
margin
:
1em
0
;
}
h4
{
...
...
@@ -39,74 +39,74 @@ h4 {
}
p
,
ul
,
ol
,
dl
{
line-height
:
1.5em
;
text-align
:
justify
;
font-size
:
medium
;
line-height
:
1.5em
;
text-align
:
justify
;
font-size
:
medium
;
}
ul
{
list-style-type
:
square
;
list-style-type
:
square
;
}
dd
{
margin-bottom
:
0.5em
;
margin-bottom
:
0.5em
;
}
table
{
border
:
1px
solid
#aaaaaa
;
border-collapse
:
collapse
;
margin
:
0.5em
0
;
color
:
black
;
background-color
:
#f9f9f9
;
line-height
:
1.5em
;
border
:
1px
solid
#aaaaaa
;
border-collapse
:
collapse
;
margin
:
0.5em
0
;
color
:
black
;
background-color
:
#f9f9f9
;
line-height
:
1.5em
;
}
td
,
th
{
padding
:
0.2em
;
border
:
1px
solid
#aaaaaa
;
padding
:
0.2em
;
border
:
1px
solid
#aaaaaa
;
}
th
{
color
:
black
;
background-color
:
#f2f2f2
;
background-color
:
#f2f2f2
;
}
a
:link
{
color
:
#3465a4
;
background-color
:
inherit
;
text-decoration
:
none
;
color
:
#3465a4
;
background-color
:
inherit
;
text-decoration
:
none
;
}
a
:visited
{
color
:
#75507b
;
background-color
:
inherit
;
text-decoration
:
none
;
color
:
#75507b
;
background-color
:
inherit
;
text-decoration
:
none
;
}
a
:link:hover
,
a
:link:active
,
a
:visited:hover
,
a
:visited:active
{
text-decoration
:
underline
;
color
:
#555753
;
background-color
:
inherit
;
text-decoration
:
underline
;
color
:
#555753
;
background-color
:
inherit
;
}
/*** Code blocks and highlighting**********************************************/
pre
,
tt
{
font-family
:
"Bitstream Vera Sans Mono"
,
monospace
;
font-size
:
small
;
font-family
:
"Bitstream Vera Sans Mono"
,
monospace
;
font-size
:
small
;
}
pre
{
font-weight
:
bold
;
padding
:
1em
;
margin
:
1em
0
;
line-height
:
1.2em
;
color
:
black
;
background-color
:
#f6f6f6
;
border
:
1px
solid
#cccccc
;
font-weight
:
bold
;
padding
:
1em
;
margin
:
1em
0
;
line-height
:
1.2em
;
color
:
black
;
background-color
:
#f6f6f6
;
border
:
1px
solid
#cccccc
;
/* Pup's Box Flow Hack, Rev 2 */
overflow
/**/
:
auto;
...
...
@@ -123,36 +123,36 @@ pre, x:-moz-any-link {
}
pre
.default
{
color
:
#000000
;
background-color
:
inherit
;
color
:
#000000
;
background-color
:
inherit
;
}
pre
.keyword
{
color
:
#3465a4
;
background-color
:
inherit
;
color
:
#3465a4
;
background-color
:
inherit
;
}
pre
.string
{
color
:
#ef2929
;
background-color
:
inherit
;
color
:
#ef2929
;
background-color
:
inherit
;
}
pre
.comment
{
color
:
#888a85
;
background-color
:
inherit
;
color
:
#888a85
;
background-color
:
inherit
;
}
/** Page layout ***************************************************************/
#sidebar
{
float
:
right
;
margin
:
1em
;
padding
:
0
;
float
:
right
;
margin
:
1em
;
padding
:
0
;
}
#wrap
{
margin
:
0
;
padding
:
0
;
margin
:
0
;
padding
:
0
;
}
#content
{
...
...
@@ -195,8 +195,8 @@ ul.tree {
.tree
.expander
:visited
,
.tree
.expander
:active
,
.tree
.expander
:hover
{
color
:
black
;
background-color
:
inherit
;
color
:
black
;
background-color
:
inherit
;
text-decoration
:
none
;
}
...
...
@@ -207,11 +207,11 @@ ul.tree {
/** Table of Contents *********************************************************/
#table-of-contents
{
border
:
1px
solid
#cccccc
;
color
:
black
;
background-color
:
#f6f6f6
;
padding
:
1em
;
margin
:
0
;
border
:
1px
solid
#cccccc
;
color
:
black
;
background-color
:
#f6f6f6
;
padding
:
1em
;
margin
:
0
;
}
#table-of-contents
p
,
...
...
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