Skip to content
Snippets Groups Projects
Select Git revision
  • bb35027e3e56a1732e92e4d9f0744acf0ec0b695
  • main
  • sar-277-update-docs-with-examples-for-lrc
  • st-946-automate
  • sar_302-log-fix
  • sar-287_subarray_commands_to_lrc
  • sar_302-POC_await_sub_device_state
  • sat_302_fix_pipelines
  • sar-286_lrc_one_subarry_command
  • sar-286_lrc_improvements
  • sar-288-async-controller
  • sar-276-combine-tango-queue
  • sar-255_remove_nexus_reference
  • sar-275-add-LRC
  • sar-273-add-lrc-attributes
  • sar-272
  • sp-1106-marvin-1230525148-ska-tango-base
  • sp-1106-marvin-813091765-ska-tango-base
  • sar-255/Publish-package-to-CAR
  • mccs-661-device-under-test-fixture
  • mccs-659-pep257-docstring-linting
  • 0.11.3
  • 0.11.2
  • 0.11.1
  • 0.11.0
  • 0.10.1
  • 0.10.0
  • 0.9.1
  • 0.9.0
  • 0.8.1
  • 0.8.0
  • 0.7.2
  • 0.7.1
  • 0.7.0
  • 0.6.6
  • 0.6.5
  • 0.6.4
  • 0.6.3
  • 0.6.2
  • 0.6.1
  • 0.6.0
41 results

custom.css

Blame
  • user avatar
    Anton Joubert authored
    Building on newer Sphinx versions was not working correctly.
    E.g., Tango commands, attributes and properties were omitted.
    The commands which use decorators are now working.  Device attributes
    defined like `myAttr = attribute(..)` are now visible, using a workaround
    in the autodoc mock.  Similarly, device properties also use the
    workaround.
    
    Removed some duplication, and an unused requirement: `future`.
    
    Improved layout and updated to be more like the SKA theme,
    based on ska-mccs-low.  This includes links to the source code.
    
    Added a make target to build locally:  `make docs-in-docker`
    94bfb1a0
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    custom.css 1.71 KiB
    /*
    Following SKA brand guidelines colors are defined as
    
    SKA Sky Blue:    rgb(0, 174, 239)
    SKA Ocean Blue:  rgb(0, 84, 164)
    SKA Teal Blue:   rgb(0, 104, 138)
    SKA Burnt Sun:   rgb(236, 134, 35)
    SKA Earth Green: rgb(166, 206, 57)
    */
    
    .wy-nav-side{
            background-color: rgb(0, 84, 164);
            color: white;
    }
    
    .wy-side-nav-search{
            padding-top: 0px;
            /*background-color: rgb(0, 174, 239);*/
            background-color: rgb(0, 84, 164);
            text-align: center;
    }
    
    .wy-menu-vertical p.caption{
            color: rgb(236, 134, 35);
    }
    
    .wy-menu {
            color: white;
    }
    
    .wy-menu-vertical a{
      color: white;
    }
    
    .local-toc ul li a:hover {
            background-color: rgb(0, 174, 239);
    }
    
    .wy-side-nav-search a{
        padding-top: 0px;
    }
    
    .wy-side-nav-search a img.logo{
    	background-color: rgb(255, 255, 255);
    	border-bottom-left-radius: 6px;
    	border-bottom-right-radius: 6px;
          padding-top: 40px;
    }
    
    .ska-logo, ska-logo:hover{
    	background-attachment: scroll;
    	background-clip: border-box;
    	background-color: rgb(255, 255, 255);
    	background-image: url("https://www.skatelescope.org/wp-content/themes/skatelescope.org-theme/img/img-logo3.png");
    	background-origin: padding-box;
    	background-position: 22px 35px;
    	background-position-x: 22px;
    	background-position-y: 35px;
    	background-repeat: no-repeat;
    	background-size: 153px 98px;
    	border-bottom-left-radius: 6px;
    	border-bottom-right-radius: 6px;
    	/*color: rgb(0, 86, 120);
    	float: left;
    	font-family: "Eurostile LT W01 Demi", sans-serif;
    	font-size: 44.8px;
    	font-weight: 400;
    	line-height: 60px;
    	list-style-image: none;
    	list-style-position: outside;
    	list-style-type: none;*/
    	margin-bottom: 0px;
    	margin-left: 0px;
    	margin-right: 0px;
    	margin-top: 0px;
    	width: 186px;
    	height: 135px;
    }