# streamcast/2.2.3/admin/css/admin.css

StreamCast – bring live radio to your site with a sleek player, version 2.2.3. 37 lines.

- Page: https://pluginprobe.com/plugins/streamcast/2.2.3/code/admin/css/admin.css
- Raw: https://pluginprobe.com/plugins/streamcast/2.2.3/raw/admin/css/admin.css
- Modified: 2024-07-04T06:13:48+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/streamcast/2.2.3/code/admin/css/admin.css#L10-L20`.

```css
.stpGettingStart .topHeader{
    text-align: center;
    border-width: 3px 0;
    border-style: solid;
    border-color: currentColor;
    padding:10px;
}
.stpGettingStart .topHeader p{
    margin: 0;
    padding: 0;
    font-size: 80px;
    line-height: 1;
    font-weight: 500;
}

.stpGettingStart .headerImg{
    min-height: 290px;
    background-color:#fff; 
}

.stpGettingStart .stpGettingStartMenu nav{
    font-size: 14px;
}

.stpGettingStart .proFeature h2{
    font-size: 40px;
}
.stpGettingStart .proFeature ul{
    list-style-type: square;
}

.stpGettingStart .gettingStarted h2{
    font-size: 40px;
}
.stpGettingStart .gettingStarted p{
    font-size: 18px;
}
```
