OXIESEC PANEL
- Current Dir:
/
/
usr
/
share
/
doc
/
gcc-7-base
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
11/10/2024 09:42:49 AM
rwxr-xr-x
📁
C++
-
01/31/2023 12:38:16 PM
rwxr-xr-x
📄
NEWS.gz
14.35 KB
12/04/2019 02:25:41 PM
rw-r--r--
📄
NEWS.html
54.73 KB
12/04/2019 02:25:41 PM
rw-r--r--
📄
README.Bugs
10.89 KB
12/04/2019 02:25:41 PM
rw-r--r--
📄
README.Debian.amd64.gz
4.29 KB
12/04/2019 02:25:41 PM
rw-r--r--
📄
README.ssp
1.14 KB
12/04/2019 02:25:41 PM
rw-r--r--
📄
TODO.Debian
1.61 KB
12/04/2019 02:25:41 PM
rw-r--r--
📄
changelog.Debian.gz
737 bytes
12/04/2019 02:25:41 PM
rw-r--r--
📄
changelog.gz
151.65 KB
11/14/2019 07:40:39 AM
rw-r--r--
📁
cilkrts
-
01/31/2023 12:30:36 PM
rwxr-xr-x
📄
copyright
62.58 KB
12/04/2019 02:25:41 PM
rw-r--r--
📁
fortran
-
10/28/2024 06:50:10 AM
rwxr-xr-x
📁
gcc
-
01/31/2023 12:30:36 PM
rwxr-xr-x
📄
gcc.css
3.15 KB
12/04/2019 02:25:41 PM
rw-r--r--
📁
gomp
-
01/31/2023 12:30:36 PM
rwxr-xr-x
📁
itm
-
01/31/2023 12:30:36 PM
rwxr-xr-x
📁
mpx
-
01/31/2023 12:30:36 PM
rwxr-xr-x
📁
quadmath
-
01/31/2023 12:30:36 PM
rwxr-xr-x
📁
sanitizer
-
01/31/2023 12:30:36 PM
rwxr-xr-x
Editing: gcc.css
Close
/* CSS for the GCC web site. Gerald Pfeifer <gerald@pfeifer.com> */ body { background-color: white; color: black; } a:link { color: #0066bb; text-decoration: none; } a:visited { color: #003399; text-decoration: none; } a:hover { color: darkorange; text-decoration: none; } h1 { color: darkslategray; text-align:center; } h2 { color: darkslategray; } .highlight{ color: darkslategray; font-weight:bold; } .smaller { font-size: 80%; } .no-margin-top { margin-top:0; } .twocolumns { column-counts:2; -moz-column-count:2; } .imgleft { margin: 5px 20px; float: left; } td.news { width: 50%; padding-right: 8px; } td.news h2 { font-size: 1.2em; margin-top: 0; margin-bottom: 2%; } td.news dl { margin-top:0; } td.news dt { color:darkslategrey; font-weight:bold; margin-top:0.3em; } td.news dd { margin-left:3ex; margin-top:0.1em; margin-bottom:0.1em; } td.news .date { color:darkslategrey; font-size:90%; margin-left:0.1ex; } td.status { width: 50%; padding-left: 12px; border-left: #3366cc thin solid; } td.status h2 { font-size: 1.2em; margin-top:0; margin-bottom: 1%; } td.status dl { margin-top:0; } td.status .version { font-weight:bold; } td.status .regress { font-size: 80%; } td.status dd { margin-left:3ex; } table.nav { padding-left: 32px; border-spacing: 0pt; } table.navitem { border-spacing: 0pt; } table.navitem tr:nth-child(1) { border-color: #3366cc; border-style: solid; border-width: thin; color: #f2f2f9; background-color: #0066dd; font-weight: bold; } table.navitem tr:nth-child(2) { padding-top: 3px; padding-left: 8px; padding-bottom: 3px; background-color: #f2f2f9; font-size: smaller; } div.copyright { font-size: smaller; background: #f2f2f9; border: 2px solid #3366cc; border-style: solid; border-width: thin; padding: 4px; } div.copyright p:nth-child(3) { margin-bottom: 0; } .boldcyan { font-weight:bold; color:cyan; } .boldlime { font-weight:bold; color:lime; } .boldmagenta { font-weight:bold; color:magenta; } .boldred { font-weight:bold; color:red; } .boldblue { font-weight:bold; color:blue; } .green { color:green; } /* Quote an e-mail. The first <div> has the sender, the second the quote. */ blockquote.mail div:nth-child(2) { border-left: solid blue; padding-left: 4pt; } /* C++ status tables. */ table.cxxstatus th, table.cxxstatus td { border: 1px solid gray; } table.cxxstatus td:nth-child(3) { text-align:center; } table.cxxstatus tr.separator { background: #f2f2f9; } .supported { background-color: lightgreen; } .unsupported { background-color: lightsalmon; } /* Online documentation. */ pre.smallexample { font-size: medium; background: #f2f2f9; padding: 4px; } /* Classpath versus libgcj merge status page. */ .classpath-only { background-color: #FFFFAA; } .libgcj-only { background-color: #FFFFAA; } .VM-specific { background-color: #CCCCFF; } .GCJ-specific { background-color: #CCCCFF; } .needsmerge { background-color: #FF9090; } .merged { background-color: #22FF22; } .merged-expected-diff { background-color: #22FF22; } .merged-unexpected-diff { background-color: #FF4444; }