gambas-source-code/app/other/MakeWebSite/gambas.sourceforge.net/style-rtl.css
Benoît Minisini fdba373f80 [WEB SITE MAKER]
* NEW: New Website design

[GB.FORM]
* BUG: ScrollArea.ScrollX and ScrollArea.ScrollY properties are writable 
  now, as their ScrollView relatives.


git-svn-id: svn://localhost/gambas/trunk@3740 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2011-04-09 08:16:28 +00:00

481 lines
8.5 KiB
CSS

html {
/*background-image: url("background.png");
background-attachment: fixed;*/
direction: rtl;
}
body.left {
border-left: solid 6px black;
background: #DF6B00;
margin: 0px;
padding: 0px;
height: 100%;
}
body {
background: white; /*#96BBD8;*/
padding: 8px;
margin: 0px;
/*background-image: url("background-rtl.jpg");
background-attachment: fixed;
background-repeat: no-repeat;
background-position: top right;*/
max-width: 860px;
font-family: sans;
direction: rtl;
}
body.none {
background: white;
padding: 8px;
margin: 0px;
}
frameset {
background: white /*#6e9bed;*/
/*background-image: url("background.png");
background-attachment: fixed;*/
}
frame {
background: white; /*#6e9bed;*/
/*background-image: url("background.png");
background-attachment: fixed;*/
}
/*table.menu {
background-image: url("background.png");
background-attachment: fixed;
background-repeat: no-repeat;
background-position: top -200;
border: none;
border-width: 0px;
padding: 0px;
}*/
.warning {
background: #B0CEE6;
border: none;
padding: 8px;
}
table.none {
background: none;
border: none;
border-width: 0px;
padding: 0px;
}
.news {
background: none; /*#0090C0;*/
border: solid;
border-width: 2px 2px 2px 2px;
border-color: #B0CEE6;
padding: 8px;
/*color: white;*/
}
.snow {
background-image: url('snow.png');
background-position: left bottom;
}
.news-title {
background: #B0CEE6;
}
table {
background: white; /*#0090C0;*/
border: solid;
border-left: none;
border-width: 1px 1px 1px 0px;
border-color: #95C1E6;
padding: 0px;
/*color: white;*/
}
.news th {
background: #B0CEE6; /*#006080;*/
padding: 2px;
border-left: 1px solid #B0CEE6;
border-bottom: 1px solid #B0CEE6;
text-align: right;
}
th {
background: #BDD4E6; /*#006080;*/
border-left: 1px solid #95C1E6;
border-bottom: 1px solid #95C1E6;
text-align: right;
}
td.menu {
border: none;
color: white;
}
td.none {
border: none;
color: black;
}
td.th {
border-left: 1px solid #95C1E6;
background: #BDD4E6; /*#006080;*/
}
td {
border-left: 1px solid #95C1E6;
}
tr.dark {
background: #CBDAE6; /*#0080B0;*/
}
p {
padding-top: 0px;
/*padding-left: 8px;*/
}
td p {
padding-right: 0px;
}
pre {
background-color: #B0CEE6;
padding: 4px;
border: solid 2px white;
color: black;
/*background-color: #f0f0f0;
padding: 5px;
border: solid 1px;*/
}
/*table pre {
background-color: #B0CEE6;
padding: 2px;
}*/
.space {
padding: 4px;
}
.syntax {
background: #f0f0f0;
border: solid;
border-width: 1px;
border-color: #000000;
padding: 0px;
}
.header {
background: #B2E8FF;
border: solid;
border-width: 1px;
border-color: #000000;
width: 100%;
padding: 2px;
}
a {
padding-right: 1px;
padding-left: 1px;
text-shadow: 1px 1px 1px #808080;
}
a.image:hover {
padding-right: 1px;
padding-left: 1px;
background: none;
text-decoration: none;
border: none;
}
.home {
/*border-bottom: dotted white 4px;*/
/*padding-bottom: 6px;*/
margin-bottom: 8px;
}
.home a {
padding: 0px;
marging: 0px;
font-weight: bold;
font-size: x-large;
color: #3398c3;
/*text-shadow: 2px 2px 2px #FF7F00;*/
letter-spacing: 2px;
}
a.home:hover {
text-shadow: 2px 2px 2px #FF7F00;
background: none;
}
/*a:before {
content: url("link.png");
}*/
a.image:before {
content: "";
}
a:hover {
background: #C0C0E0; /*#FFE0C0;*/
text-decoration: none;
}
.header a:hover {
background: white;
text-decoration: none;
}
.left a:link {
color: white;
}
.left a:visited {
color: white;
}
.left a:before {
content: "";
}
/*.none a {
background: none;
}
.none a:hover {
background: #FFE0C0;
text-decoration: none;
}*/
/*table a:hover {
background: #C0C0E0;
text-decoration: none;
}*/
.title {
/*border: solid white 1px;*/ /*solid black 1px;*/
/*background: #B0CEE6;*/ /*#E0E0E0;*/
padding: 0px;
font-weight: bold;
font-size: xx-large;
color: #3398c3;
text-shadow: 2px 2px 2px #808080;
letter-spacing: 2px;
margin-top: 4px;
margin-bottom: 16px;
}
a[name]:before {
content: "";
}
.architecture-border {
background: white;
border-top: dotted black 6px;
padding-top: 6px;
}
.license {
border: solid 8px #B0CEE6;
padding: 16px;
margin: 8px;
background: none;
font-size: x-small;
}
H2 {
letter-spacing: 2px;
color: #606060;
}
H3 {
letter-spacing: 1px;
color: #606060;
}
.separator {
height: 6px;
background: orange;
margin: 8px -8px 8px -8px;
}
#last-version {
background: #B0CEE6;
float: left;
margin-bottom: 16px;
margin-right: 16px;
}
.top-left-corner {
float: left;
}
.top-right-corner {
float: right;
}
.bottom-left-corner {
float: left;
}
.bottom-right-corner {
float: right;
}
.top-corner {
height: 8px;
}
.bottom-corner {
height: 8px;
}
img {
border: none;
}
img.screenshot {
border: solid 4px #95C1E6;
background: black;
padding: 8px;
}
p {
dir: rtl;
}
#top-menu {
text-shadow: 1px 1px 2px #808080;
padding: 8px;
background: #3398c3;
border-bottom: solid 6px black;
margin-bottom: 8px;
}
#presentation {
/*letter-spacing: 1px;*/
text-shadow: 1px 1px 2px #808080;
/*border: solid black 2px;*/
/*background: #FFBF7F;*/
padding: 0px 16px 16px 8px;
border-bottom: dotted black 6px;
margin-right: -8px;
/*border-right: dotted black 6px;*/
/*border-radius: 0px 0px 12px;*/
}
.title {
padding: 0px;
font-weight: bold;
font-size: xx-large;
color: #3398c3;
text-shadow: 2px 2px 2px #FF7F00;
letter-spacing: 2px;
margin-bottom: 16px;
}
.download {
float: left;
}
.download-gray {
display: block;
padding: 12px;
margin-bottom: 4px;
margin-left: 24px;
margin-right: 24px;
border: solid #808080 1px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
color: #fff;
background: #C0C0C0; /* old browsers */
background: -moz-linear-gradient(top, #C0C0C0 0%, #808080 100%); /* firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C0C0C0), color-stop(100%,#808080)); /* webkit */
background: linear-gradient(top, #C0C0C0 0%, #808080 100%);
font-size: large;
text-align: center;
}
.download-orange {
display: block;
padding: 12px;
margin-bottom: 4px;
margin-left: 24px;
margin-right: 24px;
border: solid #BF5C00 1px;
/*-moz-box-shadow: 0 3px rgba(0,0,0,0.1), inset 0 -4px rgba(0,0,0,0.1);
-webkit-box-shadow: 0 3px rgba(0,0,0,0.1), inset 0 -4px rgba(0,0,0,0.1);
box-shadow: 0 3px rgba(0,0,0,0.1), inset 0 -4px rgba(0,0,0,0.1);*/
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
color: #fff;
/*overflow: visible;*/
background: orange; /* old browsers */
background: -moz-linear-gradient(top, orange 0%, #BF5C00 100%); /* firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,orange), color-stop(100%,#BF5C00)); /* webkit */
background: linear-gradient(top, orange 0%, #BF5C00 100%);
/*-moz-transition: box-shadow 0.2s ease-in-out;
-webit-transition: box-shadow 0.2s ease-in-out;
transition: box-shadow 0.2s ease-in-out;*/
font-size: large;
text-align: center;
}
a.download-orange:hover {
background: orange;
}
.download-blue {
display: block;
padding: 12px;
margin-bottom: 4px;
margin-left: 24px;
margin-right: 24px;
border: solid #21647F 1px;
/*-moz-box-shadow: 0 3px rgba(0,0,0,0.1), inset 0 -4px rgba(0,0,0,0.1);
-webkit-box-shadow: 0 3px rgba(0,0,0,0.1), inset 0 -4px rgba(0,0,0,0.1);
box-shadow: 0 3px rgba(0,0,0,0.1), inset 0 -4px rgba(0,0,0,0.1);*/
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
color: #fff;
/*overflow: visible;*/
background: #3398C3; /* old browsers */
background: -moz-linear-gradient(top, #3398C3 0%, #21647F 100%); /* firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3398C3), color-stop(100%,#21647F)); /* webkit */
background: linear-gradient(top, #3398C3 0%, #21647F 100%);
/*-moz-transition: box-shadow 0.2s ease-in-out;
-webit-transition: box-shadow 0.2s ease-in-out;
transition: box-shadow 0.2s ease-in-out;*/
font-size: large;
text-align: center;
}
a.download-blue:hover {
background: #3398C3; /* old browsers */
}
.release-notes {
font-size: small;
margin-left: 16px;
margin-bottom: 12px;
}
#home-background {
background-image: url('home.jpeg');
background-repeat: no-repeat;
background-position: 0px 0px;
margin-right: -8px;
margin-top: 8px;
position: absolute;
z-index: -1;
width: 868px;
height: 480px;
}