Skip to content

testsystem.ist.tugraz.at/cc/taskN by SimonLammer

Screenshot of testsystem.ist.tugraz.at/cc/taskN

Details

AuthorSimonLammer

LicenseNo License

Categorytestsystem.ist.tugraz.at/cc

Created

Updated

Size804 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Restyle testsystem page for TUGraz' compiler construction course.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         testsystem.ist.tugraz.at/cc/taskN
@version      20240411.10.49
@namespace    https://userstyles.world/user/SimonLammer
@description  Restyle testsystem page for TUGraz' compiler construction course.
@author       SimonLammer
@license      No License
==/UserStyle== */

@-moz-document url-prefix("http://testsystem.ist.tugraz.at/cc/task") {
.content > span {
  position: fixed;
  top: 0px;
  right: 0px;
  background-color: #fff;
  padding: 2px;
  z-index:2;
}

table {
  position: absolute;
  left: 0;
}

table th,
table td {
  padding: 5px;
}

table th {
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: #eee;
  padding-top:1.5em;
}

.dataframe:after {
  content: "";
  display: inline-block;
  height: 100vh;
}

}

Reviews

No reviews yet.