~ubuntu-branches/ubuntu/hardy/codeblocks/hardy-backports

« back to all changes in this revision

Viewing changes to src/sdk/resources/lexers/lexer_css.sample

  • Committer: Bazaar Package Importer
  • Author(s): Michael Casadevall
  • Date: 2008-07-17 04:39:23 UTC
  • Revision ID: james.westby@ubuntu.com-20080717043923-gmsy5cwkdjswghkm
Tags: upstream-8.02
ImportĀ upstreamĀ versionĀ 8.02

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
@import url("ie.css");
 
2
 
 
3
/* body style */
 
4
 
 
5
body
 
6
{
 
7
    font-family: Verdana, sans-serif !important;
 
8
}
 
9
 
 
10
/* link styles */
 
11
 
 
12
a
 
13
{
 
14
    background-color: inherit;
 
15
    color: #004188;
 
16
    text-decoration: none;
 
17
}
 
18
 
 
19
a:hover
 
20
{
 
21
    text-decoration: underline;
 
22
}
 
23
 
 
24
/* navigation */
 
25
 
 
26
#nav
 
27
{
 
28
    float: right;
 
29
    font-size: 16pt;
 
30
    position: absolute;
 
31
    right: 95px;
 
32
    top: 40px;
 
33
}
 
34
 
 
35
/* footer */
 
36
 
 
37
.footer
 
38
{
 
39
    text-align: center;
 
40
}
 
 
b'\\ No newline at end of file'