Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
1681627e
Kaydet (Commit)
1681627e
authored
Eyl 16, 2000
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Push more of the display control into the style sheet.
üst
acff0b3f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
3 deletions
+10
-3
style.css
Doc/html/style.css
+7
-0
l2hinit.perl
Doc/perl/l2hinit.perl
+3
-3
No files found.
Doc/html/style.css
Dosyayı görüntüle @
1681627e
...
...
@@ -27,6 +27,13 @@ BIG.XHUGE { font-size : xx-large }
* the normal text size.
*/
body
{
color
:
#000000
;
background-color
:
#ffffff
;
}
a
:active
{
color
:
#ff0000
;
}
a
:visited
{
color
:
#551a8b
;
}
a
:link
{
color
:
#0000bb
;
}
h1
,
h2
,
h3
,
h4
,
h5
,
h6
{
font-family
:
avantgarde
,
sans-serif
;
font-weight
:
bold
}
h1
{
font-size
:
180%
}
...
...
Doc/perl/l2hinit.perl
Dosyayı görüntüle @
1681627e
...
...
@@ -26,8 +26,7 @@ $BOTTOM_NAVIGATION = 1;
$AUTO_NAVIGATION = 0;
# these exactly match the python.org colors
$BODYTEXT = ('bgcolor="#ffffff" text="#000000"'
. ' link="#0000bb" vlink="#551a8b" alink="#ff0000"');
$BODYTEXT = '';
$CHILDLINE = "\n
<p><hr>
\n";
$VERBOSITY = 0;
...
...
@@ -506,6 +505,7 @@ sub set_depth_levels {
# content of the page.
sub make_head_and_body {
my($title, $body) = @_;
$body = " $body" unless ($body eq '');
my $DTDcomment = '';
my($version, $isolanguage) = ($HTML_VERSION, 'EN');
my %isolanguages = ( 'english', 'EN' , 'USenglish', 'EN.US'
...
...
@@ -541,7 +541,7 @@ sub make_head_and_body {
, ($BASE ? "
<base
href=
\"$BASE\"
>
\n" : "" )
, "
<link
rel=
\"STYLESHEET\"
href=
\"$STYLESHEET\"
>
"
, $more_links_mark
, "\n
</head>
\n
<body
$
body
>
\n
");
, "\n
</head>
\n
<body
$
body
>
");
}
1; # This must be the last line
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