Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of about 10,000 for STYLE (0.06 sec)

  1. src/net/http/testdata/style.css

    Russ Cox <******@****.***> 1410149331 -0400
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 8 bytes
    - Viewed (0)
  2. src/main/webapp/css/admin/style.css

    ul.has-error {
    	color: #dd4b39 !important;
    	list-style-type: none;
    	padding: 0;
    }
    
    .form-group .has-error + .form-control {
    	border-color: #dd4b39 !important;
    	box-shadow: none;
    }
    
    .sidebar-mini.sidebar-collapse .sidebar-search {
    	display: none !important;
    }
    
    input[type="file"].form-control:not([type="file"]) {
    	height: 0% !important;
    }
    
    #result ol {
    	list-style: none !important;
    	padding-left: 0;
    }
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 1.1K bytes
    - Viewed (0)
  3. platforms/software/reporting/src/main/resources/org/gradle/api/reporting/internal/style.css

    Tom Tresansky <******@****.***> 1697026569 -0400
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 36 bytes
    - Viewed (0)
  4. subprojects/diagnostics/src/main/resources/org/gradle/api/tasks/diagnostics/htmldependencyreport/style.css

        font-weight: bold !IMPORTANT;
        color: #FAA732 !IMPORTANT;
    }
    .unresolvable > a {
        border: solid 1px #DD514C;
        background-color: #DD514C !IMPORTANT;
        color: white !IMPORTANT;
    }
    .leaf a {
        font-style: italic !IMPORTANT;
    }
    .configuration h3 {
        cursor: pointer;
    }
    .configuration h3 ins {
        background-image: url(../images/d.png); background-repeat:no-repeat; background-color:white;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jul 18 00:02:31 UTC 2014
    - 2K bytes
    - Viewed (0)
  5. src/main/webapp/css/style.css

    	margin-top: 0;
    }
    
    #result .title a:visited {
    	color: #014c8c;
    }
    
    #result .body {
    	display: flex;
    	align-items: flex-start;
    }
    
    #result .site cite {
    	color: #093;
    	font-style: normal;
    }
    
    #result .more {
    	display: none;
    }
    
    #result .info {
    	font-size: 80%;
    }
    
    #result .url-copy {
    	color: #007bff;
    }
    
    #result .url-copied {
    	color: #2c974b;
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Jun 02 11:39:35 UTC 2022
    - 2K bytes
    - Viewed (0)
  6. testing/internal-performance-testing/src/main/resources/org/gradle/reporting/style.css

        font-size: 10pt;
    }
    
    #controls {
        float: right;
        text-align: right;
        font-size: 10pt;
    }
    
    #controls label {
        font-weight: bold;
        cursor: pointer;
    }
    
    nav ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        background-color: #f1f1f1;;
    }
    
    nav li {
        float: left;
    }
    
    nav li a {
        display: block;
        text-align: center;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  7. platforms/core-runtime/logging/src/main/java/org/gradle/internal/logging/text/Style.java

    import java.util.EnumSet;
    import java.util.Set;
    
    public class Style {
        public static final Style NORMAL = Style.of(Color.DEFAULT);
        public enum Emphasis {
            BOLD, REVERSE, ITALIC
        }
    
        public enum Color {
            DEFAULT, YELLOW, RED, GREY, GREEN, BLACK
        }
    
        public final Set<Emphasis> emphasises;
        public final Color color;
    
        public Style(Set<Emphasis> emphasises, Color color) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:05:18 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  8. platforms/software/testing-base/src/main/resources/org/gradle/api/internal/tasks/testing/report/style.css

        color: #c09853;
    }
    
    div.failures, #successRate.failures {
        background-color: #ecdada;
        border-color: #b60808;
    }
    
    ul.linkList {
        padding-left: 0;
    }
    
    ul.linkList li {
        list-style: none;
        margin-bottom: 5px;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 1.1K bytes
    - Viewed (0)
  9. subprojects/core/src/main/resources/org/gradle/profile/style.css

    adammurdoch <******@****.***> 1314239129 +1000
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Aug 25 02:25:29 UTC 2011
    - 50 bytes
    - Viewed (0)
  10. subprojects/core/src/main/resources/org/gradle/reporting/base-style.css

        padding-top: 10px;
        padding-bottom: 10px;
        overflow: auto;
        min-width: 800px;
        width: auto !important;
        width: 800px;
    }
    
    ul.tabLinks li {
        float: left;
        height: 100%;
        list-style: none;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-bottom: 0;
        -moz-border-radius: 7px;
        border-radius: 7px;
        margin-right: 25px;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 10 15:05:34 UTC 2020
    - 2.6K bytes
    - Viewed (0)
Back to top